/*
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: #f0f0f0; }
body.custom div#wrapper												{ border: none; width: 920px; margin: 120px auto 100px auto; background: url(custom/images/wrapper_bg.jpg) repeat-y; padding: 0 27px 0 28px; }
body.custom div#header												{ margin: -100px 0 0 0; float: left; border: none; position: relative; }
body.custom div#top													{ border: none; }
body.custom div#navigation 											{ width: 975px; background: url(custom/images/wrapper_top.jpg) no-repeat; height: 35px; border: none; margin: 0 -27px 0 -28px; display: inline; }
body.custom div#navigation *										{ border: none; background: none; }
body.custom div#navigation ul										{ margin: 0 0 0 25px; }
body.custom div#navigation ul li									{ border-right: 1px solid #a25954; }
body.custom div#navigation ul li a									{ color: #dbc8c7; padding: 9px 13px; border-right: 1px solid #763c3a; }

body.custom div#navigation ul li.current-page-item a,                                         
body.custom div#navigation ul li.current-page-parent a 				{ color: #fff; }

body.custom div#navigation ul li ul									{ background: #743837; margin: 0; border-top: 1px solid #a25954;}

body.custom div#navigation ul li ul a, body.custom div#navigation ul                                   
li.current-page-parent ul li a, body.custom div#navigation ul                                   
li.current-page-item ul li a										{ color: #dbc8c7; }

body.custom div#navigation ul li.current-page-parent ul                                       
li.current-page-item a												{ color: #fff; }

body.custom div#main-image											{ margin: 0 0 -10px -15px; }
body.custom div#main-image img										{ width: 946px; }
                                                                

body.custom div.leaf-top, body.custom span.widget-title				{ text-transform: none; color: #84292e; border: none; letter-spacing: 0; }
body.custom div.leaf-top a											{ color: #84292e; text-decoration: none; }
body.custom div.leaf-top a:hover									{ text-decoration: underline; }


body.custom div.entry-content										{ color: #444; }


body.custom .featured-post-container .entry-date					{ color: #84292e; }

body.custom .tag-links												{ display: none; }
                                                                
body.custom div#footer												{ width: 920px; margin: 30px 0 0 -28px; padding: 0 27px 60px 28px; background: url(custom/images/wrapper_bottom.jpg) no-repeat bottom; border: none; color: #999; height: 10px; display: block; }
body.custom div#footer a											{ color: #999; }
body.ie div#navigation ul li a										{ padding: 8px 13px; } 
body.ie div#navigation ul li ul										{ margin-top: -3px; }
body.ie div#wrapper 												{ margin-bottom: 100px; }
body.ie div#footer													{ clear: both; }  
body.ie div#footer p.copyright										{ padding-bottom: 15px; margin: 0 auto; }
body.ie6 div#navigation ul											{ margin: 0 0 0 15px; }
body.ie6 div#footer													{ padding: 0 27px 30px 28px; }

div#item_870 div.featured-post										{ background: #fff; }