body.custom { background: #1a1a1a; font-family: Arial, Helvetica, sans-serif; font-weight: 400; }
.custom a { outline: 0; color: #7dac4a; }
	.custom a:hover { color: #a8a8a8;}
.custom .page { background: none; }

#content_area {
	margin-bottom: 10px;
	margin-top: 0px;
}
 
.full_width .page {
	width: 960px;
	padding: 0px !important;
}

.custom #content_box {
	width: 940px;
	margin: 10px auto;
	padding: 10px;
	background: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#active-discussions ul li, .post {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidebar h3 {
	margin-bottom: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	line-height: normal;
}
#bgwrap {
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 940px;
	clear: both;
	background: #1a1a1a;
}
#active-discussions {
	margin-top: 5px;
}

#sidebars {
	width: 300px;
}
#sidebars li #extra_stats {
	padding: 0;
}

.post_box {
	padding-top: 10px;
}

.format_text h2, .format_text h3 {
	margin-top: 0;
}

.custom #content {
/*	border-top: 10px solid #1a1a1a;
*/}
.custom #sidebars {
/*	margin-right: 10px;
	margin-top: 10px;
*/}

.custom #content_box { /*border: 10px solid #000;*/ margin-top: 11px;}
.custom #content { background: #333; 
	
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}


/*---:[ HEADER ELEMENTS ]:---*/
.custom #header_area { height: 109px; background: url("images/default/bg.png") repeat-x scroll 0 -26px #333333; }
	.custom #header_area .page { padding-top: 0em; }
.custom #header { border: 0; float: left; height: 75px; padding: 0; *width: 30%; margin-bottom: 1px; 
	width:960px;
	}
	.custom #logo { display:inline-block; margin-top: 10px; float: left;}
		.custom #logo a { display: block; letter-spacing: -2px; text-shadow: 1px 1px #e3e3e3; }
		
		.custom #logo a {
			background: url("images/logo-top.png") no-repeat;
			text-indent: -9999px;
			display: block;
			width: 240px;
			height: 59px;
			
		}
		
			.custom #logo a:hover { color: #FFF; }
.custom #tagline { color: #FFF; }

/*---:[ TOP LEFT NAVIGATION ]:---*/
.custom .menu { border: 0; float: left; height: 26px; margin-top: 1px; padding: 0; width: 100%; display: none;}
	.custom .menu .tab a, .custom .menu .cat-item a, .custom .menu a { background: none; border: 0; color: #F0F0F0; letter-spacing: normal; margin-right: 1em; padding: 0.5em 0.5em;}
	.custom .menu .current a, .custom .menu .tab a:hover, .custom .menu .cat-item a:hover, .custom .menu .current-cat a { background: #575754; }
	.custom .menu .rss a { background: url(images/default/menu-rss.png) no-repeat right; padding-right: 1.5em; }
	.custom .submenu, .custom .menu.children { background: #000; border: 0; padding: 5px; }
	.custom .current .submenu a, .custom .current-cat .children a { background: #000; color: #D0D0D0; }
	
	.custom .menu li { margin-bottom: 0; height: 26px;}

	/* search bar */
	#search_bar { float: right; margin-top: 0.2em; }
		#search_bar #stop { background: #474646; border: 1px solid #595858; }
		#search_bar #topsubmit { background: #BBB; border: 1px solid #d4d4d4; cursor: pointer; margin-left: 0.4em; padding: 0.3em !important; }
		#search_bar #stop, #search_bar #topsubmit { color: #F1F0F0; font-size: 1em; padding: 0.4em; text-transform: uppercase; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*---:[ SECONDARY NAVIGATION ]:---*/
#second_nav { float: left; width: 100%; clear: both; height: 45px; z-index: 2; position: relative; }
	#second_nav ul { list-style: none; margin-top: 0px;}
		#second_nav li { display: inline; float: left; margin-left: 1.5em; height: 31px; margin-top: 1px; }
			#second_nav li a.title, div.sub li a { color: #FFF; font: bold 2.2em Arial, Helvetica, sans-serif; /*padding: 0 2px 6px;*/ text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.2); }
				#second_nav li a.title:hover, div.sub li a:hover { color: #000; text-shadow:-1px -1px 0 rgba(255, 255, 255, 0.3); }
				#second_nav li a.title span { color: #000; display: block; font-size: 0.6em; font-weight: 600; padding-top: 8px; padding-left: 2px; padding-right: 2px; text-shadow: none; }

#second_nav_menu a { display: block; }
#second_nav_menu li:hover { 
	background: #6D9C3A;
	-moz-box-shadow: 0px 0px 8px #191919 inset;
	-webkit-box-shadow: 0px 0px 8px #191919 inset;
	box-shadow: 0px 0px 8px #191919 inset;
}
#second_nav_menu ul { background: #242424; border: 1px solid #3f3f3f; border-top: 1px solid black; font-size: 0.5em; margin-top: 0; padding-left: 10px; position: absolute; top: 31px; visibility: hidden; width: 200px; z-index: 110; }
	#second_nav_menu li { cursor: pointer; display: list-item; position: relative; padding:0px; }
	#second_nav_menu ul li { margin: 0; height: auto; }
		#second_nav_menu ul li a { background: url(images/default/drop_sep.gif) top repeat-x; font-weight: normal; padding: 5px 0px; width: 190px; }
			#second_nav_menu ul li a:hover { color: #a8a8a8; text-shadow: none; background: #242424  url(images/default/drop_sep.gif) top repeat-x; }
			#second_nav_menu li.first a { background: none; }
			#second_nav_menu li.first a:hover { background: #242424; }
#second_nav_menu li:hover ul, #second_nav_menu a:hover ul, #second_nav_menu :hover ul :hover ul, #second_nav_menu :hover ul :hover ul :hover ul { visibility: visible; }

#second_nav_menu .second_nav_one {
	margin-left: 0;
}

#second_nav_menu li.right {
	float: right;
}
#second_nav_menu li.right span {
	text-align: right;
}

