/*
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #header #logo a { display: block; height: 90px; width: 900px; background: url('images/logo.gif') no-repeat; outline: none; border-top:0px; border-bottom:0px; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; color:#000000;}
.custom #header #tagline { height: 0; }
.custom #header {background:#ffffff; padding: 0;}
.custom #title_area { background: none; padding: 1em 0; border-bottom: none;}
.custom #header_area {background:#ffffff;}


/*To make nav styles disappear and style the new nav #1d6a87*/

.custom #nav_area {background:#0F3847; border-bottom:1px solid #000000; border-top:1px solid #000000; }
.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:#0F3847;}

/*footer section*/

.custom #footer_area {background: url('images/footer_bg.gif'); outline:none; border-bottom:1px solid #000000; border-top:0px solid #000000; }
.custom #footer {
	height: 125px;
	background: #040f13;
	border-top:0px;
	background: url('images/footer_bg.gif');
	text-align:center;

}

.custom #footer_1 {text-align:left; color:#FFFFFF;}
.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:#FFFFFF;}
.custom #footer_1 ul.sidebar_list li.widget a {color:#FFFFFF; border-bottom:0;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {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: center;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #9F9F9F;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}
#footer_setup .footer_items2 {
	/* contents alignment */
	height:100px;
	text-align: center;
	/* widget width */
	width: 100%;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #9F9F9F;
	/* 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:#FFFFFF;
	font-weight:bold;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	/* distance between border and widget text */
	margin-bottom: 5px;
}
#footer_setup .footer_items a {
color:#FFFFFF; 
text-decoration:none;
}
#footer_setup .footer_items a:hover {
color:#FFFFFF; 
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; 
}


