/*
File:	 custom.css
Description:	Custom styles for Thesis
More Info: http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom #header_area {background:#000000;}
.custom #header_area .page {background:transparent;}
.custom #header {border-bottom:0;}

.custom #header_area { border-bottom:none;
height:550px;
padding-top:0;
padding-bottom:0;
background-repeat: no-repeat;
background-size: cover;
background:url('../../../uploads/2013/09/BANNER-NEW.jpg');
background-position: center center;}

.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }


.custom #nav_area {background:#000000; border-bottom:0px solid #000000; padding-top:10px;}
.custom #nav_area .page {background:transparent;}
.custom ul#tabs {border-bottom:0; border-color:#000000;}
.custom ul#tabs li {border-color:#DBD4B7; background-color:#000000;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#000;}



.custom .menu { background-color: #000000; }


body.custom {
    background: #fff;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}



.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}


/* Unlinked author name */
.custom span.author {
   color: #6DB045;
}

/* Linked author name */
.custom span.author a {
   color: #6DB045;
}




/* remove border from fish picture */

.format_text img.frame, .format_text .wp-caption {border-width: 0; padding: 0 ; background-color: white;}


.custom #footer {
  text-align:center;
}
.custom #footer ul,
 .custom #footer li {
  display:inline;
}
.widget {height: auto!important; border:none!important;}