/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
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;
}
*/

/*Rotator Images Center*/
body.custom div.rotator-images {
	display:inline-block;
	margin-bottom:17px;
	margin-left:17px;
	margin-right:15px;
	margin-top:20px;
	position:relative;
	z-index:1;
}

/*Gradient Background*/
body.custom {
	background-image:url("http://capitolresourcesllc.com/wp-content/uploads/2011/10/capitol-resources-gradient.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

Body.custom div#navigation, Body.custom div#navigation-container {
	background-image: url(http://capitolresourcesllc.com/wp-content/uploads/2011/10/campaign001-nav-gradient.jpg);
	repeat-x;
	border:0px solid;
	border-radius:0px;
}

body.custom div#footer { 
	background:url(http://capitolresourcesllc.com/wp-content/uploads/2011/11/capitol-resources-footer_bg.jpg);
	repeat-x; 
	border-top:0px solid #686868; 
	height:130px; 
	position:relative; 
}

/*Remove NextPost & PrevPost*/
body.custom div#nav-below-single {
	display: none;
}

/* Fixed Footer */

/* footer widgets */
body.custom div#footer-widgets {width:100%;}
body.custom div#footer-widgets div.footer-item {float:left; width:30%; margin-left:355px; margin-top:10px}
body.custom div#footer-widgets h2 {font-weight:bold;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; margin:10px 0 0px;}
body.custom div#footer-widgets ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}
body.custom div#footer-widgets ul li a {text-decoration:none;}
body.custom div#footer-widgets ul li a:hover {text-decoration:underline;}
body.custom div#footer {padding-bottom:25px;margin: 0 auto;}
body.custom #footer ul {}
/* end footer widgets */