/*** Custom Background ***/

	body.custom { background: #15317E; }
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.5em; background: #15317E; border: 0.2em solid #FF0000; }
	.custom #page { background: #FFFFFF; }

/*** Header Image ***/

	.custom #header 
	{
	background: #ffffff;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top: 0em;
	border-right: 0em;
	border-bottom: 0em;
	border-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
	.custom #header #logo a
	{
	display:block;
	width:852px;
	height:126px;
	background:url(http://russellawheeler.com/images/banner.png) center no-repeat;
	color:#000000;
	text-indent: -9999px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top: 0em;
	border-right: 0em;
	border-bottom: 0em;
	border-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
	.custom #header #tagline 
	{
	color:#000000;
	text-indent: -9999px;
	}

/*** Hyperlink ***/

	a:link {
		color: #0000FF;
		text-decoration:none;
	}
	a:visited {
		color: #0000FF;
		text-decoration:none;
	}
	a:active {
		background-color: #0000FF;
		color: #FFFFFF;
		text-decoration:none;
	}
	a:hover {
		background-color: #0000FF;
		color:#FFFFFF;
		text-decoration:none;
	}	

/*** Footer Hyperlink ***/

	.custom #footer a:link {
		color: #0000FF;
		text-decoration:none;
	}
	.custom #footer a:visited {
		color: #0000FF;
		text-decoration:none;
	}
	.custom #footer a:active {
		background-color: #0000FF;
		color: #FFFFFF;
		text-decoration:none;
	}
	.custom #footer a:hover {
		background-color: #0000FF;
		color:#FFFFFF;
		text-decoration:none;
	}
	
/*** Badge Hyperlink ***/

	.badge a:active {
		background-color: #FFFFFF;
	}
	
	.badge, .addtoany_share_save_container a:hover {
		background-color: #FFFFFF;
	}	

/*** Custom Bullet ***/

	#content li {list-style-image:url('http://russellawheeler.com/images/red_bullet.png');}
 
/*** Block Quote ***/

	.custom blockquote 
	{
	border-left:2px solid #FF0000;
	}

/*** Custom Hover Color For h1-h6 ***/

	.custom h1 a:hover, .custom h2 a:hover, .custom h3 a:hover, .custom h4 a:hover, .custom h5 a:hover, .custom h6 a:hover, { 
	color:#FFFFFF; 
	} 

/*** Widget Header Removal ***/

.custom #sidebars h3 {display:none;}

.custom h1, .custom h2 { 
font-weight:bold; 
}

#header2, #header3 {
	display: none;
}

.custom #footer a { border-bottom: none; }	

.custom #column_wrap {background:none;}
.custom #content_box {background:none;}

.custom #footer {border-top-color:#aaa;}

.custom li.widget {margin-bottom: 1em;}
