BODY.custom
{
	background: #DDD;
	color: #2F2F2F;
}
.custom #page
{
	background: #FFF;
	padding: 0;
}
/*Header graphic and general page colors*/
.custom #header
{
	border-bottom: 0.1em solid #CCC;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 75px;
	background-image: url(/images/header_background.png);
}
.custom #header A IMG
{
	/*+placement:shift 14px 7px;*/
	position: relative;
	left: 14px;
	top: 7px;
}
.custom #container
{
	border-right: 10px solid #356E9C;
	border-left: 10px solid #356E9C;
}
/*Tabs*/
.custom UL.menu
{
	padding: 0 1.1em;
	border: 0;
	background-color: #E7E7F3;
}
.custom UL.menu LI.current
{
	padding-bottom: 0;
}
.custom UL.menu LI.tab A, .custom .rss A
{
	padding-top: 0.909em;
	padding-bottom: 0.909em;
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
	background: none;
	border: 0;
}
.custom UL.menu LI.tab A:hover
{
	background: #C0CEE4;
	color: #626262;
	text-decoration: none;
}
.custom .menu .rss A
{
	background: transparent url(/wp-content/themes/thesis/lib/images/icon-rss.gif) no-repeat scroll 90% 50%;
	padding-right: 26px;
}
.custom .menu .rss A:hover
{
	background: #C0CEE4 url(/wp-content/themes/thesis/lib/images/icon-rss.gif) no-repeat scroll 90% 50%;
	color: #626262;
	text-decoration: none;
}
.custom UL.menu LI.current A
{
	color: #FFF;
	background: #80A4CB;
}
/*Hide Page Headline*/
.custom.homepage .headline_area
{
	color: #356E9C;
	font-weight: bold;
	display: none;
}
.custom.homepage .format_text H2
{
	color: #356E9C;
	font-size: 1.8em;
}
.custom .headline_area H1
{
	color: #356E9C;
}
/*Content Box*/
.custom #content_box
{
	background: none;
	border-top: 0.1em solid #CCC;
}
.custom #content_box #sidebars
{
}
.custom #content
{
	padding: 0 2em 2em;
}
.custom .entry-title, .custom .entry-title A
{
	color: #356E9C;
}
.custom .entry-title A:hover
{
	background-color: #E3F1FC;
}
/*Change the list display*/
.custom .post_box .format_text UL LI
{
	list-style: disc;
}
.custom #footer
{
	padding-bottom: 1em;
	border-top: 0.1em solid #CCC;
}
