/*
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#header { background: url('http://trishrobinson.com/trish/wp-content/uploads/2010/01/trishbg.png') repeat-x; }
#header {
 margin: 0px 0px 0px 0px;
 
 }
#footer body { color: #FFFFFF; } 
#footer a { color: #FFFFFF; } 
/* footer widgets */
body.custom div#footer-widgets {width:100%;}
body.custom div#footer-widgets div.footer-item {float:left; width:30%; margin:15px; font-color: #FFFFFF;}
body.custom div#footer-widgets h2 {font-weight:bold;font-color: #FFFFFF; font-size:13px;line-height:20px;border-bottom: 1px solid #ddd; margin-bottom:4px;padding-bottom:4px;}
body.custom div#footer-widgets ul {padding:0px; font-color: #FFFFFF; margin:10px 0 0px;}
body.custom div#footer-widgets ul li {list-style-type:none;font-color: #FFFFFF; margin: 0 0 2px; padding: 0 0 2px;}
body.custom div#footer-widgets ul li a {font-color: #FFFFFF;text-decoration:none;}
body.custom div#footer-widgets ul li a:hover {font-color: #FFFFFF;text-decoration:underline;}
body.custom div#footer {padding-bottom:25px;margin: 0 auto;}
body.custom #footer ul {}

/* end footer widgets */