/* Sidebar Shit */

#active-discussions img { float: left; width: 32px; height: 32px; margin-right:0.7em; vertical-align: middle; padding-top: 4px;}
#active-discussions li { padding:0.2em 0.6em; margin-bottom: 0.6em; list-style: none; height: 40px; background: #222; border: none;}
#active-discussions p, #active-discussions span { line-height:1.3em; }

#active-discussions .byline {text-transform: uppercase; font-weight: bold; line-height: 1em; padding: 0; margin: 2px; display: block;}

/*---:[ FEATURED & ADS AREA ]:---*/
#header_addon { clear: both; }

	/* ad styles */
	#header_ads { float: right; width: 50%; display: none; }
	
		#ad_list { margin-top: 1.5em; text-align: right; }
			#ad_list img { margin-left: 2.5em; }
				#ad_list .first img { margin: 0; }
			#ad_list li { display: inline; list-style-type: none; }
		
	/* featured styles */
	#header_featured { float: left; width: 50%; }
		#header_featured .sidebar_list { padding-top: 1.5em; }
		#header_featured li { margin-bottom: 0; }
		
		/* default / gray widget */
		#header_featured .widget_box { background: #E4E4E4; border: 1px solid #F0F0F0; height: 100px; padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
			.featured_default { padding: 1em; padding-top: .5em; }
				.featured_default p { color: #8C8C8C; font-size: 1.0em; line-height: 1.3em; }
				.featured_default h3 { color: #575757; font-size: 1.1em; }
						
/*---:[ CONTENT ELEMENTS ]:---*/
#breadcrumb { color: #F0F0F0; font-size: 1.4em; position: absolute; text-transform: none; top: 146px; }
	#breadcrumb a { color: #B5B5B5; }
		#breadcrumb a:hover { border: 0; }
		
		#breadcrumb span.home {
			background:url(images/breadcrumb_home.png) no-repeat;
			display:block;
			float:left;
			height:14px;
			width:15px;
		}
		

.custom .prev_next { background: #E7E7E7 url(images/default/dkGrayGrad.gif) repeat-x; border-top: 1px solid #B9B6B6; }
	.custom .prev_next a { color: #555; letter-spacing: 0.3px; }

	/* headlines */
		.custom h1, .custom h2, .custom h3, .custom h4, .custom h5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	
	.custom .headline_area h2 span, .custom .headline_area h1 span {
		height: 12px;
		width: 100%;
		background: url("images/gradient-glossy.png") repeat-x transparent;
		display: block;
		position: absolute;
	}
	
	.custom .headline_area h1 span {
		height: 18px;
	}
	
	.custom .headline_area h1, .custom .headline_area h2, .custom .headline_area h2 a { letter-spacing: -0.1px; line-height: 1.1em; }
	.custom #content h3 { color: #a8a8a8; font-size: 1.6em; letter-spacing: -0.5px; }
	.custom #content h4 { color: #AAA; font-size: 1.3em; }
	
	.custom .teaser h2 { font-size: 1.8em; letter-spacing: -0.5px; line-height: 1.3em; }
	
	/* post elements */
	.custom a.more-link { background: #A8A8A8; color: #FFF; padding: 4px 8px 5px 5px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
	.custom a:hover.more-link { background: #414141; }
	
	/* teasers */
	.custom .teaser img.frame { margin: 0; }
	.custom .teasers_box { background:#222; margin: 0; width:100%; }
		.custom .teasers_box .post { padding: 0 1em; }
	
/*---:[ SIDEBAR ELEMENTS ]:---*/
.custom #sidebars .sidebar_list { color: #cccccc; padding: 0; }
.custom #sidebars ul, #sidebars li div, #sidebars p { padding: 0 1em; }

	/* headlines */
	#sidebars h2, .custom #sidebars h3, #sidebars h4 { padding: 5px 5px 5px 1em; }
	.custom #sidebars h3 { font-family: Arial, Helvetica, sans-serif; font-variant: normal; letter-spacing: normal; text-transform: uppercase; font-weight: bold; }
	
	/* widgets */
	.custom #sidebars .widget { background: #111; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.custom #sidebars li.widget {
		margin-bottom: 0.5em;
	}
	.custom #sidebars .widget:first-child { border: 0; }
	.custom #sidebars .widget h3 {
/*		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
*/		font-size: 12px;
		background: #222;
	}

/*---:[ FOOTER ELEMENTS ]:---*/
.custom #footer_area, .rsswidget img { display: none; }

#foot { background: #303030; color: #a9a9a9; margin-top: 1em; overflow: hidden; border-top:1px solid #484848; }
	#foot a { color: #F6F6F6; text-decoration: none; }
		#foot a:hover { text-decoration: underline; }
	#foot ul.sidebar_list { padding: 2em 1em; }
	#foot .widget { margin: 0; }
	#foot .col { float: left; width: 33.3%; }
			
	/* headings */
	#foot h3 { color: #DDD; font-family: "Myriad Pro", Helvetica, Arial, sans-serif; font-size: 1.6em; margin-bottom: 0.6em; }
		#foot h3 a { color: #DDD; }
		
/*---:[ COMMENTS ELEMENTS ]:---*/
.custom #comments { margin: 0; }
	.custom #comments dt { background: url(images/default/grayShadow.gif) repeat-x; }
	.custom #comments dl.children dt { background: none; border: 0; }
	
.custom dl#comment_list .bypostauthor { background: #222; }
	.custom dl#comment_list dt.bypostauthor { background: #222 url(images/default/grayShadow.gif) repeat-x; }
		
.custom dl#comment_list, .custom dl#comment_list dd { border: 0; }
.custom dl#comment_list dl dt.bypostauthor { padding-top: 1.8em; }
.custom dl#comment_list dl dd.bypostauthor { padding-top: 1em; }
.custom dl#comment_list dl dt.bypostauthor, .custom dl#comment_list dl dd.bypostauthor > .format_text { border-left: 0; }


/* OVERRIDES */

#active-discussions li {
	font-size: 0.7em;
}

#feature_box {
	padding: 0;
	overflow: hidden;
	border-width: 0 0 0.1em;
	border-color: black;
}
#taimaba-featured {
	width: 100%;
	height: 200px;
	position: relative;
}
	#taimaba-featured .ui-tabs-hide{
		display:none;
	}
	#taimaba-featured ul {
		background: #020202;
		list-style: none;
		margin:0;
		overflow-x:hidden;
		overflow-y:hidden;
		padding:0;
		width:201px;
		float:right;
		clear: both;
