/* 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 */

/* This line gets rid of the site title & tagline by casting them out to far left field */

/* 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; margin-top: 5px; margin-bottom: 5px; }
/* 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: 5; border-bottom: none; }
.custom #head_left { float: left; }
.custom #head_right { float: right; text-align: right; }
.custom #header:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

body.custom { background: #C7CDBD; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #000; }

	.custom #page { background: #fffffc; }

		.custom #sidebar_1 { background: #fffffc; }

			.custom #footer { border-top: 2px solid #ddd; }

.custom a, a:visited { color: #191970; text-decoration: none; }

	.custom a:hover { color: #3044B5; text-decoration: underline; }

		.custom h2 a, h2 a:visited { color: #191970; text-decoration: none; }

		.custom h2 a:hover { color: #3044B5; }

			.custom .sidebar h3 { color: #000; }


/*---:[ nav menu styles ]:---*/

ul#tabs {
	list-style: none;
	border: 1px solid #c7cdbd;
	border-width: 0 0 1px 1px;
}

ul#tabs li {
	float: left;
	margin-bottom: 2px;
	background: #c7cdbd;
	border: 1px solid #c7cdbd;
	border-left: 0;
}

ul#tabs li.current_page_item, ul#tabs li.current-cat {
	padding-bottom: 0.1em;
	background: #fff9f9;
	border-bottom: 0;
}

ul#tabs li a, ul#tabs li a:visited {
	display: block;
	line-height: 1em;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul#tabs li a:hover {
	color: #111;
	text-decoration: underline;
}

ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited {
	cursor: default;
}

ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
	text-decoration: none;
}

ul#tabs li.rss {
	padding-right: 0;
	background: none;
	border: none;
	float: right;
}
	.custom ul#tabs li.rss { background: none; border: none; float: right; }

		.custom ul#tabs li.rss a,  ul#tabs li.rss a:visited { color: #191970; font-weight: bold; padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

		.custom ul#tabs li.rss a:hover { color: #3044B5; }


.custom .author_and_date { color: #2B2B28; }

	.author_comment { background: #EDDA74; }

		.custom .comment_time { color: #30383A; }

		.custom #comment_form p.allowed { background: #C4D8E2; }

	.custom .prev_next { border-top: 1px solid #ddd; }

.custom li.widget .callout { padding: 0.9em; line-height: 1.385em; background: #fffffc; border: 0.2em solid #191970; margin-top: 1em; }
.custom .widget { float: center; width: 15em; }

.custom .ad1 { float: left; margin: .1em; margin-bottom: .3em; margin-top: 0; width: 7.5em; }
	.custom .ad1b { float: left; margin: .1em; margin-bottom: 1em; margin-top: 0; width: 7.5em; }
.custom .ad2 { float: right; margin: .1em; margin-bottom: .3em; margin-top: 0; width: 7.5em; }
	.custom .ad2b { float: right; margin: .1em; margin-bottom: 1em; margin-top: 0; width: 7.5em; }

.custom blockquote { border-left: none; color: #003F77; }
	.custom .format_text p.alert { background: #ddd; border: 1px solid #191970; }


.custom #footer a, #footer a:visited { color: #191970; text-decoration: underline; }

	.custom #footer a:hover { color: #000; }
