

/* 
	BEGIN CUSTOM CSS 
*/

/*
	BASIC STYLING
*/

	.custom a {
	outline: none;
	color: #ed826d;
	}

	.custom .entry-title a {
	outline: none;
	color: #fff;
	}
	
	.custom .menu a {
	outline: none;
	color: #fff;
	}
	
	.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  h1 {
	background: #262626;
	padding: 8px 12px;
	}
	
	.custom .content h2.entry-title {
	padding: 8px 12px;
	}

/*
	STRUCTURAL STYLES
*/

	.custom {
	background: #321313 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: #1b1a1a 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 #a53737;
	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 #4a4a4a;
		background: #1f1a1a 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;
	}
	
/*
			FEATURED SLIDER BOX
*/
			.custom #featured, .custom #feature_box {
			background: transparent;
			padding: 0;
			margin: 0;
			border: 0;
			}
	
/*
	MAIN PAGE CONTENT
*/

	.custom #content {
	width: 600px;
	background: #1b1a1a;
	margin: 10px 0 0 10px;
	}
		
	.custom .post_image { display:none !important; }

	.cat_babes .post_image,
	.monthly .post_image,
	.cat_entertainment .post_image,
	.cat_humor .post_image,
	.cat_sports .post_image { display: block !important; float: left; padding: 0 5px 0px 0; }

	.monthly .post_image,
	.cat_babes #content .headline_area h2,
	.cat_entertainment #content .headline_area h2,
	.cat_humor #content .headline_area h2,
	.cat_sports #content .headline_area h2
	{ padding:  32px 15px 50px 15px; display: block; font-size: 20px}
	
	.custom .headline_meta {
		padding-bottom: 10px;
	}



	#archive_info p {
	display: none;
	}
	
	#archive_info { border: 0;}

	.custom .post {
	display: block;
	clear: both;
	padding: 0;
	width: 600px;
	background: transparent url('../lib/images/readmorebg.png') repeat-x bottom;
	}
	
	.custom .teaser_link, .custom .teaser_comments {
	float: right;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 15px;
	border: 0;
	width:200px;
	}

	.custom .teaser_comments {
	width: 110px;
	padding: 0 0 px 0;
	}
	
	.custom #container #page #content_box #content .teasers_box .teaser_right {
	margin: 0;
	padding: 0;
	display: block;
	}
	
	.custom a.teaser_comments, .custom a.teaser_comments:hover{
	font-size: 11px;
	color: #CCC;
	border: 0;
	letter-spacing: 0;
	float: right;
	}
	
	.custom a.teaser_link, .custom a.teaser_link:hover{
	font-size: 11px;
	color: #CCC;
	border: 0;
	float: right;
	text-decoration: none;
	}
	
	.custom .bracket {
	display: none;	
	}
	
	.custom .teasers_box, .custom .post_box {
	margin: 0;
	border: 0;
	}
	
	.custom #content_box #content .teasers_box .post .entry-content {
	padding: 0 0 30px 10px;
	width: 460px;
	padding: 15px 10px 20px 0;
	float: right;
	margin: 0;
	display: block;
	}
	
	.custom .headline_meta {
	padding: 10px 0 0 15px;
	}
	
	.custom #content_box #content .post_image_link {
	padding: 0 0 0 12px;
	margin: 0 -15px 0 0;
	display: block;
	}
	
	.custom #content_box #content .post .format_text p {
	padding: 3px 10px;
	}
	
	.custom .post {
	margin: 0 0 20px 0;
	padding: 0;
	}

	.monthly .post {
	padding-top: 20px;
	padding-bottom: 100px; 
	}


	.monthly .post_image {
	display: block;
	padding: 0 0 0 15px;
	}
	
	.custom .prev_next {
	border: 0;
	}

	.custom .entry-title {
	padding: 0 10px 0 0;
	margin-top: 0;
	}

	.custom .published, .custom .vcard {
	padding-bottom: 10px;
	}

	.custom .teasers_box {
	padding: 20px 0 0 0;
	}


/*
	COMMENTS
*/

	.custom .post_nav {
	display: none;
	}

/*
	SIDEBARS
*/

	.custom #sidebars {
	width: 330px;
	background: #1b1a1a;
	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 #2e2e2e;
	background: #200c0c;
	}
	
	
	.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: #FFF;
	line-height: 27px
	}


