@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg-tan.png) #d7d5cc repeat scroll ;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	text-align: left
}

#container {
	background: url(../images/bg-green.png) #9ba086 repeat scroll;
	margin: 0 auto;
	width: 960px;
	height: 100%;
    top: 0px;
	position: relative;
	display: inline-block;
}

#containerDeuce {
	margin: 0 auto;
	width: 854px;
    top: 0px;
	position: relative;
	background: url(../images/bg-drkGreen.png) repeat scroll;
	display: inline-block;
}

#topNav {
	background: #000;
	position: relative;
	width: 854px;
	height: 46px;
	top: 0;
}

#topNavItunes {
	background: url(../images/top/top-itunes.png) no-repeat;
	width: 85px;
	height: 46px;
	float: left;
	position: relative;
	top: 0;
}

#topNavEmail {
	background: url(../images/top/top-email.png) no-repeat;
	width: 73px;
	height: 46px;
	float: left;
	position: relative;
	top: 0;
}

#topNavRss {
	background: url(../images/top/top-rss.png) no-repeat;
	width: 55px;
	height: 46px;
	float: left;
	position: relative;
	top: 0;
}

#topNavBlack {
	background: url(../images/top/top-black.png) no-repeat;
	width: 641px;
	height: 46px;
	float: left;
	position: relative;
	top: 0;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 854px;
	height: 133px;
	position: relative;
	top: 0px;
	display:inline-block;
}

#reviews {
	background: #000;
	width: 854px;
	height: 66px;
	position: relative;
	top: 0px;
	display:inline-block;
}

#reviewsText {
	width: 824px;
	height: 46px;
	position: relative;
	top: 10px;
	display:inline-block;
	margin: 0 auto;
	text-align:left;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
}

#nav {
	background: url(../images/navbar.png) no-repeat;
	width: 875px;
	height: 32px;
	position: relative;
	top: 0px;
}

#leftRail {
	background: #000;
	width: 160px;
	height: 600px;
	float: left;
	top: 1px;
	position: relative;
}

#centerBody {
	background: #2a2b24;
	width: 518px;
	height: 100%;
	left: 1px;
	top: 1px;
	float: left;
	position: relative;
}

#articleHeader {
	width: 480px;
	margin-left: 20px;
	top: 20px;
	position: relative;
	font: 14px "Courier New", Courier, monospace;
	color: #C60;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
}

#articleDate {
	width: 480px;
	margin-left: 20px;
	top: 20px;
	position: relative;
	font: 11px "Courier New", Courier, monospace;
	color: #666;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
}

#articleBody {
	width: 480px;
	margin-left: 20px;
	top: 30px;
	position: relative;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
}

#articleBody a:link {
	color: #ff6600;
	text-decoration: underline;
	font: 11px Tahoma, Geneva, sans-serif;
}
#articleBody a:visited {
	text-decoration: none;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #ff6600;
}
#articleBody a:hover {
	text-decoration: none;
	color: #ff6600;
	font: 11px Tahoma, Geneva, sans-serif;
}
#articleBody a:active {
	text-decoration: none;
	color: #ff6600;
	font: 11px Tahoma, Geneva, sans-serif;
}

#articleSpacer {
	width: 480px;
	height: 50px;
	left: 20px;
	top: 40px;
	position: relative;
	text-align: left;
}

#rightRail {
	background: #47493d;
	width: 174px;
	height: 100%;
	float: left;
	top: 1px;
	left: 2px;
	position: relative;
	display: inline-block;
	overflow: inherit;
}

#poll {
	position: relative;
	top: 0px;
	float: left;
	width: 174px;
	height: 203px;
	background-color:#000;
	display: inline-block;
}

#eleventwelve {
	top: 0px;
	width: 174px;
	height: 430px;
	position: relative;
	float: left;
	background-color:#000;
	border-top: #9ba086 solid 1px;
    display: inline-block;
}

#footerSpacer {
	width: 875px;
	height: 30px;
	position: relative;
	float: left;
}

#footer {
	margin: 0;
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #4f5341;
}

#footerContainer {
	margin: 0 auto;
    width: 960px;
    position: relative;
}
    
#footerNav {
	margin: 0 auto;
	width: 600px;
	height: 20px;
	text-align: left;
	font: 9px "Courier New", Courier, monospace;
	color: #CCC;
	position: relative;
	top: 40px;
	left: 9px;
    float: left;
}

#footerNav a:link {
	color: #FFF;
	text-decoration: none;
	font: 9px "Courier New", Courier, monospace;
}
#footerNav a:visited {
	text-decoration: none;
	font: 9px "Courier New", Courier, monospace;
	color: #FFF;
}
#footerNav a:hover {
	text-decoration: underline;
	color: #CCC;
	font: 9px "Courier New", Courier, monospace;
}
#footerNav a:active {
	text-decoration: none;
	color: #FFF;
	font: 9px "Courier New", Courier, monospace;
}

