/*
	#565252 - Lt Brown (top bar)
	#666666 - Lt Brown (masthead)		
	#252525 - Dk Brown (masthead)
	#660000 - Dk Maroon (rule)
	#076e90 - Lt Blue
	#025a76 - Md Blue
	#044960 - Dk Blue
	
	acabab
	
	647d70 Green
	
	9b9797
	a39797
	#9c8484
*/

* {
	margin: 0; padding: 0;
}
body {	
	/*background: #FFFFFF url(../images/background.gif) repeat-x 0 0;*/
	min-width:980px;
	font: 12px Verdana;
	color: #000000;	
}
a {
	text-decoration: none;
	color: #578e81;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

.wrapper {
	width:980px;
	margin:0px auto;
	text-align: center;
}

#header,#body,#footer {
	width:100%;
	overflow:hidden;
	display:inline-block;	
	text-align:left;	
}

#content,#sidebar{text-align: left;}

/** BEGIN header **/
#header {
	height: 312px;
	background-color:#666666;
	border-bottom:1px solid #660000;
}
	#header .top_bar {
		background-color:#565252;
		border-bottom: 1px solid #252525;
		float: left;
		width:100%;
		height:30px;
	}
	#header .date {
		float: left;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 0;
	}
	#header .icons {
		float: right;
		padding:4px 6px 0 0;
	}
		#header .icons img {
			padding:2px 0 2px 6px;
		}
	/* RSS */
	#header .rss {
		float: right;
		padding: 4px 0;
	}
		#header .rss a {
			color: #FFFFFF;
			font-weight: bold;
			background: url(../images/rss.gif) no-repeat 0 0;
			padding-left: 20px;
			line-height: 1.8em;
			margin-left: 10px;
			padding-bottom: 2px;			
		}
			#header .rss a:hover {
				text-decoration: none;
				color:#a39797;
			}
	#header h1 {
		clear: both;
		float: left;
		padding: 10px 0 0 0;
	}
		#header h1 a {
			text-indent: -9999px;
			outline: none;
			display: block;
			background: url(../images/masthead_logo.jpg) no-repeat 0 0;
			width: 980px;
			height: 46px;
			/*border-left:#acabab 1px solid;
			border-right:#acabab 1px solid;*/
		}
/** END header **/

/** BEGIN menu **/
#menu {
	background: #666666 url(../images/menu_bg.gif) repeat-x 0 0;
	/*border-bottom:2px solid #660000;*/
	height: 26px;
	/*border-top:1px solid #acabab;*/
	z-index:2;
}
	#menu ul {
		clear: both;
		list-style-type: none;
		height: 26px;
		padding-left: 2px;
		background: url(../images/divider.gif) no-repeat 0 0;
	}
		#menu ul li {
			float: left;
			background: url(../images/divider.gif) no-repeat right 0;
			padding-right: 2px;
		}
			#menu ul li a {
				color: #FFFFFF;
				text-transform: uppercase;
				display: block;
				font-size: 11px;
				line-height:15px;
				font-weight: bold;
				padding: 5px 13px;
				outline: none;
			}
			#menu ul li a:hover {
				text-decoration: none;
				background: url(../images/hover_bg.gif) repeat-x 0 0;
			}
			/** begin pages submenu **/
			#menu li ul {
				clear: both;
				position: absolute;
				list-style-type: none;
				display: none;
				z-index: 200;
				height: auto;
				padding-top: 1px;
				border-bottom: 1px solid #ffffff;
				margin-left: -4px;
				background-image: none !important;
				border-width: 0 0 1px !important;
				border-color: #ffffff;
				border-style: solid;
			}
				#menu li ul li {
					clear: both;
					margin: 0 !important;
					background-image: none !important;
					border-width: 1px 1px 0;
					border-style: solid;
					border-color: #ffffff;
					padding: 0 !important;
				}
				#menu li ul li a {
					text-transform: none !important;
					font-size: 11px !important;
					font-weight: normal;
					padding: 2px 8px !important;
					line-height: 1.5em;
					width: 170px;
					background-color: #666666;
				}
				#menu li ul li a:hover {
					background-color: #565252;
					background-image: none !important;
				}
			/** end pages submenu **/
/** END menu **/

