/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

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;
}
*/

body.custom { background-color: #0811B8;  margin-top:0px; background-image: url('custom/images/bg.gif'); background-repeat: repeat-y; 
background-position:center;}
body.custom div#header {	background-color: #FFFFFF;	height:130px;}
body.custom div#header { border: 0px solid #fff; } 
body.custom div#navigation { color:ffffff; background-color: #FF721E; background-image: url('custom/images/nav_bg.jpg'); border: 0px solid #fff;}                   
body.custom ul.navigation li a:link, ul.navigation li a:visited, li a:active 
{ color:fff; padding: 10px; text-decoration: none; border-right: 0px solid #ffffff; display: inline-block; background-image: url('custom/images/nav_bg.jpg');}  


body.custom div#wrapper { border:0px; margin-top:10px;}
body.custom div#container {color: #262940; border:0px; background-color: #FFFFFF; margin-top:0px;}
body.custom div#breadcrumbs {color: #262940; border:0px; background-color: #FFFFFF; padding-top:10px; padding-bottom:0px;}

body.custom div#container div.leaf-top { text-transform: none; }
body.custom div#container span.widget-title { text-transform: none; color:#FF6600;}

body.custom div#container div.feed div.leaf-content { font-size: 0.9em; }

body.custom div.rotator-images { border: none; }
body.custom div.content { padding-left:30px; padding-top:5px;}

body.custom div#container span.link-title { text-transform: none; font-weight:bold; color:#2C31B8; font-size: 1.1em;}

body.custom widget_recent_entries a, a:link, a:visited { text-decoration:none;}
body.custom widget_recent_entries a, a:hover { text-decoration:underline;}

body.custom div #footer {background-color: #050C7E; height:10px; color:#FFFFFF;}

body.custom div.content img {padding-bottom:30px; padding-right:30px;}
body.custom div.wp-caption img {border: 0px solid #fff; margin: 0 auto; display: block; padding: 0; margin-right:30px;}

body.custom div#footer2, body.custom div#footer-container {color: #FFFFFF; margin: 0 auto;  text-align:left; font-size:1.2em; line-height:1.6em;}
body.custom div#footer2 {padding-bottom:10px; width:900px; }
body.custom div#footer2 h3 {padding-top: 20px;}

body.custom div#wrapper {border-width:0px;}

body.custom h1{margin-top0px; padding-top:0px;}
