/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define
*/

body.custom {
    background: #44443f url('images/khaki.gif');
    .format_text { font-size: 1.5em; line-height: 1.6em; padding-right: 0.8em; }
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

.custom #content { border-right: none; }

.custom #header { border-bottom:none;
height:366px;
padding-top:0;
padding-bottom:0;
outline: none;
background: url(images/header.jpg);
center left no-repeat; }

.custom .entry-title { letter-spacing: 0.2em; font-variant: small-caps; text-align: center; }

.custom .headline_area h1, .headline_area h2 { letter-spacing: 0.2em; font-variant: small-caps; text-align: center; }

.custom .sidebar h3 { font-size: 1em; text-transform: lowercase; letter-spacing: 0.3em; font-weight: bold; color: #3e3e3a; padding: 10px 10px 5px 10px; border-bottom: 1px solid #ddd; }

.custom .smallcap { font-variant: small-caps; }

.custom .format_text .drop_cap { font-size: 5em; }

.custom .headline_meta {
    text-align: center;
    background-image: url(images/crown.gif);
	background-repeat: no-repeat;
	background-position: center 23px;
	height: 40px;  }

font-variant: small-caps; font-style: lowercase; font-weight: strong; 

.custom ul#tabs li.rss a { padding-right: 16px }

.custom #image_box { background-color: #fff; padding: 0.6em; }


/*
#byline {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-align: center!important;
	letter-spacing: 0.3em;
	display: block;
	width: 100%;

}
*/