/** BEGIN body **/
#body {
	padding: 15px 0 5px 0;
	z-index:1;
}
	
	/** BEGIN wrapper **/
	.wrapper {
		width: 980px;
		margin: auto auto;
		text-align: left;
	}

	/** BEGIN content **/
	#content {
		float: left;
		width: 650px;		
	}
		#content .featured-img {
			width: 640px;
			height: 327px;
			overflow: hidden;
			margin-bottom: 10px;
			background: #252525 url('../../../../_files/images/features/feature_page_21_full.jpg');
			border: 5px solid #d2d2d2;
		}
			#content .featured {
				width: 640px;
				height: 265px;
				overflow: hidden;
				position: relative;
			}
			#content .featured img {
				width: 640px;
				position: absolute;
				bottom: 0;
			}
			#content .featured-img .text {
				background: url(../images/shade.png) repeat 0 0;
				padding: 15px;
				position: absolute;
				bottom: 0;
				left: 0;				
				width: 640px;
			}
				#content .featured-img .text h2 {
					font-size: 1.2em;
					margin-bottom: 4px;
				}
				#content .featured-img .text h2 a {
					color: #FFFFFF;
					text-decoration: none;
				}
				#content .featured-img .text p {
					line-height: 1.6em;
					font-size: 1em;
					color: #FFFFFF;
				}
			#content .navigation {
				padding-bottom: 20px;
				font-size: 0.9em;
				font-weight: bold;
			}
				#content .navigation .l {
					float: left;
				}
				#content .navigation .r {
					float: right;
				}
			#content .box {
				border: 1px solid #D2D2D2;
				margin-bottom: 9px;
				padding: 9px;
				overflow: hidden;
				/*min-height:400px;*/
			}
			#content .box h2  {
				background: url(../images/box.gif) repeat-x 0 0;
				font-size: 1em;
				color: #ffffff;
				padding: 3px 5px 4px;
			}

		#content .section {
			width: 310px;
			float: left;
			/*margin:0 5px 0 5px;*/
		}		
		#content .section2 h2 {
			font-size: 1em;
			padding: 3px;
			margin-bottom:5px;
		}
		#content .section h2  {
			background: url(../images/box.gif) repeat-x 0 0;
			font-size: 1em;
			color: #ffffff;
			padding: 3px 5px 4px;
			margin-bottom:5px;
		}
		#content .section ul {
			list-style-type: none;
			padding: 0;
			font-size:11px;
		}
			#content .section ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#content .section ul li a {
				color: #565656;
			}
			#content .section ul li a:hover {
				color: #660000;
			}
		
		#content .posts {
			float: left;
			width: 288px; height: 165px;
			background-color: #EBEBEB;
			border: 1px solid #D7D5D5;
			padding: 10px;
			margin-bottom: 10px;
		}
		#content .posts img {
			float: left;
			margin: 0 10px 10px 0;
			width: 100px;
		}
		#content .posts h2 {
			font-size: 1.1em;
			line-height: 1.3em;
			margin-bottom: 5px;
		}
			#content .posts h2 a:hover {
				text-decoration: none;
			}
		#content .posts p {
			line-height: 1.5em;
		}
		
		#content .odd {
			margin-right: 10px;
		}
		#content .postnav {
			clear: both;
			padding: 10px 0;
			font-size: 0.9em;
		}
			#content .postnav a {
				font-weight: bold;
			}
		#content h2.title {
			text-transform: uppercase;
			font-size: 1em;
			margin: 10px 0 20px;
		}
		#content img {
			margin: 0 10px 10px 0;
		}
		/** END content **/
		
		/** BEGIN sidebar **/
		#sidebar {
			float: right;
			width: 320px;
		}
			#sidebar .l {
				float: left;
				width: 155px;
			}
			#sidebar .r {
				float: right;
				width: 155px;
			}
			#sidebar .box {
				border: 1px solid #D2D2D2;
				margin-bottom: 9px;
				padding: 9px;
				overflow: hidden;
			}
			#sidebar .box h2  {
				background: url(../images/box.gif) repeat-x 0 0;
				font-size: 1em;
				color: #ffffff;
				padding: 3px 5px 4px;
			}
			#sidebar .box ul {
				background-color: #ffffff;
				list-style-type: none;
			}
				#sidebar .box li {
					font-size: 0.9em;
					line-height: 1.4em;
					padding: 5px 0 3px 19px;
					background: url(../images/list.gif) no-repeat 0 8px;
					line-height: 1.7em;
				}
				#sidebar .l li, #sidebar .r li {
					font-size: 11px;
				}
				#sidebar .box li a {
					font-size: 1.1em;
					color: #000000;
				}
				#sidebar .box li a:hover {
					text-decoration: none;
				}
				#sidebar .l li, #sidebar .r li {
					padding: 5px 0;
					background-image: none;
				}
			#sidebar .box form {
				width: 301px; height: 37px;
				background: url(../images/search.gif) no-repeat 0 0;
			}
				#sidebar .box form input {
					float: left;
					border: 0;
					font-family: Verdana;
					font-size: 1.2em;
					color: #333333;
					background-color: transparent;
					width: 233px;
					margin: 10px 7px;
				}
				#sidebar form button {
					float: right;
					border: 0;
					text-indent: -9999px;
					width: 47px; height: 37px;
					background-color: transparent;
				}
		#sidebar .box .video {
			padding-top: 5px;
		}
		/** END sidebar **/
		
