/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 200px; width: 959px; background: url('images/header.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom ul#tabs { background: #FFF; list-style: none; margin-top: .5em; padding-left: 1em; width: 97em;}
.custom ul#tabs li a { display: block;  line-height: 1em; color: #000; text-transform: uppercase; text-decoration: bold; padding:6px 3px 6px 3px; text-align:center; width:100px; letter-spacing: 0px; }
.custom ul#tabs li a:hover { color: #000; text-decoration: underline; background: #b8b8b8;}
.custom ul#tabs li.current_page_item a { color: #000; background: #b8e47e;}



body.custom {
    background: #000000 url('images/ornate.png');
background-repeat:repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

/* nav bar full width and colored full width */
.custom .menu {
	width: 100%;
	background: #000000;


