/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
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;
}
*/

body {background:#ffffff url(custom/images/background.jpg) top repeat-x; background-attachment: fixed; }

body.custom div#header { position: relative; background: none;   } 

body.custom div#wrapper { position: relative; background: none; }


body.custom div#navigation ul.navigation { margin: 0px 0 0px 0px; }
body.custom div#navigation { background: url(custom/images/navigation.png) no-repeat; }
body.custom li.page_item a {background: none; }  
body.custom li.page_item a:hover { background: url(custom/images/navhover.png) no-repeat; }


body.custom div.headway-leaf { margin-toi a:hover {background: none; no-repeat;}
body.custom li.page_item ul li:hover p:0; margin-bottom; margin-top:10px; padding-top:0; padding-bottom:0 border-top:none; border-bottom:none; background: none; }
 
body.custom div.sidebar span.widget-title { text-align:center; background: url( custom/images/widgettop.png ); }
 


body.custom div#footer { background: none; } 
