/* 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: #572c18;
}			
.custom ul#tabs li:hover ul {display:block;}
/* End Thesis Nav Dropdown styling */

body.custom {
	background: #D7EEA5 url(images/back.png) repeat-x;
}

.custom #page {
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/page-back.png) repeat-y 20px 0;
}

.custom #header {
	border-bottom-style: none;
	background: url(images/head.png) no-repeat 0px 0px;
	height: 113px;
	left: -10px;
	position: relative;
	width: 980px;		
}

.custom ul#tabs {
	background: url(images/nav.png) repeat-x;
	padding: 8px 15px 8px 30px;
}

.custom ul#tabs li {
	clear: none;
}

.custom ul#tabs li a {
	color: #fff;
}

.custom ul#tabs li a:hover {
	color: #ff0;
}

.custom #content_box {
	background-image: none;
}

.custom #footer {
	background-color: #D7EEA5;
	border-style: none;
	border-top: 4px solid #60321A;
}

.custom #comments {
	margin-left: 2.3em;
}

.custom #wp-calendarLarge .dayHead {
	background-color: #006800;
	padding-left: 3px;
}

.custom #calendar_wrapLarge {
	margin-bottom: 2em;
}