/*
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.
http://www.robbymarshall.com/wp-admin/theme-editor.php?file=/home/imarshal/public_html/robbymarshall/wp-content/themes/headway-156/custom.css&theme=Headway&a=te&scrollto=65
body.custom {
	background: red;
}
*/

body.custom div#footer {background: url(http://www.robbymarshall.com/wp-content/uploads/2010/01/footer5.jpg) no-repeat; height: 80px;}

body.custom ul.navigation li a:link, ul.navigation li a:visited {border-width:0px; padding: 8px 35px ;}

body.custom div#leaf-20 {margin: 0px 65px}

body.custom div.sidebar span.widget-title a {text-decoration: none;}

body.custom p.nocomments {display: none; }

body.custom .wp-caption {background: none; border: 0; }

