/* 
	BEGIN CUSTOM CSS 
*/

/*
	BASIC STYLING
*/

	.custom a {
	outline: none;
	}
	
	
	.custom .content h1 {
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	padding: 13px;
	}
	
	.custom h3 {
	font-variant: normal;
	letter-spacing: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	}
	
	.custom h2 {
	font-variant: normal;
	letter-spacing: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	.custom #content_box #content h1 {
	background: #efefef;
	padding: 8px 12px;
	color: #750808;
	font-weight: bold;
	}
	
	.custom .content h2.entry-title {
	padding: 8px 12px;
	}

/*
	STRUCTURAL STYLES
*/

	.custom {
	background: #750808 url('../lib/images/bg.png') repeat-x;
	}
	
	
	.custom #container {
	background: transparent url('../lib/images/containerBG.png') no-repeat 0px 116px; 
	width: 980px;
	margin: auto;
	}
	
	.custom .clear {
	clear: both;
	}
/*
	HEADER
*/

	.custom #logo a {
	text-indent: -9999px;
	background: transparent url('../lib/images/header.png') no-repeat 0px 5px;
	display: block;
	height: 115px;
	outline: 0;
	}
	
	.custom #header {
	background: #330404 url('../lib/images/headerBG.png') no-repeat;
	height: 115px;
	padding: 0;
	border-bottom: 1px solid #121212;
	}

/*
	FOOTER
*/
	.custom #footer {
	display: none !important; 
	}

	.custom #REALfooter {
	text-align: right;
	width: 100%;
	margin: auto;
	padding: 0;
	border-top: 1px solid #FFF;
	background: #330404;
	}
	
	
	.custom #REALfooter p {
	margin: 15px 350px 0px 17px;
	line-height: 17px;
	color: #47678c;
	}
	
	.custom #footercontent {
	width: 960px;
	margin: auto;
	background: url('../lib/images/logo.png') no-repeat 650px 40px;
	min-height: 172px;
	padding: 35px 0 0 0;
	}
	
	.custom #REALfooter strong {
	margin: 55px 0 0 0;
	padding: 35px 350px 0px 17px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #fff;
	line-height: 27px
	}