/**************  Blog(calendar) listings ********/

div.blog {
	margin: 5px 0 0 0;
}
div.blog h3 {
	font-size: 1em;
	clear: both;
	padding: 3px 0 3px 0;
	margin-left: 0;
	color: #8c7450;
	border-bottom: 1px solid #ccc;
}
div#blogpostings h3.head span {
	display: block;
}

div#blogpostings h3.head span.name {
	float: left;
	color: #8c7450;
	font-weight: normal;
}
div.blog h3:hover {
 	color: #993300;
}
div#blogpostings h3.head span.date {
	font-size: 0.8em;
}

div.blog h3.head span {
	font-size: 1em;
	float: right;
	color: #999;
	font-weight: normal;
	margin: 0;
	padding-right: 10px;
}
div.previews {
	margin-top: 4px;
}
div.previews h3 {
	font-size: 0.8em;
	float: none;
	padding: 0;
	margin: 0;
}
div.previews span.date {
	font-weight: normal;
}
div.previews p {
	font-size: 0.6875em;
}

div.blog a.more-link {
	display: inline-block;
}

div.blogpost {
	overflow: hidden;
}
div#blogpostings h3.head {
	background-repeat: no-repeat;
	background-position: 473px 6px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	overflow: hidden;
}
* html div#blogpostings h3.head {
	display: inline-block;
	background-color: #fff;
}

div#blogpostings h3.head a {
	display: block;
	text-decoration: none;
}
div#blogpostings h3.head:hover {
	background-position: 473px -38px;
}

div#blogpostings h3.opened {
	background-image: url(color/negative_hover.png);
	background-position: 473px -38px;
}
div#blogpostings h3.closed {
	background-image: url(color/positive_hover.png);
}
div#blogpostings div.opened div.pluginWrapper object {
	display: block;
}
div#blogpostings div.closed div.pluginWrapper object {
	display: none;
}
div.blog p.foot {
	text-align: right;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.4em;
	color: #999;
}
div.blog p.foot a.permalink {
	padding: 2px 0 2px 0;
	background: url(color/permalink_icon.png) no-repeat right -42px;
	text-decoration: none;
}
div.blog p.foot a.permalink:hover {
	background-position: right 2px;
}


/******* Top Bar Options *************/


div#calendarfirstnav {
	margin: 5px -20px 0 0;
	padding: 4px 0;
}

div#calendarfirstnav form {
	margin: 0;
	padding: 0;
}
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0 25px;
}

/******* Mini Calendar *************/

div.minicalendar {
	padding: 20px 38px 20px 12px;
	width: 240px;
	margin-top: 0;
	background: url(color/nav_border_gradient.png) no-repeat 100% 0;
}
div.minicalendar .calendarnav {
	width: 235px;
}
div.minicalendar .calendarnav a.previous,
div.minicalendar .calendarnav a.next {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 2px;
}
div.minicalendar .calendarnav a.previous span,
div.minicalendar .calendarnav a.next span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
div.minicalendar .calendarnav a.previous {
	background: url(color/arrowleft.png) no-repeat left 2px;
	float: left;
}
div.minicalendar .calendarnav a.previous:hover {
	background-position: left -17px;
}
div.minicalendar .calendarnav a.current {
	float: left;
	display: block;
	width: 140px;
	text-decoration: none;
	font-weight: normal;
}
div.minicalendar .calendarnav a.current span {
	display: block;
	width: 190px;
	padding: 0 7px;
	text-align: center;
	font-size: 0.875em;
	color: #8c7450;
}
div.minicalendar .calendarnav a.current span:hover {
	color: #D85214;
}
div.minicalendar .calendarnav a.next {
	background: url(color/arrowright.png) no-repeat right 2px;
	float: right;
}
div.minicalendar .calendarnav a.next:hover {
	background-position: right -17px;
}
div.minicalendar table {
	width: 235px;
	margin: 4px 0;
	border-collapse: separate;
	border-spacing: 0 2px;
}
div.minicalendar tr {
	padding: 1px 0;
}

