/*
	Really dark blue: #0F253A
	Dark blue: #71842e
	Light blue: #5784AF
	Dark green: #a4ba58
	Light green: #d5ed7d
	Orange: #e77900
*/

body {
	font: normal 11px/1.5 "Lucida Grande", Verdana, sans-serif;
	color: #666;
	background: url(../img/bg_body.gif) #234d78 repeat;
	padding-bottom: 20px;
}

a		{ color: #e77900; }
a:hover	{ color: #c93d00; }
strong { font-weight: bold; color: #333; }
em { font-style: italic; }
.container	{ width: 960px; margin: 0 auto; }
.of { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.highlight { background: #ffff99; }
hr.sep { clear: both; margin: 0; visibility: hidden; height: 10px; border: none; outline: none; }

#draft_notice {
	border: 3px double #cc0000;
	color: #000;
	font-size: 14px;
	background: #ffff99;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}

#draft_notice small { font-size: 12px; color: #666; }

/***************************
****	Header
***************************/
#header {
	padding: 20px 0 32px 0;
	margin-bottom: -16px;
	background: #fff;
	overflow: hidden;
	}
	#header #branding {
		width: 60%;
		float: left;
		}
		#header #branding h1 {
			font-size: 24px;
			letter-spacing: -1px;
			font-weight: normal;
			}
		#header #branding h1 a {
			color: #5784AF;
			text-decoration: none;
			}
	#header #tools {
		width: 30%;
		float: right;
		text-align: right;
		}
		#header #tools ul {
			float: right;
			margin-bottom: 10px;
			overflow: hidden;
			}
		#header #tools li {
			float: left;
			margin-left: 10px;
			border-right: 1px solid #ddd;
			padding-right: 10px;
			line-height: 14px;
			font-size: 11px;
			}
			#header #tools li:last-child {
				border: none;
			}
			#header #tools li a {
				color: #A1B755;
				text-decoration: none;
				}
				#header #tools li a:hover {
					color: #667434;
					text-decoration: underline;
					}
		#header #tools form {
			clear: right;
			}


/***************************
****	Navigation
***************************/	
#nav {
	background: url(../img/bg_green_grad.gif) #7d9136 repeat-x;
	border: 1px solid #7d9136;
	width: 958px;
	z-index: 5;
	}
	#nav ul {
		overflow: hidden;
		z-index: 1000;
	}
	#nav li {
		line-height: 1;
		float: left;
		}
		#nav li a {
			display: block;
			padding: 10px 12px;
			color: #fff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			text-shadow: 1px 1px 1px #5D6C28;
			border-right: 1px solid #7d9136;
/*			border-right: 1px dotted #a2b856;*/
			}
			#nav li:last-child a {
				border: none;
			}
			#nav li a:hover {
				background: #7d9136;
				}
			#nav li a.active {
				
			}

				#nav li ul { position: absolute; background: #7d9136; background: #A1B756; border-top: 1px solid #6D7F2F; width: 150px; }
				#nav ul li li { display: none; clear: both; }
				#nav ul li:hover li,
				#nav ul li.hover li { display: block; float: none; height: 1%; }
				#nav ul li li a:hover { background: #6D7F2F; }
				#nav ul ul a,
				#nav ul ul li:last-child a { border: 1px solid #6D7F2F; border-top: none; }

/***************************
****	Content
***************************/
#content {
	background: #fff;
	padding: 10px;
	width: 940px;
	overflow: hidden;
}
	#content #main {