/** END body **/

/** BEGIN footer **/
#footer {
	background: #ffffff url(../images/bottom.gif) repeat-x 0 0;
	font-size: 0.9em;
	text-align:left;
	color:#666666;
}
	#footer .box {
		width: 320px;
		float: left;
	}
		#footer .box h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 0 20px 0;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 0px 20px 25px;
		}
			#footer .box ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .box ul li a {
				color: #565656;
			}
			#footer .box ul li a:hover {
				color: #660000;
			}
	#footer .about {
		width: 320px;
		float: left;
	}
		#footer .about h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 14px 20px 20px;
		}
		#footer .about p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .about img {
			float: left;
			margin: 14px 10px 5px 0;
		}
	#footer .youtube {
		background: url(../images/box.gif) repeat-x 0 0;
		font-size: 11px;
		color: #ffffff;
		padding: 3px 5px 4px;
		margin-bottom:5px;		
	}

	#footer .links {		
		background-color: #647380;
		color: #E1E1E1;
		height: 35px;
		clear: both;
	}
		#footer .links p {
			padding: 10px;
		}
		#footer .links a {
			color: #CED9E7;
			text-decoration: underline;
		}
		#footer .links .l {
			float: left;
		}
		#footer .links .r {
			float: right;
		}
	#footer .copyright {
		background-color: #666666;
		color: #ffffff;
		height: 35px;
		clear: both;
	}
		#footer .copyright .signature {
			float: left;
			color: #ffffff;
			padding: 10px;
		}
		#footer .copyright .icons {
			float: right;
			line-height: 35px;
			padding:5px 0 5px 0;
		}
		#footer .icons img {
			padding-left:6px;
		}
/** END footer **/

/** BEGIN single **/
#single {
	padding-right: 10px;
}
	#single h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#single p {
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	#single ul, #single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#single li {
		line-height: 1.6em;
		padding: 2px 0;
	}
	#single .details {
		font-size: 0.9em;
		padding: 5px;
		background-color: #e9e9e9;
		font-style: italic;
		margin-bottom: 10px;
	}
	/** begin headers **/
	#single h3, #single h4, #single h5, #single h6 {
		margin: 15px 0 10px;
	}
	#single h3 { font-size: 1.5em; font-weight: normal; }
	#single h4 { font-size: 1.4em; font-weight: normal; }
	#single h5 { font-size: 1.3em; }
	#single h6 { font-size: 1.2em; }
	/** end headers **/
	
	/** begin blockquote **/
	#single blockquote {
		line-height: 1.6em;
		padding-left: 10px;
		margin-bottom: 10px;
		font-style: italic;
		border-left: 2px solid #e0e0e0;
	}
	/** end blockquote **/
	
	/** begin table **/
	#single table {
		margin-bottom: 20px;
	}
		#single table th {
			font-size: 0.9em;
			color: #ffffff;
			padding: 2px 4px;
			line-height: 1.6em;
			background-color: #606060;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #eeeeee; }
		#single table tr.even td { background-color: #e0e0e0; }
		
	/** end table **/
	
	/** begin form **/
	#single form {
		margin-bottom: 10px;
	}
	#single fieldset {
		border: 1px solid #c0c0c0;
		padding: 16px;
		margin-bottom: 20px;
	}
		#single form p {
			margin-bottom: 4px !important;
		}
		#single form input {
			margin-right: 5px;
		}
		#single form label {
			margin-right: 10px;
		}
		#single form input.text, #single form textarea {
			border: 1px solid #909090;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			max-width: 100%;
			margin-bottom: 10px;
		}
		#single form textarea {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#single form button, #single form input.button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 5px;
		}
	/** end form **/
