/*
File:			custom.css
Description:	Custom styles for Thesis


*/

.custom #header { padding-top: 0; }
.custom #footer { padding-bottom: 0}



.custom .format_text input[type="image"] { width: auto; margin: 0.4em; padding: 0; border: 0; }



.an { 
font-size: 0.8em;
color: #C0C0C0;
margin-left: 4px; }

body.custom {
background:#3c3c3c url('images/back.gif') repeat-y center; background-repeat: repeat-y; background-position:center;

}

.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}


.custom #header { background-color: #F1F1F1 ; }


/*
custom header image
*/
    /* This line sets up our clickable background image based on the site title’s link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header’s file name */
    .custom #header #logo a { display: block; height: 69px; width: 361px; background: url('images/working.png') no-repeat; outline: none; }

    /* 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; }

/* Custom Sidebar Color */
.custom #content_box {background-color:#F1F1F1;}
.custom #content {background-color:#fff;}

/* For the Post Footer */
.postauthor {
color: #222222;
font-family: verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
width: 640px;
padding: 3px;
margin-bottom:5px;
}

/* For custom media box */
.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;}

#archive_info {display:none;}

/* Better Author Comments */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}



.custom #feature_box {background: #FFFFFF;} 

/* Reply TEXT to Button */
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

