/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/



.custom #header {padding-top: 2.4em; padding-bottom: 2.4em; }
.custom #header_area.full_width {border-top: 10px solid black; }
.custom #footer_area {border-bottom: 20px solid black;}
.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}

.custom h3 {text-align:center; font-weight: bold; font-size: 25px;}

.custom #header #logo, .custom #header #tagline {
text-indent: -9999px; 
}

.custom #logo  { 
background: url(images/btc.png) no-repeat scroll 0 0;
display:block;
height: 83px;
width: 514px;
margin: 0 auto;
}


.headline_area h1, .headline_area h2, #archive_intro h1 {
text-align:center; 
margin-top:8px;
}

.custom #content_box { background-color: #ffffff; border: 1px solid #777;}
.landing #content_box {border: 0; }


.custom .no_sidebars #content { background-color: #fff; float: none; margin: 0 auto; border: 1px solid #777; margin-top: 25px; border-top: 10px solid black;}




.custom .post_box {margin: 0 4.2em; }

.custom h2 a, .custom h2, .custom h1 {font-size: 32px; padding-bottom: 20px; }
.custom h2 span {color: #333; font-size: 0.75em; }

.custom #footer {text-align: center;}
.custom .menu {background-color: #333; border: 1px solid #333;}
.custom .menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { padding: 10px; }

.moddown {overflow:hidden; text-align:center; margin:0px auto 20px;}
.moddown h4 {text-align:center; margin-bottom: 20px; }
.moddown p {margin-bottom:10px;}
.moddown p a {margin:0 33px;}
.moddown h4 {text-align:center; margin-bottom: 20px; }


a.adl {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	background: url(images/as.png);
float: left;
margin-left: 13px;
margin-right: 13px;
	}

a.adl:hover {
	background-position: -150px 0;
	}
a.vdl {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	background: url(images/vs.png);
float: left;
margin-left: 13px;
margin-right: 13px;
	}

a.vdl:hover {
	background-position: -150px 0;
	}
a.wdl {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	background: url(images/ws.png);
float: left;
margin-left: 13px;
margin-right: 13px;
	}

a.wdl:hover {
	background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -9999px;
	}