/*
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:url(custom/images/bg.jpg) repeat-x;}
body.custom div#wrapper{background:none;border:none;}
body.custom div#container{background:#fff;margin:10px 0 10px;}
body.custom div#header { margin: -50px 0 0 0; height: 99px; border: none; }
body.custom div#header div#top, body.custom div#header div#top * { margin-bottom: 0; padding-bottom: 0; }
body.custom .header-link-text-inside{background:url(custom/images/logo.jpg) no-repeat;width:455px;height:65px;display:block;text-indent:-9999px;}
body.custom div#navigation,body.custom div#navigation *{border:none;background:none;}
body.custom div#navigation { float: right; }
body.custom div#navigation ul { float: right; height: 50px; }
body.custom div#navigation ul li { margin: 0 0 0 15px; }
body.custom div#navigation ul li a{padding:30px 10px 6px;}
body.custom div#navigation ul li.current-page-item a{background:#1e4f71;}
body.custom div#header-photo { width: 930px; height: 201px; display: block; background: url(custom/images/header.jpg) no-repeat;clear:both; }
body.custom div.leaf-top { border-bottom: 3px double #ccc; text-transform: none; }
body.custom div.rotator-images { border: none; }
body.custom div.leaf-content	{ line-height: 1.6em; }
body.custom div.featured-post-container	{ margin-top: 10px; }
body.custom div#footer			 { background: none; width: 930px; margin: 0 auto; font-size: 1.2em; }
body.custom div#footer-container { background: url(custom/images/footer_bg.jpg) repeat; height: auto; padding: 10px 0; border-top: #dadada 1px solid; }