.custom ul#tabs {border-bottom:none; border-left:1px dotted #660; }
	.custom ul#tabs li {margin-bottom:0; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:FFF;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {#FFFFFF}
		.custom ul#tabs li a:hover {text-decoration:underline;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

.custom #nav_area {background:#B7BCC6; border-bottom:0px solid #666666; padding-top:10px;}
	.custom ul#tabs {border-bottom:0; }
		.custom ul#tabs li {border:0px; background-color:#CCCCCC;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#FFF;}

.custom #header_area {background:#B7BCC6;}
	.custom #header {border-bottom:0;}

body.custom {background-color:#FFF;}

.custom #sidebars {background-color: #EEE;
}


/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 142px; width: 853px; background: url('images/logo-sosmedia.gif') 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-bottom: 20px; }