/*		width: 700px;*/
		float: right;
		margin-right:20px;
		width:670px;
	}
	#content #main .module {
		width: 345px;
	}
		#content #main .module .more {
			text-align: right;
			font-weight: bold;
			padding: 0 20px;
			text-transform: uppercase;
		}
			#content #main .module .more a {
				text-decoration: none;
				}
				#content #main .module .more a:hover {
					text-decoration: underline;
					}
	#content #main .call.module {
		background: url(../img/grad_ld_150.png) #fff repeat-x;
	}
		#content #main .call.module img {
			display: block;
			margin: 0 auto 10px auto;
		}
		#content #main .call.module h2 {
			font-size: 18px;
			line-height: 1;
			margin-bottom: 10px;
			font-weight: bold;
			letter-spacing: -1px;
		}
		#content #main .call.module h2 a {
			color: #234D78;
			text-decoration: none;
		}
	#content #main .module.box,
	#content #main .module .box {
		padding: 10px;
		width: 325px;
	}
	#content #main .module .box {
		margin-bottom: 10px;
		background: url(../img/grad_ld_150.png) #fff repeat-x;	
	}
		#content .module h3 {
			font-size: 14px;
			font-weight: bold;
		}
		#content #main .module .box.latest_survey {
			background: #fff;
		}
		/* Make the h3/h2 look the same */
		#content #main .module .box.latest_survey h3,
		#content #main .module .box.latest_survey h2 {
			font-size: 16px;
			line-height: 18px;
			margin: 15px 0 10px 0;
			font-weight: normal;
		}
		#content #main .module .box.latest_survey h3 a,
		#content #main .module .box.latest_survey h2 a {
			color: #5582AD;
		}
		#content #main .module .box.latest_survey h3 a:hover {
			color: #e77900;
			text-decoration: none;
		}
		#content #main .module .box.latest_survey .more {
			text-align: left;
		}
		#content .module .box h3 a,
		#content .module.box h3 a {
			text-decoration: none;
		}
		#content .module .box h3 a:hover,
		#content .module.box h3 a:hover {
			text-decoration: underline;
		}
		#content #main .module .box .more a {
			color: #888;
		}
		#content #main .module .box .more a:hover {
			color: #333;
			text-decoration: none;
		}
	#content .events .header {
		background: url(../img/bg_events_heading.gif) repeat-x;
	}
	#content .events .header h3 {
		color: #fff;
		text-shadow: 1px 1px 1px #1A3856;
	}
		
	#content #sub {
		width: 230px;
		float: left;
	}
	#content #sub .module.box {
		width: 210px;
		padding: 10px;
		margin-bottom: 10px;
		background: url(../img/grad_ld_150.png) #fff repeat-x;
	}

#content.homepage #main { float: left; width: 700px; margin: 0; }
#content.homepage #sub { float: right; }

.header {
	padding: 0px 10px;
	height: 30px;
}

#content .header h3 {
	font-size: 12px; font-weight: bold; color: #fff; 
}
.header h3,
.header a {
	line-height: 30px;
	display: block;
}

