/*
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.custom {
background-image: url(custom/images/bg-sm.jpg);
background-color: #000000; no-repeat top left;
}

/*
body.custom.home div#header {background:url(custom/images/header.jpg) no-repeat;}
body.custom.coffee-shop div#header {background:url(custom/images/header-coffee.jpg) no-repeat;}
body.custom.services div#header {background:url(custom/images/header-design.jpg) no-repeat;}
body.custom.design-planning div#header {background:url(custom/images/header-design.jpg) no-repeat;} */ 

body.custom div#wrapper {background: url(custom/images/pagebg.jpg) repeat-y;}

body.custom div#footer, body.custom div#footer-container {background: url(custom/images/footer.jpg); height:100px; no-repeat;}

body.custom a:link, a:visited {text-decoration: none;}
body.custom a:hover, a:active {text-decoration: none;}

body.custom div#navigation ul.navigation {margin-left: 5px;}

body.custom div#navigation-container, body.custom div#navigation, body.custom ul#header-navigation 
li.page_item ul li {background: url(custom/images/navbg.png) repeat-x; width: 1005px; margin-left: 11px;}

body.custom ul.navigation li.page_item a:hover {background: #464a0a; text-decoration: none;}
body.custom ul.navigation li ul li.page_item {background: #464a0a; text-decoration: none; width: 90%;}