/*		border-left: 1px solid #888;
*/	}
		#taimaba-featured ul li {
			height: 49px;
			border-top: 1px solid #111;
			background: url(images/featured_li_bg.png) repeat-x 50% 50%;
		}
			#taimaba-featured ul li.first {
				border-top: none;
				padding-top: 1px;
			}
			#taimaba-featured ul li img {
				vertical-align: middle;
				width: 32px;
				height: 32px;
				margin: 9px 4px 9px 14px;
				float: left;
			}
			#taimaba-featured ul li a {
				display: block;
				color: #ccc;
				font-weight: bold;
				overflow: hidden;
				height: 100%;
				font-size: 1.2em;
				vertical-align: middle;
			}
			
				#taimaba-featured ul li a span {
					height: 30px;
					margin-top: 9px;
					display: block;
					text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
				}
			#taimaba-featured .ui-tabs-selected {
				background: #303030 url(images/featured_li_bg_active.png) repeat-x 50% 50%;
				color: #ddd;
			}
				#taimaba-featured .ui-tabs-selected a.fill {
					background: url(images/leftarrow.png) no-repeat 2px 50%;
				}

	#taimaba-featured .info {
		background:url(images/transparent-bg.png) repeat scroll 0 0 transparent;
		color: #fff;
		height:40px;
		width: 430px;
		top: 164px; left: 0;
		position: absolute;
	}
		#taimaba-featured .info span {
			padding: 0.1em 0.3em;
			font-size: 1.3em;
			font-family: "Helvetica Neue","Helvetica","Arial";
			display: block;
			text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
		}
