/* 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: 100px; width: 990px; background: url('images/homehead.gif') no-repeat; background-color:white; 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; border:none;}
body.custom  {
	color: #333;
	background-color: #fff2df;
   padding-top:7px;
   padding-bottom:14px;
}
.custom a:link, .custom a:visited {
   text-decoration: none;
   color: #0086d9;
}
.custom a:hover, .custom a:active {
   color: #ff7b26;
   text-decoration: underline;
   border: none;
}
ul#tabs {
   border:none;
   height:26px;
	background-color: #0086D9;
	border-bottom: 1px solid black;
}
ul#tabs li,ul#tabs li.current_page_item,ul#tabs li.cat-item  {
	background-color: transparent;
   border: none;
}
ul#tabs li a:link, ul#tabs li a:visited {
   text-decoration: none;
   color: white;
   text-transform: lowercase;
   font-weight: bold;
   margin-top: 3px;
	padding-left: 21px;
	padding-right: 7px;
}
ul#tabs li a:hover {
	color: #FFCC00;	
   text-decoration: underline;
   border: none;
}
#page {
   padding: 0;
   background-color: white;
	border: 1px solid black;
}
.custom #content_box {
   padding: 7px;
   width: 97%;
}
.custom #content { background-image: none; }
.custom #content_box { background-image: none; }
.custom #sidebars { background-image: none; }
.custom .comments_closed {  display: none; }
.custom #column_wrap { background-image: none; }

.custom #image_box {
   background: none;
   border: none;
}
#image_box img {
   border: none;
}
.wp-caption {
   background-color: transparent;
   border: none;
}
.custom #footer {
   border: none;
}
#sidebar_1 {
   padding-top:21px;
}#sidebar_1 table {
   border-collapse: collapse;
}
#footer {
	color: #FFFFFF;
	background-color: #0077C6;
	border-top: 1px solid black;
	text-align: center;
}
#footer a {	
   color:white;
	background-color:transparent;
   text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #FFCC00;		
   text-decoration: none;
}
.custom h1,.custom h2 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 22px;
	color: #005a93;
}
h1#logo,h1#tagline {
   margin-bottom: 0;
}
.custom h3 {
   color: #186919;
   background-color: transparent;
   font-size: 18px;
	line-height: 1.3em;
   margin-bottom: 7px;
}
.custom h4 {
	color: #6C2390;
   background-color: transparent;
   font-size: 14px;
   margin-top: 0;
   margin-bottom: 0;
}