.notfound {
	padding-right: 10px;
}
	.notfound h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.notfound p {
		line-height: 1.6em;
	}
/** END single **/

/** BEGIN comments **/
#comments {
	clear: both;
	padding: 10px 20px 0 0;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.7em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 15px;
		line-height: 1.7em;
	}
	#comments form {
		padding: 10px;
	}
		#comments form input, textarea {
			border: 1px solid #c0c0c0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
			color: #ffffff;
		}
		#comments form input {
			width: 260px;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		#comments form #user {
			background-image: url(../images/user.gif);
		}
		#comments form #email {
			background-image: url(../images/email.gif);
		}
		#comments form #url {
			background-image: url(../images/world.gif);
		}
		#comments form .note {
			margin-bottom: 10px;
		}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	#comments .required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
	#comments .thread-odd {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #c0c0c0;
		padding: 10px;
		margin: 0 !important;
	}
	#comments .thread-even {
		padding: 10px;
		background-color: #eeeeee;
	}
	#comments .details {
		float: left;
	}
	#comments .gravatar {
		float: right;
	}
	#comments .commentlist {
		list-style-type: none;
	}
		#comments .commentlist li ul {
			list-style-type: none;
			padding-left: 10px;
			border-left: 2px solid #323700;
			margin: 10px 0;
		}
	#comments .reply {
		font-size: 0.8em;
		text-transform: uppercase;
	}
	#comments .navigation {
		padding: 10px 0;
		font-size: 0.9em;
		font-weight: bold;
	}
	#comments em {
		display: block;
		margin: 5px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color: #009900;
	}
/** END comments **/


/** begin MISC **/

.scrollbar {
	scrollbar-3dlight-color:#EFEFEF;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#EFEFEF;	
	scrollbar-darkshadow-color:#a5a4a4;
	scrollbar-face-color:#a5a4a4;
	scrollbar-shadow-color:#a5a4a4;	
	scrollbar-highlight-color:#E1E1E1; /* background color */
}
/** end MISC **/

/** begin calendar **/
#calendar_wrap {
	
}
	#wp-calendar {
		width: 100%;
	}
		#wp-calendar caption {
			margin-bottom: 5px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#wp-calendar th {
			text-align: center;
			font-size: 0.9em;
			background-color: #FDC501;
			color: #000000;
		}
		#wp-calendar td {
			text-align: center;
			padding: 2px;
			font-size: 0.9em;
		}
			#wp-calendar td a {
				font-weight: bold;
				text-decoration: none;
			}
		#prev {
			padding: 15px 5px 0 !important;
			text-align: left !important;
			text-transform: uppercase;
		}
		#next {
			padding: 15px 0 0 !important;
			text-align: right !important;
			text-transform: uppercase;
			font-size: 0.8em;
		}
			#prev a, #next a {
				display: block;
				width: 45px; height: 13px;
				text-align: center;
				font-size: 0.8em !important;
				background-color: #FDC501;
				color: #000000;
			}
			#prev a:hover, #next a:hover {
				background-color: #303030;
			}
			#prev a { float: left; }
			#next a { float: right; }
/** end calendar **/

/** begin search form **/
#searchform {
	padding: 15px 5px;
	margin: 25px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #323700;
}
	#searchform input {
		width: 190px;
		font-family: Verdana;
		font-size: 0.9em;
		padding: 1px 2px;
		border: 1px solid #40450C;
		background-color: #181A04;
		color: #707E00;
	}
	#searchsubmit {
		width: auto !important;
		padding: 0 !important;
	}
/** end search form **/

/** END widget styles **/