/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(../Images/theme/bgmain.png);
	position:relative;
	background-color: #f1f0ea;
}

/************** Header Tags ********************/
h1{ /************ Features Header *************/
	font-family:"Verdana", "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	padding:2px;
	color: #990000;
}

h2{
}

h3{
}

h4{
}

h5{
}

/************** Content Areas *******************/
/************** No Extra Style *****************/
#Wrap{
	width:985px;
	margin:10px auto;
	padding: 10px;
	background-position:center;
	position:relative;
}

#container{
	clear:both;
	width:850px;
	height:auto;
	margin:auto;
	position:relative;
}

#Header{
	width:311px;
	height:168px;
	float:left;
	margin-top:10px;
	background-image: url(/Images/Logos/Prohib_Bats.png);
	background-repeat: no-repeat;
	z-index: 0;
}

#Feed {
	width:300px;
	height: 172px;
	float:right;
	margin:30px auto 0px;
	padding-bottom:10px;
}

#Twitter{
	width:300px;
	height:400px;
	float:right;
	margin-top:-18px;
	margin-right:1.5%;
	position:relative;
}

/****************** Content Areas w. Style ******/
/****************** Page Navigation *************/
#Nav{
	height:85px;
	width:850px;
	background-image: url(/Images/theme/nav_trans_background_fp.png);
	background-repeat: no-repeat;
	margin:10px auto 0px;
	z-index: 100;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}

#Nav li.main{
	display:inline;
	list-style:none;
	padding:5px 15px 0px 15px;
	margin:20px auto 0px;
	height:25px;
	line-height:25px;
	}

#Nav li.main a{
	color:#FFFFFF;
	}

#Nav li.main a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

/************************* Feature **************/

#Feature{
	width:auto;
	padding: 2px;
	margin:auto;
	height: auto;
	font-family: "Arial";
	position:relative;
	clear:both;
}

#Feature tr{
	height:200px;
	text-align:justify;
	vertical-align:top;
}

#Feature th.jake{
	width:280px;
	height:200px;
	padding:5px;
	background-image:url(/Images/theme/News_sprite.gif);
	background-position:left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#Feature th.jeff{
	width:280px;
	height:200px;
	background-image:url(/Images/theme/News_sprite.gif);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:5px;
}

#Feature th.pir{
	width:280px;
	height:200px;
	background-image:url(/Images/theme/News_sprite.gif);
	background-position:right;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:5px;
}

#Feature .block{
	width:170px;
	height: 200px;
	float:right;
	padding:3px;
	font: Garamond;
	font-size:12px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
}

#Feature a.title, a.title:link, a.title:visited{
	color:#990000;
	text-decoration:none;
	font-family: "Arial";
	font-weight:bold;
}

#Feature a, a:link, a:visited{
	color:#000;
	text-decoration:none;
	font-family: "Arial";
	font-weight:lighter;
}

#Feature a:hover{
	text-decoration: none;
	color: #EDAD28;
	font-family: "Arial";
}


/****************************** Footer **********************************/
#footer{
	clear:both;
	height:100px;
	width:900px;
	background-color:#f1f0ea;
	color:#999999;
	padding-left:5px;
	margin:40px auto 0px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a, a:link, a:visited{
	color:#999999;
}

#footer a:hover{
	color:#999999;
	text-decoration:underline;
}

/***************************** Global Styles *************************/
/******************* hyperlink and anchor tag styles ****************/
a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #EDAD28;
}


/********* Objects ******************/
hr{
	width:100%;
	text-align: center;	
}


/******* Main Page Slider **********************/
	  				  
					  				  
.floatLeft { 
	float: left; 
	margin-right: 10px;
	}

.floatRight	{ 
	float: right; 
	}

.clear { 
	clear: both; 
	}

a { 
	outline: none; 
	}

#page-wrap { 
	width: 500px; 
	margin-top: -72px;
	margin-left: 1.5%;
	position:relative;
	min-height: 500px;
	background: url(/Images/Slider/bg1.png) top center;
	float:left;
	}