/*		#taimaba-featured .info h2 {
			padding: 0.5em;
			color: #d1ec50;
			font-size: 1.8em;
		}
*/
/*.post div.headline_area {
	float: right;
	width: 416px;
	clear:both;
	margin-bottom: 1em;
}
*/
img.frame {

}

span.frame {
	
}

.teaser img.frame {
	padding: 0 !important;
	margin: 0;
	background: transparent;
	border-color: #c6e7a8;
	width: 66px !important;
	height: 66px !important;
}

img.post_image {
	width: 140px !important;
	height: 140px !important;
}

.custom div.post_box {
	background:#333;
	margin: 0;
	padding: 1em 2.3em 0 1.1em;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.headline_area {
	margin-bottom: 1em;
}

div.post_box, div.teasers_box {
	border-bottom: none !important;
	border-width: 0 !important;
	border-style: hidden !important;
}

.boards .column {
	clear: both;
	margin: 0 0 2em 0;
}
	.boards .headline_area {
		margin-bottom: 0;
	}
		.boards .headline_area h1 {
			display: none;
		}
	.boards .column ul {
		margin-left: 3em;
		margin-bottom: 1em;
		clear: both;
		display: block;w
	}
		.boards .column ul li {
			display: inline-block;
			float: left;
			width: 18%;
			max-height: 36px;
			background: #ddd;
			border: 1px solid #999;
			margin: 2px;
			padding: 2px;
			overflow: hidden;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
			.boards .column ul li a {
/*				height: 100%;
				width: 100%;*/
				text-decoration: none;
				overflow: hidden;
				display: block;
				font-size: 0.8em;
				color: #202020;
			}
			.boards .column ul li span {
				
			}
			.boards .column ul li img {
				display: block;
				width: 32px;
				height: 32px;
				clear: both;
				float: left;
				margin-right: 2px;
				vertical-align: middle;
			}
	.boards .format_text ul {
/*		margin: 0;
*/	}
	.boards .format_text h3 {
		display: block;
		line-height: normal;
	}

#livestats {
	max-width: 224px;
	max-height: 48px;
	background: #7dac4a;
	padding: 4px;
	float: right;
	margin-top: 12px; 
	margin-right: 0px;

	-moz-box-shadow: 0px 0px 8px #050505 inset;
	-webkit-box-shadow: 0px 0px 8px #050505 inset;
	box-shadow: 0px 0px 8px #050505 inset;
	border: 1px solid #000;
	-moz-border-radius: 5px;
}
	#livestats h2 {
		border-right: 1px solid #111;
		font-weight: bold;
		width: 18%;
		color: white;
		font-size: 1.5em;
		line-height: 18px;
		margin: 0px;
		margin-left: 1px;
		padding-right: 4px;
		height: 50%;
		float: left;
		vertical-align: middle;
		text-align: center;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	}
		#livestats sub {
			font-weight: bold;
			font-size: 10px;
			color: white;
			text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
		}
	#livestats ul {
		width: 75%;
		float: right;
		list-style: none;
		margin-top: 0px;
	}
		#livestats ul li {
			font-size: 1.2em;
			color: black;
			clear: left;
			line-height: 13px;
		}
	#livestats .statstitle {
		float: left;
	}			
	#livestats .statscount {
		float: right;
		color: #030303;
	}
	
