* 
	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: #34393f;
	font-weight: bold;
	}
	
	.custom .content h2.entry-title {
	padding: 8px 12px;
	}

/*
	STRUCTURAL STYLES
*/

	
        .custom {
	background: #fe3e3e url('../lib/images/bg.png') repeat-x;
	}
	
	.custom #page {
	width: 960px;
	margin: auto;
	background: url('../lib/images/columnbg.png') repeat-y;
	}
	
	.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: #d9d9d9 url('../lib/images/headerBG.png') no-repeat;
	height: 115px;
	padding: 0;
	border-bottom: 1px solid #121212;
	}


/*
	NAV MENU
*/

	

	.custom .menu {
	background: url('../lib/images/navBG.png') repeat-x;
	height: 36px;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	float: left; 
	width: 750px
	}
	
	.custom .menu .cat-item-3 {
	border-right: 1px solid #650b0b;
	}
	
	.custom .menu .tab a, .custom .menu .cat-item a{
	background: transparent url('../lib/images/separator.png') no-repeat;
	line-height: 36px;
	border-right: 1px solid #408ac5;
	padding: 0 32px;
	letter-spacing: 0;
	}
	
	.custom .menu .tab-home a {
	background: transparent url('../lib/images/separator-invert.png') no-repeat;
	}
	
	.custom .menu .tab:hover, .custom .menu .cat-item:hover{
	background: url('../lib/images/currentBG.png');
	border: 0;
	}
	
	.custom .menu .current, .custom .menu .current-cat {
	background: url('../lib/images/currentBG.png');
	}
	
	.custom .menu .current a:hover {
	background: transparent url('../lib/images/separator-invert.png') no-repeat;
	}
	
	.custom .menu li.rss {
	display: none;	
	}
	
/*
		SEARCH
*/

		.custom .search {
		display: block;
		float: right;
		background: url('../lib/images/navBG.png') repeat-x;
		height: 36px;
		width: 200px;
		margin: 0;
		}
		
		.custom .search input {
		border: 1px solid #5f94ca;
		background: #183b62 url('../lib/images/inputbg.png') repeat-x;
		padding: 8px;
		color: #dcdcdc;
		width: 165px;
		margin: 2px 0 0 0;
		}


/*
	CONTENT BOX
*/

	.custom #content_box {
	background: transparent url('../lib/images/contentBG.png') repeat-x 0 36px;
	}
	


/*
	SIDEBARS
*/

	.custom #sidebars {
	width: 330px;
	background: #fff;
	margin: 10px 10px 0 10px;
	padding: 0;
	}
	
			
			
/*
	FOOTER
*/
	.custom #footer {
	display: none !important; 
	}

	.custom #REALfooter {
	text-align: right;
	width: 100%;
	margin: auto;
	padding: 0;
	border-top: 1px solid #fff;
	background: #d9d9d9;
	}
	
	
	.custom #REALfooter p {
	margin: 15px 350px 0px 17px;
	line-height: 17px;
	}
	
	.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: #000;
	line-height: 27px
	}
