/* Nav Color is page width */
.custom #tabs {background: #F5F5F5;}

/* Change Color of Active Menu Tab */
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #569BBE;
  color: #ffffff;
}
/* Change Colors of Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  background:#569BBE;
  color:#ffffff;
}
/* Remove Underline on Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  text-decoration: none;
}
/* Remove Uppercase Formatting on Menu Tabs Text */
.custom ul#tabs li a {
  text-transform: none;
}
/* Custom color background on all widgets  
.custom .widget { background-color: #dddddd; } */

body.custom { background: #569BBE; }
.custom #container { margin-top: 2em; margin-bottom: 2em; -moz-border-radius: 3em; }
.custom #page { background: #fff; -moz-border-radius: 3em; }

/* .custom #image_box { 
background: #8B4513 none repeat scroll 0 0;
} */

.custom .sidebar h3 {
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	color: #FFFFFF; 
	background: #569BBE; 

/* 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: 0px }
.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}