/*
	TYPOGRAPHY
*/
#page-wrap ul { 
	list-style: square inside; 
	}

#page-wrap a, a:visited	{ 
	color: #fff; 
	text-decoration: none; 
	}

#page-wrap a:hover, a:active {
	color:#ADA61D;
	text-decoration:underline; 
	}

#page-wrap blockquote { 
	padding: 0 20px; 
	margin-left: 20px; 
	border-left: 20px solid #ccc; 
	font-size: 14px; 
	}

.slider-wrap { 
	width: 419px; 
	position: absolute; 
	top: 87px; 
	left: 40px; 
	}

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
	}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 419px; 
	height: 285px; 
	}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
	}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 419px; 
	}

.stripNavL, .stripNavR, .stripNav { 
	display: none; 
	}

.nav-thumb { 
	border: 1px solid black; 
	margin-right: 5px; 
	}

#movers-row { 
	margin: -43px 0 0 62px; 
	}

#movers-row div { 
	width: 20%; 
	float: left; 
	}

#movers-row div a.cross-link { 
	float: right; 
	}

.photo-meta-data { 
	background:transparent url(/Images/Slider/transpBlack.png);
	padding: 8px 10px; 
	height: 30px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin-top: -50px; 
	position: relative; 
	z-index: 9999; 
	}

.photo-meta-data span {
	font-size: 13px;
	color: #FFFFFF;
	}

.cross-link { 
	display: block; 
	width: 62px; 
	margin-top: -14px;
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; 
	}

.active-thumb { 
	background: transparent url(/Images/Slider/icon-uparrowsmallwhite.png) top center no-repeat; 
	}

/**********	CatNav STRUCTURE **********/

#nav-wrap{ 
	width: 300px; 
	margin: 0px auto; 
	}

a { 
	text-decoration: none; 
	}

ul	{ 
	list-style: none; 
	}

.box { 
	background: #cccccc; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 10px; 
	margin: 0 0 15px 0; 
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}
	
.box ul li { 
	font-size: 11px; 
	margin: 0px 0px 0px -37px; 
	border-bottom: 1px solid #666; 
	}

.box ul li .cat-list { 
	font-size: 11px; 
	margin: 0 -10px 0 0; 
	border-bottom: 1px solid #666; 
	}

.box ul li a { 
	color: #6A0000; 
	display: block; 
	padding: 7px 4px; 
	margin: 0px 0px; 
	border-bottom: 1px solid #ccc; 
	}

.box ul li:last-child, .box ul li:last-child a { 
	border: none; 
	}

.box ul li a:hover { 
	background: #fff; 
	text-decoration: none; 
	}

#catNav { 
	background: #494949; 
	padding: 5px 5px 5px 37px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	overflow: hidden; 
	margin: 0 0 1px 0; 
	}

#catNav li	{ 
	display: inline; 
	}

#catNav li a { 
	display: block; 
	width: 50px; 
	height: 50px; 
	text-indent: -9999px;
	background:url(../Images/catSprite.png); 
	float: left;
	border: none; 
	padding: 0; 
	}

#catNav li a#list-one-button { 
	background-position: -50px -50px; 
	}

#catNav li.activeCatButton a#list-one-button { 
	background-position: -50px -100px; 
	}

#catNav li a#list-one-button:hover { 
	background-position: -50px 0px; 
	}

#catNav a#list-two-button { 
	background-position: -100px -50px; 
	}

#catNav li.activeCatButton a#list-two-button { 
	background-position: -100px -100px; 
	}	

#catNav li a#list-two-button:hover { 
	background-position: -100px 0px; 
	}	

#catNav a#list-three-button { 
	background-position: 0px -50px; 
	}

#catNav li.activeCatButton a#list-three-button { 
	background-position: 0px -100px; 
	}

#catNav li a#list-three-button:hover { 
	background-position: 0px 0px; 
	}

#catNav a#list-four-button { 
	background-position: -150px -50px; 
	}

#catNav li.activeCatButton a#list-four-button { 
	background-position: -150px -100px; 
	}	

#catNav li a#list-four-button:hover { 
	background-position: -150px 0px; 
	}	

