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

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #container { width: 106em;}
.custom #header {padding-bottom:0; border:none; background-color:#FFF;}
.custom #header #logo a { margin-right:50px; display: block; height: 330px; width: 1100px; background: url('images/stsheader-2.gif') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #tabs {border-color: #D9E7EC;}
.custom #tabs li {background-color: #D9E7EC;}
.custom #tabs .current_page_item, #tabs .current-cat {background-color: #fff;}
.custom #sidebar_1 {border-color: #D9E7EC;}
.custom #custom_box {background:none;}

.custom .post_box, .teasers_box {border-top:1px dotted #D9E7EC;}
.custom .prev_next {border-top: 2px solid #D9E7EC;}
.custom #footer {border-top: 3px double #D9E7EC;}
.custom #archive_info {border-bottom: 2px solid #D9E7EC;}
.custom .headline_meta a {border-bottom: 1px solid #D9E7EC;}
/*widget headline title background color*/
.custom #sidebar_1 h3, .custom #sidebar_2 h3{border-style:outset;
border-width:5px #000000; background-color:#D9E7EC;}
/*widget headline title color*/
.custom .sidebar h3 {text-align: center; color: #000000;}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #FCFAF5;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}


/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 2px solid #8983B6;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