div.minicalendar tr.thisweek td {
	background-color: #cdc7ac;
}

div.minicalendar th {
	text-align: center;
	color: #8c7450;
	font-weight: normal;
}

div.minicalendar td {
	background-color: #f7f7f3;
	color: #787878;
	text-align: center;
	font-weight: normal;
	padding: 2px 0;
	width: 33px;
}

div.minicalendar tr.thisweek td.today,
div.minicalendar td.today {
	background-color: #a69b6b;
	color: #fff;
}
div.minicalendar td a {
	color: #fff;
	display: block;
	padding: 2px 0;
	margin: -2px 0;
	text-align: center;
	text-decoration: none;
	background-color: #a69b6b;
}

div.minicalendar td a:hover {
	background-color: #D85214;
	color: #fff;
} 

div.minicalendar td.today a {
	color: #fff;
}
div.minicalendar td.tag-EventsFamilyLearningDay a,
div.minicalendar td.tag-EventsFamilyLearningDay {
	background-color: #ddbe34;
}
div.minicalendar td.tag-EventsTasterDay a,
div.minicalendar td.tag-EventsTasterDay {
	background-color: #7db357;
}
div.minicalendar td.tag-EventsFullYouthRanger a,
div.minicalendar td.tag-EventsFullYouthRanger {
	background-color: #b0193a;
}
div.minicalendar td.tag-EventsTrainingthetrainers a,
div.minicalendar td.tag-EventsTrainingthetrainers {
	background-color: #4680ad;
}

p.calendar-contextnav {
	font-weight: normal;
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 6px;
}
div#article p.calendar-contextnav a.back-link {
	color: #f90;
}
div#article p.calendar-contextnav a.back-link:hover {
	color: #c53434;
}


/******** Bottom Blog Date Selector ************/

#blogdateselector {
	background-color: #fff;
	padding: 2px 0;
	margin-top: 3px;
}
#blogdateselector p {
	text-align: right;
	padding-right: 0;
}

/******** Bottom Blog Date Selector ************/
div#article div.minicalendar {
	width: 127px;
	padding: 0;
	background-image: none;
}
div#article div.minicalendar table {
	width: 127px;
	margin: 4px 0;
	border-collapse: separate;
	border-spacing: 0 2px;
}
div#article div.minicalendar td {
	font-size: 0.65em;
	padding: 1px;
}
div#article div.minicalendar h4.calendarlabel {
	text-align: center;
}
div#article div.minicalendar h4.calendarlabel a span {
	font-size: 0.8em;
}
div#article div#YearToViewCalendar {
}
div#article div#YearToViewCalendar div.four-cols {
	background: url(color/cal_border_gradient.png) no-repeat 50% 100%;
	padding: 10px 0 5px 0;
}
/* Four Column Layout */
div.four-cols div.column {
	float: left;
	width: 127px;
	margin: 0;
	padding-left: 8px;
}
div.four-cols div.left {
  padding-left: 0;
}


/*********** Tip top hover ************/

div.hoverTip {
	width: 265px;
}
div.tip-top {
	display: block;
	height: 9px;
	background: url(color/tip_top_top.png) no-repeat 100% 0;
	margin: 0;
	padding: 0;
}
div.tip {
	background: url(color/tip_top_middle.png) repeat-y 100% 0;
	margin: 0;
	padding: 2px 0 10px 0;
}
div.tip-bottom {
	display: block;
	height: 10px;
	background: url(color/tip_top_bottom.png) no-repeat 100% 100%;
}
div.tip-title {
	font-size: 0.8em;
	color: #D85214;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
div.tip-text {
	font-size: 0.6em;
	color: #999;
	padding-left: 20px;
	padding-right: 20px;
}

div#article div#YearToViewCategories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #666;
	overflow: hidden;
}

