/* Begin CSS Nav Reset */
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
/* End CSS Nav Reset */
		
/* Begin Thesis Nav Dropdown styling */
.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;
	background-color: #0B0A09;
}			
.custom ul#tabs li:hover ul {display:block;}
/* End Thesis Nav Dropdown styling */

body.custom {
	background: url(images/back.jpg) repeat;
}

.custom #foundation {
	background: url(images/back.png) repeat-y center -4px;
}

.custom #lower {
	background: url(images/foot.png) no-repeat center bottom;
	padding: 0em;	
}

.custom #upper {
	background: url(images/head.png) no-repeat center top;
	padding-right: 50px;
	padding-left: 50px;
}

.custom #header {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-style: none;
}

/*  ORIGINAL TAB BAR
.custom ul#tabs {
	background: url(images/nav.png) no-repeat;
	padding: 8px 15px 8px 30px;
}
*/

/* The .custom ul#tabs commands below are for christmas.  to revert back to the normal version, just delete the .custom ul#tabs command directly below and reinstate the above command labelled "ORIGINAL TAB BAR" - any questions, call me before you do anything. -=- Mick  */

.custom ul#tabs {
	background:transparent url(images/black-nav-bar.png) no-repeat scroll 0 0;
	height:33px;
	left:-39px;
	padding:10px 25px 8px 7px;
	position:relative;
	top:-10px;
	width:909px;
}

.custom ul#tabs li {
	clear: none;
}

.custom ul#tabs li a {
	color: #fff;
}

.custom ul#tabs li a:hover {
	color: #c8d784;
}

.custom #content_box {
	background-image: none;
}

.custom #footer {
	border-top: none;
	padding-top: 1.2em;
	color: #fff;
}

#footer a {
	border-bottom: none;
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #939B3E;	
}

.custom #page {
	padding-bottom: .15em;
}

.custom .headline_meta {
	color:#FFFFFF;
}	

.custom .sidebar h3 {
	color:#000000;
	font-weight: bold;
}	

.custom a {
	color: #000;
}

.custom h2 a {
	color: #000;
}

.custom blockquote {
	border-left: 4px solid #cccd5e;
	color: #fff;
	font-style: italic;
}

.custom .ngg-galleryoverview {
	clear:none;
	width: auto;
}

.custom .slideshow {
	background: url(images/square2.png) no-repeat 15px;
	padding-top: 25px;
	padding-bottom: 30px;
        padding-right: 8px;
}

.custom #nl {
	background: url(images/newsletter-signup-form.png) no-repeat;
	color:#FFFFFF;
	padding-bottom:30px;
	padding-left:15px;
	padding-top:160px;
}

.custom #vc {
	color:#FFFFFF;
	float: right;
}

.custom.faq .faq_approve {
        display: none;
}

.custom.faq .alt {
	background-color: transparent;
	background-image: none;
}