/* Static boxes */
.static .box img { margin-right: 10px; float: left; border: 1px solid #eee; }
#content #main .static.module .box.latest_survey img { border: none; margin-right: 5px; }
.static .box p { margin-top: 5px; line-height: 1.3em; }

/* CCCF Affiliate Logo */
a#cccf_logo {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

/* Upcoming events (homepage) */
.events { background: url(../img/grad_ld_150.png) #fff repeat-x; }
.events .header { margin-bottom: 10px; }
.events .header a { color: #A9C2DB; }
.events .header a:hover { color: #fff; }
.event { clear: both; padding: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ddd; }
.event:last-child { border: none; }
.calendar { background: url(../img/bg_cal.gif) no-repeat center center; width: 42px; height: 42px; margin-right: 10px; text-align: center; }
.calendar .month { color: #fff; font-size: 11px; font-weight: bold; font-size: 9px; line-height: 12px; text-transform: uppercase; }
.calendar .day { color: #10273D; font-size: 20px; line-height: 28px; font-family: "Arial", "Helvetica Neue", sans-serif; }
.event h4 { font-size: 16px; line-height: 1.2; }
.event h4 a { color: #305B86; text-decoration: none; }
.event h4 a:hover { color: #c93d00; text-decoration: underline; }
.event .snippet { clear: both; padding-top: 10px; }


/* Recent news (homepage) */
#content #sub #recent_news_list.module.box { padding-top: 0; }
#content #sub #recent_news_list .module.box { background: url(../img/bg_light_green_stripes.png) repeat scroll 0 0; padding-top: 0; }
#recent_news_list .header { background: url(../img/bg_green_grad.gif) #7d9136 repeat-x;  }
#recent_news_list .header h3 { text-shadow: 1px 1px 1px #5D6C28; }
#recent_news_list .header a { color: #C9D491; }
#recent_news_list .header a:hover { color: #fff; }
#recent_news_list .article { border-bottom: 1px dashed #CFDCA7; padding: 15px 0; }
#recent_news_list .article h4 { font-weight: bold; font-size: 14px; line-height: 16px; margin-bottom: 2px; }
#recent_news_list .article h4 a { color: #444C1E; text-decoration: none; }
#recent_news_list .article h4 a:hover { color: #c93d00; text-decoration: underline; }
#recent_news_list .article .date { margin-bottom: 10px; }
#subscribe_module {  padding: 10px 10px 10px 0; }
#subscribe_module a.feed_link { width: 117px; padding: 12px 0 5px 58px; background: url(../img/feed_big.png) no-repeat left 0; display: block; font-size: 14px; line-height: 18px; font-weight: bold; text-decoration: none; color: #444C1E;}
#subscribe_module a.feed_link:hover { color: #e77900; }
#subscribe_module a.help_link { color: #778433; margin-left: 58px; }
#subscribe_module a.help_link:hover { color: #444C1E; }
	
	
/***************************
****	Inner pages
***************************/

#breadcrumbs { border-bottom: 1px dashed #ddd; font-size: 11px; line-height: 11px; padding-bottom: 10px; color: #bbb; }
#breadcrumbs a { color: #888; }
#breadcrumbs a:hover { color: #333; }
#breadcrumbs span { color: #999; }
.inner h1,
.inner .detail h2 a { font-size: 22px; line-height: 20px; margin: 15px 0; font-weight: bold; letter-spacing: -1px; color: #71842e; text-decoration: none; }
.inner h2 { font-size: 18px; }
.inner h3 { font-size: 16px; }
.inner h4 { font-size: 14px; }
.inner .body { font-size: 12px; }
.inner .body p { margin: .75em 0 1.75em 0; }
.inner .body ol,
.inner .body ul { padding-left: 2em; list-style-position: inside; }
.inner .body ol li { list-style-type: decimal; }
.inner .body ul li { list-style-type: disc; }
.inner .body h2 { font-size: 21px; color: #5784AF; border-bottom: 3px double #ddd; }
.inner .body h3 { font-size: 16px; font-weight: bold; color: #71842E; margin: 0;}
.inner .body blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #777;
	font-size: 16px;
	width: 85%;
	margin: 1.5em auto;
	border-left: 5px solid #f4f4f4;
	padding: 0 2.5%;
}
.inner .body img { border: 1px solid #ddd !important; padding: 2px; margin: 0 10px; }

/* Search */
.inner .search.textbox { width: 300px; }
.result_summary { font-size: 13px; margin-bottom: .25em; }
.search_results { margin-bottom: 25px; }
.result { border-top: 1px dashed #ddd; margin-top: 15px; padding-top: 15px; width: 90%; }
.result h3 { font-weight: bold; margin: 0 0 5px 0; line-height: 1; }
.result h3 a { text-decoration: none; }
.inner .result p { margin: 2px 0; }
.result p.result_url { overflow: hidden; }
.result p.result_url a { font-size: 13px; line-height: 20px; color: #7D9136; float: left; display: block; }
.result p.result_url a:hover { color: #4D5921; }
.result p.result_url small { float: right; display: block; font-size: 11px; line-height: 20px; color: #999;}

/***************************
****	Submenu
***************************/
.submenu { padding: 0 10px 0 0; margin-bottom: 20px; }
.submenu h3 { background: #333; color: #fff; padding: 5px; font-size: 11px; font-weight: bold; background: url(../img/bg_events_heading.gif) repeat-x; text-shadow: 1px 1px 1px #1A3856; }
.submenu h3 a { color: #fff; text-decoration: none; }
.submenu li a { display: block; text-decoration: none; font-size: 13px; padding: 10px; border-bottom: 1px dashed #ddd; }
.submenu li a:hover { text-decoration: underline; }
.submenu li a.active,
.submenu li a.active:hover { color: #305B86; font-weight: bold; text-decoration: none; }
.submenu li li a { font-size: 11px; padding: 5px; /*border: none;*/ margin-left: 20px; }
	

#sub .module { background: #FFFFFF url(../img/grad_ld_50.gif) repeat-x 0 bottom; padding: 10px; }
#sub .module h4 { font-size: 14px; font-weight: bold; line-height: 1.25; }
#sub.inner .module { margin: 10px 0px 20px 10px; border: 3px double #ddd; }
#sub.inner .module h4 { margin-bottom: 10px; }
#sub.inner .news.module { border: none; background: none; margin-top: 0; }
#sub.inner .news.module h3 { color: #A1B756; font-weight: normal; border-bottom: 2px solid #D1DCAD; line-height: 1; padding-bottom: 4px; font-size: 11px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
#sub.inner .news.module .article { border-bottom: 1px dashed #ddd; padding-bottom: 8px; margin-top: 8px; }
#sub.inner .news.module .article h4 { line-height: 1.2; margin: 0 0 2px 0; font-size: 13px; }
#sub.inner .news.module .article h4 a { text-decoration: none; }
#sub.inner .news.module .article p.date { font-weight: normal; margin: 0; line-height: 1; }

#sub.inner .news.module .meta { margin-top: 5px; padding-bottom: 5px; border-bottom: 1px dashed #ddd; overflow: hidden; color: #ccc; font-size: 11px; font-weight: bold; }
#sub.inner .news.module .meta a { display: block; float: left; line-height: 16px; height: 16px; text-decoration: none; color: #71842E; }
#sub.inner .news.module .meta a:hover { color: #C93D00; text-decoration: underline; }
#sub.inner .news.module .meta a.subscribe {
	padding-left: 20px;
	margin-right: 8px;
	margin-top: 5px;
	padding-right: 5px;
	display: block;
	float: left;
}
#sub.inner .news.module .meta a.subscribe.rss {
	background: url(../img/feed_icon.png) no-repeat 0 center;	
}
#sub.inner .news.module .meta a.subscribe.email {
	background: url(../img/email.gif) no-repeat 0 center;	
}


/***************************
****	Sitemap
***************************/
.sitemap li  {
	margin-left: 2em;
	list-style-type: disc;
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
/*	padding: .15em;*/
	margin: .25em 0 .25em 2em;
}
.sitemap li li {
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
}


/***************************
****	Photo Albums
***************************/
.album_list .album {
	width: 240px;
	margin: 15px 50px;
	float: left;
	text-align: center;
}
.album_list .album a {
	text-decoration: none;
	border: none;
}
/*
	Verical Image Centering:
	http://www.ibloomstudios.com/articles/applied_css_vertical-align/
*/
.album_list .album span.imgbox {
	height: 240px;
	line-height: 240px;
	font-size: 240px;
}
*>.album_list .album span.imgbox{
	font-size:12px
}
.album_list .album img {
	border: 5px solid #ddd;
	vertical-align: middle;
}
.album_list .album span.album_title,
.album_list .album span.album_info {
	display: block;
	line-height: 18px;
}
.album_list .album span.album_title {
	font-size: 16px;
	font-weight: bold;
}
.album_list .album span.album_info {
	font-size: 11px;
	color: #666;
}
.album_list .album span.sep {
	color: #bbb;
}
.album_list .album a:hover img {
	border: 5px solid #D2DCAD;
}
.album_list .album a:hover span.album_title {
	text-decoration: underline;
}
.album_list .album a:hover span.album_info {
	color: #333;
}

#album_slideshow { width: 800px; margin: 0 auto;}

#content.full #sub { display: none; }
#content.full #main { width: 940px; float: none; margin: 0; }

/***************************
****	News Articles
***************************/
.article p.date { font-weight: bold; }
.article_list .article { border-bottom: 1px dashed #ddd; margin-bottom: 10px; padding-bottom: 15px; width: 80%; }
.article_list .article h2 a { text-decoration: none; font-weight: bold; }
.article_list .article .body p { margin: .5em 0 0 0; }

/***************************
****	Paginator
***************************/
.pagination { font-size: 10px; margin-bottom: 15px; overflow: hidden; }
.pagination a,
.pagination span { padding: 3px 5px; display: block; float: left; margin: 0 1px; }
.pagination span,
.pagination .current { font-weight: bold; color: #71842e; border: 2px solid #71842e; }
/*#content .pagination a.current { color: #ff0066; }*/
.pagination span.ellip { border: 2px solid #fff; }
.pagination a { border: 2px solid #eee; text-decoration: none; }
.pagination a:hover { border-color: #e77900;  }
.pagination a.skipper { font-weight: bold; }
/*#content .pagination a.skipper.disabled { color: #bbb; border-color: #ddd; cursor: default; }*/



/***************************
****	Form elements
***************************/

form .textbox {
	font: normal 11px/1 "Lucida Grande", Verdana, sans-serif;
	color: #666;
	border: 1px solid #bbb;
	padding: 4px;
}

form .textbox.search {
	background: url(../img/search.gif) no-repeat #fff 3px center;
	margin-right: 5px;
	padding-left: 22px;
}
form .textbox.newsletter {
	width: 176px;
	background: url(../img/email.gif) no-repeat #fff 3px 3px;
	padding-left: 24px;
	margin: 10px 0;
}

form .button {
	background:white url(../img/bg_button.gif) repeat-x scroll center bottom;
	font: normal 11px/11px "Lucida Grande", Verdana, sans-serif;
	color: #444;
	cursor: pointer;
	padding: 3px 6px;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
}

form .textbox:focus {
	color: #333;
	border: 1px solid #999;
}

form .button:focus,
form .button:hover {
	color: #000;
	border-color:#AAA #777 #777 #aaa;	
}

form .button:active {
	background: #eee;
}


/***************************
****	Footer
***************************/
#footer {
	padding: 20px 0;
	}
	#footer .menu {
		overflow: hidden;
	}
	#footer .menu li {
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		font-size: 11px;
		border-right: 1px solid #446A8D;
		}
	#footer .menu li:last-child {
		border: none;
	}
		#footer .menu li a {
			color: #799DBE;
			text-decoration: none;
			}
			#footer .menu li a:hover {
				color: #fff;
				text-decoration: underline;
				}
	#footer .meta {
		color: #446A8D;
		padding-right: 10px;
		text-align: right;
	}
	#footer .meta h5,
	#footer .meta span {
		color: #fff;
	}
	#footer .meta h5 {
		font-weight: bold;
		font-size: 14px;
	}
	#footer .meta a {
		color: #799DBE;
	}
	#footer .meta a:hover {
		color: #fff;
		text-decoration: underline;
		}