#footerCopyright {
	margin: 0 auto;
	width: 360px;
	height: 20px;
	text-align: right;
	font: 9px "Courier New", Courier, monospace;
	color: #CCC;
	position: relative;
	top: 40px;
	right: 10px;
    float: left;
}


/* TOWER AD */
h1 {
    font-size:180%;
    font-weight:normal;
    margin:0;
    padding:0;
}

#prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}

#slider{}	
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li{ 
    width:160px;
    height:600px;
    overflow:hidden; 
}




/*div#PDI_container2011681 div#PDI_form2011681 div.pds-box div.pds-box-outer div.pds-box-inner div.pds-box-top div.pds-vote div.pds-votebutton-outer span.pds-links a.a2a_dd {
	display: none;
}

div#PDI_container2011681 div#PDI_form2011681 div.pds-box div.pds-box-outer div.pds-box-inner div.pds-box-top div.pds-vote div.pds-votebutton-outer span.pds-links a.pds-pd-link {
	display: none;
}

div#PDI_container2011681 div#PDI_form2011681 div.pds-box div.pds-box-outer div.pds-box-inner div.pds-box-top div.pds-vote div.pds-votebutton-outer span.pds-links a.pds-pd-link {
	display: none;
}

div#PDI_container2011681 div.pds-box div.pds-box-outer div.pds-box-inner div.pds-box-top div.pds-vote div.pds-totalvotes-outer span.pds-links-back a.a2a_dd {
	display: none;
}

div#PDI_container2011681 div.pds-box div.pds-box-outer div.pds-box-inner div.pds-box-top div.pds-vote div.pds-totalvotes-outer span.pds-links-back a.pds-pd-link {
	display: none;
}*/

#bioShow {
    width: 480px;
    top: 30px;
    left: 20px;
    position: relative;
    font: 11px Tahoma, Geneva, sans-serif;
    color:  #fff;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
    float: left;
    padding-bottom: 50px;
}

#bioPic {
    width: 170px;
    top: 20px;
    left: 20px;
    position: relative;
    background: top left;
    float: left;
}

#bioName {
	width: 400px;
    top: 20px;
    left: 20px;
    position: relative;
    font: 13px Tahoma, Geneva, sans-serif;
    color:  #ff6600;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
}

#bioBody {
    top: 30px;
    left: 20px;
    position: relative;
    font: 11px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
    padding-bottom: 50px;
	padding-right: 35px;
}

#bioBodyMatt {
    width: 480px;
    height: 200px;
    top: 30px;
    left: 20px;
    position: relative;
    font: 11px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
    padding-bottom: 50px;
    display: block;
}

#padding40 {
    padding-bottom: 40px;
}

#subscribe {
	display: inline;
	margin-left: 20px;
	top: 60px;
	width:100px;
	float: left;
	
}

#oneXsubscribe {
	font: 13px Tahoma, Geneva, sans-serif;
	color: #fff;
	display: inline;
	margin-left: 20px;
	margin-bottom: 30px;
	top: 60px;
	float: left;
}

#unsubscribe {
	font: 13px Tahoma, Geneva, sans-serif;
	color: #fff;
	display: inline;
	margin-right: 42px;
	margin-bottom: 30px;
	top: 60px;
	float: right;
}

#level {
	font: 13px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 12px;
	letter-spacing: normal;
	text-align: center;
}

#level2 {
	font: 13px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 20px;
	letter-spacing: normal;
	text-align: center;
}

#orangeNavBtn {
	color: #ff6600;
}

#episodesHeader {
	width: 480px;
	font: 12px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 22px;
	letter-spacing: normal;
	text-align: left;
	display: inline-block;
	top: 20px;
	left: 20px;
	float: left;
	position: relative;
}

#episodesHeader a:link {
	color: #ff6600;
	text-decoration: underline;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#episodesHeader a:visited {
	text-decoration: none;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
	color: #ff6600;
}
#episodesHeader a:hover {
	text-decoration: none;
	color: #ff6600;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#episodesHeader a:active {
	text-decoration: none;
	color: #ff6600;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}

#episodes {
	font: 12px Tahoma, Geneva, sans-serif;
    color: #fff;
	line-height: 22px;
	letter-spacing: normal;
	text-align: left;
	display: inline-block;
	margin-left: 70px;
	top: 20px;
	float: left;
	position: relative;
}

#episodes a:link {
	color: #ff6600;
	text-decoration: underline;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#episodes a:visited {
	text-decoration: none;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
	color: #ff6600;
}
#episodes a:hover {
	text-decoration: none;
	color: #ff6600;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#episodes a:active {
	text-decoration: none;
	color: #ff6600;
	font: 12px Tahoma, Geneva, sans-serif;
	line-height: 22px;
}

