/*

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 div#item_9 {

padding-top: 0px; margin-top: 0px; 

}



body.custom div#container {

margin-top: 0px; 

}



body.custom p.nocomments { display:none; }



body.custom h3.featured-entry-title { font-size: 1.4em; }



body.custom div#container div.featured div.leaf-top { text-align: right }



body.custom div.leaf-top { text-align: right }

body.custom p.more-link featured-more-link { text-align: right }





body.custom div#container { margin-bottom: 50px}



body.custom div#item_264 {

margin: 38px 0px 0px 0px;

}

body.custom div#item_844 {

margin: 38px 0px 0px 0px;

}

body.custom div#item_1231 {

margin: 38px 0px 0px 0px;

}

body.custom div#item_1300 {

margin: 38px 0px 0px 0px;

}

body.custom div#item_1380 {

margin: 38px 0px 0px 0px;

}

body.custom div#item_1386 {

margin: 38px 0px 0px 0px;

}



body.custom div.rotator-images { border: none; }





    body.custom div#navigation ul li a:hover { background: #b89790; }


