/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
/* header widgets */
body.custom div#top {width: 50%; float: left;}
body.custom #header_widget {float: right; width:45%; position: relative; z-index: 999;}
body.custom #header_widget ul.sidebar li.widget {display: block;}

/* footer widgets */
body.custom div#footer-widgets {width:100%;}
body.custom div#footer-widgets div.footer-item {float:left; width:23%; margin:5px;}
body.custom div#footer-widgets h2 {padding-bottom: 5px;margin-bottom: 5px; font-family: "Times New Roman", Times, serif; color: white; font-size: 22px;
text-align: left; font-weight: normal; border-bottom: 1px solid #276F95;font-style: normal !important;}
body.custom div#footer-widgets h2 a{padding-bottom: 5px;margin-bottom: 5px; font-family: "Times New Roman", Times, serif; color: white; font-size: 22px;
text-align: left; font-style: normal !important; text-decoration:none; font-weight:normal !important;}
body.custom div#footer-widgets ul {text-align: left; padding: 15px; padding-left: 20px; padding-bottom: 20px;list-style: none; margin-top: -20px;;}
body.custom div#footer-widgets ul li {font-family: Tahoma,Arial, Helvetica, sans-serif; margin-top: 10px;}
body.custom div#footer-widgets ul li a {color: white; font-size: 12px; text-decoration: none; font-family: Tahoma,Arial, Helvetica, sans-serif; font-weight:normal;}
body.custom div#footer-widgets ul li a:hover {text-decoration:none; color:#CCC}
body.custom div#footer {padding-bottom:25px;margin: 0 auto;}
body.custom #footer ul {}
a.rsswidget {font-weight:bold !important; margin:0px 0px 5px 0px !important;}
.rssSummary {border-bottom:dotted 1px #fff;}
#slider { height: 341px !important;;}
/* end footer widgets */