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

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:
*/












body.custom {
    background: #9c9b86;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #32332e;
    border: 0.4em solid #bab87b;
}

.custom #page {
    background: #fff;
}

.custom #header { height: 116px; padding: 0; background: url('images/brontoversity_header.jpg') no-repeat; }


.custom h2 a {color: #000080;}

.custom h3 {color: #111111; font-size: 1.15em;}

.custom ul#tabs li {background: #e2e0af; margin-right: 7px;}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #bab87d; border-bottom-color: #fff; }
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

#footer p:first-child
{
display:none;
}

#footer {
	font-size: 10px;
	line-height: 1em;
	text-align: left; }

#footer_container {
	clear: both;
	padding: 5px 0 0 0;
	color: #555;
	margin: 0 auto; }

#footer_container div {
	position: relative;
	top: -7px; }

#sidebars div {
	background: #e2e0af;
}

/*---:[ author bio styles ]:---*/
.postauthor {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    }

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }
.postauthor p {
	font-size: 11px;
	}
