/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom #header {
border-bottom:none;
height:200px;
padding-top:0;
padding-bottom:0;
background:url('../images/green-header.png') center left no-repeat;
}

.custom #header #logo {padding-top: 125px; text-align:right; width:935px;}
.custom #header #logo a {color: #FFF; }
.custom #header #tagline {color:#DDD; text-align:right; width: 935px;}

body.custom {background:#4E6D03;}
.custom #page {background:#3B4F0A; padding-top:0px;}
.custom #content_box {background:#D9EFA4;}
.custom #column_wrap{background-color: #FFF;}
.custom #tabs, .custom #sidebar_2{background:#D9EFA4;}
.custom #tabs li{background:none; color:#4E6D03;}
.custom #tabs li a:hover{text-decoration:none; color:#DDD; background:#3B4F0A;}
.custom #tabs {padding-top:0px;}
.custom #tabs .rss{padding-right:10px;}
.custom #content_box{padding:0px; margin:0;}
.custom #image_box, .custom .wp-caption{background-color:#B5D36F; border:1px dotted #4E6D03;}
.custom #sidebars #sidebar_1{border:none;}
.custom #sidebar_1{background-color: #FFF9D8; border-right:1px solid #D9EFA4;}
.custom #footer, .custom #footer a {color:#B5D36F;}