/* 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 */

/* Begin center image fix */
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End center image fix */

.custom ul#tabs {
	background: #666 no-repeat;
}

.custom ul#tabs li {
	clear: none;
}

.custom ul#tabs li a {
	color: #fff;
}

.custom ul#tabs li a:hover {
	background-color: #333;
}

.custom .format_text h2, .custom .format_text h3 {
	margin: 0;
}

.custom h2 {
	color: #000;
}

.custom h3 {
	color: #006867;
}

.custom #sidebars {
	margin-top: 2em;
}

.custom #footer {
	text-align: center;
	font-size: 1.2em;
}

.custom #footer a, .custom #footer a:visited {
	color: #333;
	text-decoration: underline;
}

.custom #footer a:hover {
	text-decoration: none;
	color: #390000;
}

.custom .nosell {
	font-size: .7em;
	line-height: 1em;
	text-align: center;
}

.custom .join {
	color: #ac0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}