/* Brandbar */
div.brand-mamabar {
	background:url("/static/images/brandbar_bg.png") repeat-x scroll 0 0 #111111;
	height:16px;
	position:relative;
	text-align:center;
	z-index:1000001;
}
div.brand-mamabar-wrapper {
	height:16px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:952px;
}
a.brand-mamabar-logo {
	float:right;
	height: 16px;
}
a.brand-mamabar-logo img {
	border:0 none;
}
ul.brand-mamabar-list {
	float:left;
	list-style:none outside none;
	margin:0 0 0 4px;
	padding:0;
}
ul.brand-mamabar-list li {
	background:url("/static/images/brandbar_line.png") no-repeat scroll 100% 50% transparent;
	display:inline;
	float:left;
	margin:0 6px 0 0;
	padding-right:6px;
}
ul.brand-mamabar-list li:last-child {
	background:none repeat scroll 0 0 transparent;
}
ul.brand-mamabar-list a {
	color:#40D040;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
}
ul.brand-mamabar-list a:hover {
	text-decoration:underline;
}
ul.brand-mamabar-list a.brand-mamabar-active {
	color:#FF9540;
	cursor:default;
}
ul.brand-mamabar-list a.brand-mamabar-active:hover {
	text-decoration:none;
}
ul.brand-mamabar-list a.brand-mamabar-active {
	color:#8992CA;
}

#infobar { background: #1F1F1F; border-top: 1px solid #393939; position: relative; _height: 1%; }
#infobar .page {
	position: relative;
}
	#infobar a { display: block; height: 79px; text-indent: -9999px; }
		/*#infobar li a:hover { background-position: 0 -79px; }*/
	#infobar ul { list-style: none; }
		#infobar li { float: left; margin-right: 1em; }
			#infobar a.copyright { background: url(/static/images/copyright.png) no-repeat; width: 176px; }
/*			#infobar a.hosting { background: url(/static/images/jchost.png) no-repeat; width: 176px; }					*/

	#infobar .top { background: url(/static/images/info_top.png) no-repeat; display: block; height: 79px; position: absolute; right: 0; top: -10px; width: 122px; }
		#infobar .top:hover { background-position: 0 -89px; cursor: pointer; }

#foot h3 { font-family: Museo, Verdana, Georgia, serif!important; font-weight: normal; }
#foot:after, #infobar:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }


.staff h2 {
	width: 100%;
	margin: 1em 0;
	display: block;
	clear: both;
	float: left;
	
}

ul.stafflist {
	list-style: none;
	clear: both;
}
	ul.stafflist li.staffrow {
		width: 100%;
		clear: both;
	}
		ul.stafflist li.staffrow ul.staffmember {
			list-style: inherit;
			float: left;
			width: 45%;
			padding-bottom: 0.5em;
		}
			ul.stafflist ul.staffmember li.staffname {
				font-weight: bold;
			}
			
			
li.widget ul li {
	margin-bottom: 0px;
}