/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom #header #logo a { 
display: block; 
height: 75px; 

background:#ffffff url(images/banner2.gif) no-repeat;
outline: none; }

#header {border-bottom:1px solid #DDDDDD; border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; background:#fff}

.custom a, .custom a:visited { color: #935606; }	
.custom a:hover { color: #f89828; }		

    /* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
   /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */.custom #header #tagline { height: 0; }
    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
    .custom #header { padding: 0; }
#footer {border-top:none}

body.custom {
    background: #bad0c8;
    background-image: url(images/stripedbkg.gif); 
    background-repeat: repeat; 
}

.format_text {padding-left:15px;}

#footer p {font-size:.75em;}

#comments {padding-left:15px;}
.comments_closed p {text-indent: -9999px;}

.custom #page {background: #fff;}
#content {border-right:1px solid #DDDDDD;} 
#content_box {background: #fff;
border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD;}

.teasers_box {padding-left:15px;}

.sidebar ul.sidebar_list {
padding-left:2em;
padding-right:3em;
}

   /* excerpt thumbnails */
 .imgtfe { padding-right: 8px; }
a img {margin-right:12px;}

.headline_area {padding-left:15px;}

#tabs.rss {padding-right: 10px}
#tabs {background: #ffffff url(images/line_bkg.png); border: 1px solid #DDDDDD;}
.page-item-1 {background:#f89828}
#content_box {width:none}

#header_area .page {padding-top:2em;}