/*
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #header #logo a { display: block; height: 90px; width: 900px; background: url('images/logo.jpg') no-repeat; outline: none; border-top:0px; border-bottom:0px; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {background:#FFFFFF; padding: 0; border-color:#FFFFFF;}
.custom #title_area { background: none; padding: 1em 0; border-bottom: none;}
.custom #header_area {background:#FFFFFF;}
.ul {position:absolute; right:0;}

/*To make nav styles disappear and style the new nav #1d6a87*/

.custom #nav_area {background:#FFFFFF; border-bottom:0px solid #FFFFFF; border-top:0px solid #FFFFFF; }
.custom #nav_area ul li { border-width: 0; margin-bottom: 0; margin-top: 0;margin-left: 0; margin-right:0; padding-bottom: 0; background:#FFFFFF; }
.custom #nav_area ul { border-bottom:0px; border-top:0px; border-left: none; background:#FFFFFF;}

/*footer section */

.custom #footer_area {}
.custom #footer {
	height: 275px;
	border-top:0px;

}

.custom #footer_1 {text-align:left; color:#333333;}
.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {color:#333333;}
.custom #footer_1 ul.sidebar_list li.widget a {color:#333333; border-bottom:0;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#333333;}

/* Misc. Style Changes */
.custom .entry-title a {color:#570513; }
.custom .entry-title a:hover {color:#570513; text-decoration: none; background:none;}
.custom .entry-title a:visited { font-weight: normal; }
.custom .headline_area h1, .headline_area h2 {color:#570513;}
.custom .comments_closed {display: none;}
.custom #content_box {background-color:#FFFFFF;}
.custom #content {background-color:#FFFFFF;} 

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

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	/* 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: #333333;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
	font-size: 1.1em;
}
#footer_setup .footer_items2 {
	/* contents alignment */
	height:300;
	text-align: left;
	/* widget width */
	width: 400px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #333333;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;

}

/* widget item headers*/
#footer_setup .footer_items h3 {
	border-bottom:0 none;
	letter-spacing:1px;
	color:#570513;
	font-weight:bold;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	
	/* distance between border and widget text */
	margin-bottom: 5px;
}
#footer_setup .footer_items a {
color:#333333; 
text-decoration:none;
}
#footer_setup .footer_items a:hover {
color:#333333; 
text-decoration:underline;
 }
/* Hardcoded Footer link styles 
#footer_setup .footerlink a {color: #FFFFFF; text-decoration: none;}
#footer_setup .footerlink a:hover {color:#FFFFFF; text-decoration: none;}
 */
/* do not change these! */
#footer_setup .footer_items ul li { 
list-style: none; 
margin: .6em; 
font-size:1.2em;
}
#footer_setup .footer_items ul { 
margin: 0px; 
padding: 0px; 
}
#footer a {
color:#333333;
border-bottom:0px;
}
#footer a:hover{
color:#333333;
text-decoration:underline;
}