div#article div#YearToViewCategories li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	padding-right: 4px;
}


div#article div#YearToViewCategories li a {
	padding: 0 0 0 4px;
	color: #fff;
	display: block;
	font-size: 0.95em;
	background: #666 url(color/left_tab_grey.png) no-repeat 0 0;
}
div#article div#YearToViewCategories li a span {
	display: block;
	height: 20px;
	padding: 2px 8px 2px 4px;
	margin: 0;
	background: #666 url(color/right_tab_grey.png) no-repeat 100% 0;
}
* html div#article div#YearToViewCategories li a,
* html div#article div#YearToViewCategories li a span {
	display: inline-block;
}
div#article div#YearToViewCategories li.EventsTasterDay a {
	color: #fff;
	background: #7db357 url(color/left_tab_green.png) no-repeat 0 0;
}
div#article div#YearToViewCategories li.EventsTasterDay a span {
	background: #7db357 url(color/right_tab_green.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories li.EventsFullYouthRanger a {
	color: #fff;
	background: #b0193a url(color/left_tab_red.png) no-repeat 0 0;
}
div#article div#YearToViewCategories li.EventsFullYouthRanger a span {
	background: #b0193a url(color/right_tab_red.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories li.EventsFamilyLearningDay a {
	color: #fff;
	background: #ddbe34 url(color/left_tab_mustard.png) no-repeat 0 0;
}
div#article div#YearToViewCategories li.EventsFamilyLearningDay a span {
	background: #ddbe34 url(color/right_tab_mustard.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories li.EventsTrainingthetrainers a {
	color: #fff;
	background: #4680ad url(color/left_tab_blue.png) no-repeat 0 0;
}
div#article div#YearToViewCategories li.EventsTrainingthetrainers a span {
	background: #4680ad url(color/right_tab_blue.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories li a:hover {
	text-decoration: underline;
}
div#article div#YearToViewCategories li a.active {
	color: #fff;
}

div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsFamilyLearningDay a,
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsFullYouthRanger a,
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsTasterDay a {
	background: #666 url(color/left_tab_grey.png) no-repeat 0 0;
}
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsFamilyLearningDay a span,
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsFullYouthRanger a span,
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers li.EventsTasterDay a span {
	background: #666 url(color/right_tab_grey.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories ul.active-EventsTrainingthetrainers {
	border-bottom-color: #4680ad;
}


div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsTrainingthetrainers a,
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsFullYouthRanger a,
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsTasterDay a {
	background: #666 url(color/left_tab_grey.png) no-repeat 0 0;
}
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsTrainingthetrainers a span,
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsFullYouthRanger a span,
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay li.EventsTasterDay a span {
	background: #666 url(color/right_tab_grey.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories ul.active-EventsFamilyLearningDay {
	border-bottom-color: #ddbe34;
}


div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsTrainingthetrainers a,
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsFamilyLearningDay a,
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsTasterDay a {
	background: #666 url(color/left_tab_grey.png) no-repeat 0 0;
}
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsTrainingthetrainers a span,
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsFamilyLearningDay a span,
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger li.EventsTasterDay a span {
	background: #666 url(color/right_tab_grey.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories ul.active-EventsFullYouthRanger {
	border-bottom-color: #b0193a;
}


div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsTrainingthetrainers a,
div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsFamilyLearningDay a,
div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsFullYouthRanger a {
	background: #666 url(color/left_tab_grey.png) no-repeat 0 0;
}
div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsTrainingthetrainers a span,
div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsFamilyLearningDay a span,
div#article div#YearToViewCategories ul.active-EventsTasterDay li.EventsFullYouthRanger a span {
	background: #666 url(color/right_tab_grey.png) no-repeat 100% 0;
}
div#article div#YearToViewCategories ul.active-EventsTasterDay {
	border-bottom-color: #7db357;
}



