/***Common Elements***/

body {
  margin: 0px;
  padding:0px;
  font-family: Arial, Sans-serif;
	background-color: #490104;
	background-repeat: repeat-x;
	background-image: url('/graphics/bg.jpg');
	font-size: 12px;
	
}
img {
  border: none;
}

.clear {
  clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

p {
  margin: 0;
	padding: 0;
}

a:link, a:visited {
  font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
  font-size: 12px;
	color: red;
	text-decoration: underline;
	font-family: Arial;
}

.update_table {
	font-size: 12px;
	width: 350px;
	margin: 0px auto;
}

.update_table th{
	font-size: 12px;
	text-align: right;
}

td {
  font-size: 12px;
}


.number {
  width: 36px;
}

#wrapper {
  width: 960px;
	margin: 0px auto;
}

#head_cont {
  width: 960px;
}

#logo {
  float: left;
	width: 237px;
	height: 216px;
}

#artist_mast {
  float: left;
	width: 723px;
	height: 216px;
	background: url('/graphics/masthead_artists1.jpg') no-repeat top left;
	position:relative;
}

#masthead_artists1 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 10;
  visibility: hidden;
}
#masthead_artists2 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 11;
  visibility: hidden;
}
#masthead_artists3 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 12;
  visibility: hidden;
}
#masthead_artists4 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 13;
  visibility: hidden;
}
#masthead_artists5 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 14;
  visibility: hidden;
}

#masthead_artists6 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 15;
  visibility: hidden;
}

#masthead_artists7 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 16;
  visibility: hidden;
}

#masthead_artists8 {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 723px;
	height: 216px;
  z-index: 16;
  visibility: hidden;
}


#blackbar {
  width: 960px;
	height: 39px;
	background: #000 url('/graphics/bar_bg.gif') repeat-x;
}

#main_container {
  width: 942px;
	background: #eeeeee url('/graphics/home_bg.gif') repeat-y;
	border-bottom: 9px solid #eee;
	padding: 0px 9px;
}

#sub_container {
  width: 942px;
	background: #eeeeee url('/graphics/subpage_bg.gif') repeat-y;
	border-bottom: 9px solid #eee;
	padding: 0px 9px;
}

#left_cont {
  width: 190px;
	background: #fff;
	border-top: 9px solid #eee;
	padding: 9px;
	float: left;
	margin-right: 10px;
}

#right_cont {
  width: 133px;
	background: #fff;
	border-top: 9px solid #eee;
	padding: 10px;
	float: left;
	margin-left: 9px;
}

#nav_cont {
  width: 190px;
	position: relative;
z-index: 1000;
}

.nav_item {
	width: 190px;
	height: 39px;
	margin-bottom: 1px;
	background: url('/graphics/nav_on.gif') no-repeat;
}

.nav_item a:link, .nav_item a:visited {
  background: url('/graphics/nav_off.gif') no-repeat;
	width: 180px;
	height: 27px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
}

.nav_item a:hover {
  background: url('/graphics/nav_on.gif') no-repeat;
	width: 180px;
	height: 27px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
}

.subnav a:link, .subnav a:visited {
  font: normal 12px arial;
  line-height:20px;
  color:#fff;
  text-decoration:none;
}
.subnav a:hover {
  font: normal 12px arial;
  line-height: 20px;
  color:#fff;
  text-decoration:underline;
}

#jocks_subnav {
  background: #000;
  color: #fff;
  width:130px;
  border: 1px solid #fff; 
  padding:5px; 
  position:absolute; 
  z-index:1011; 
  left: 190px; 
  top: 39px;
}

#vip_subnav {
  background: #000;
  color: #fff;
  width:130px;
  border: 1px solid #fff; 
  padding:5px; 
  position:absolute; 
  z-index:1011; 
  left: 190px; 
  top: 78px;
}

#youtube {
  width: 190px;
	height: 39px;
	margin-bottom: 1px;
}

#youtube a:link, #youtube a:visited {
  width: 190px;
	height: 39px;
	background: url('/graphics/youtube_off.gif') no-repeat;
	display: block;
}

#youtube a:hover {
  width: 190px;
	height: 39px;
	background: url('/graphics/youtube_on.gif') no-repeat;
	display: block;
}

#twitter {
  width: 190px;
	height: 39px;
	margin-bottom: 1px;
}

#twitter a:link, #twitter a:visited {
  width: 190px;
	height: 39px;
	background: url('/graphics/twitter_off.gif') no-repeat;
	display: block;
}

#twitter a:hover {
  width: 190px;
	height: 39px;
	background: url('/graphics/twitter_on.gif') no-repeat;
	display: block;
}

#facebook {
  width: 190px;
	height: 39px;
	margin-bottom: 1px;
}

#facebook a:link, #facebook a:visited {
  width: 190px;
	height: 39px;
	background: url('/graphics/facebook_off.gif') no-repeat;
	display: block;
}

#facebook a:hover {
  width: 190px;
	height: 39px;
	background: url('/graphics/facebook_on.gif') no-repeat;
	display: block;
}

.nocss {
  display:none;
}

.left_ads {
  margin-left: 5px;
	margin-top: 15px;
}

#middle {
  float: left;
	width: 514px;
	background: #fff;
	border-top: 9px solid #eee;
	padding: 13px;
}

#keyword_search {
  float: left;
}

#keyword_button {
  margin:0px;
  padding:0px;
	}


#search {
  width: 514px;
}

form {
  margin: 0px;
	padding: 0px;
}

/*------------------------------------New Major Promo Styling------------------------------*/
#promocontainer {
  position: relative; 
  visibility: visible; 
  width: 515px; 
  height: 242px; 
  z-index:0;
}
#promo1 {
  position: absolute; 
  visibility: visible; 
  z-index: 0; 
  top: 0; 
  left: 0; 
  width: 515px; 
  height: 208px;
}

#promo2, #promo3, #promo4, #promo5, #promo6 {
  position: absolute; 
  visibility: hidden; 
  z-index: 0; 
  top: 0; 
  left: 0; 
  width: 515px; 
  height: 208px;
}

#promolinks {
  position: absolute; 
  z-index: 0; 
  top: 208px; 
	background-color: #000;
  left: 0px; 
  width: 515px; 
  height: 34px;
	text-align: center;
}

a.promolink:link, a.promolink:visited {
  font:normal 14px/28px sans-serif; 
  color:#FFF; 
  text-decoration:none; 
}
a.promolink:hover {
  font:normal 14px/28px sans-serif; 
  color:red; 
  text-decoration:none; 
}


#promolink1 {
  height: 32px; 
  padding:2px 0 0 0; 
  width:515px; 
  text-align: center; 
  position:absolute; 
  top:208px; 
  left:0px; 
  z-index:1; 
  overflow:hidden;
}
#promolink2, #promolink3, #promolink4, #promolink5, #promolink6 {
  visibility: hidden; 
  height: 32px; 
  padding:2px 0 0 0; 
  width:85px; 
  text-align: center; 
  position:absolute; 
  top:208px; 
  left:0px;
  z-index:1; 
  overflow:hidden;
  border-left: 1px solid #7d7c7c;
}
#promoDetails1, #promoDetails2, #promoDetails3, #promoDetails4, #promoDetails5, #promoDetails6 {
  position: absolute;
  visibility: hidden;
  padding:5px;
  overflow:hidden;
  z-index: 0; 
  top: 0; 
  left: 0; 
  width: 515px; 
  height: 208px;
  background: #333;
}

#small_promos {
  margin-top: 15px;
}

#news_cont {
  margin-top: 20px;
	width: 515px;
}

.news_img {
  width: 145px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

.news_head {
  float: left;
	font-family: Arial;
	font-size: 18px;
	color: #7f0409;
}

.news_details {
  float: left;
	font-size: 12px;
	font-family: Arial;
	width: 312px;
	line-height: 1.5em;
}

#news_links {
  background-color: #000;
	width: 515px;
	height: 38px;
	margin-top: 15px;
}

.link {
  float: left;
	padding: 13px 15px;
}

.link a:link, .link a:visited {
  font-family: Arial;
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
}

.link a:hover {
  font-family: Arial;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

#mid_ads_cont {
  width: 515px;
	margin-top: 30px;
}

.mid_ads {
  float: left;
	margin-right: 7px;
}

.mid_ads_last {
  float: left;
}

#banner_cont {
  margin-top: 15px;
	margin-left: 20px;
}

.right_item {
  margin-top: 8px;
}

.triton_poll {
	margin: 0px auto;
	width: 153px;
	background: url('/graphics/poll_bg.gif') repeat-x;
	color: #fff;
}

.triton_poll th {
	color: #fff;
	font: bold 12px Arial, sans-serif;
	text-align: left;
	width: 100px;
	padding-left: 35px;
	padding-top: 5px;
}

table.triton_poll th p {
	text-align: left;
}

.triton_poll td {
	text-align: center;
	color: #fff;
	font: normal 11px Arial, sans-serif;
	line-height: 11px;
}

.triton_poll td .answer {
	color: #fff;
	text-align: left;
	font: normal 11px Arial, sans-serif;
	padding: 8px 0 0 0;
	line-height: 11px;
}

.poll_submit_1 { 
	cursor: pointer; 
	cursor: hand; 
	clear: both;   
	width: 70px; 
	height: 27px; 
	background: url('/graphics/vote.gif'); 
	border: none;
	}
	
.poll_submit_1 span {
  display: none;
}
	
	#footer {
	  background: #000 url('/graphics/footer_bg.gif') repeat-x;
		width: 960px;
		height: 26px;
		color: #fff;
		font-size: 12px;
		padding-top: 13px;
	}
	
#sub_cont {
  width: 705px;
	border-top: 9px solid #eee;
	float: left;
	background: #fff;
	padding: 9px;
}

#sub_header {
  width: 694px;
	background: url('/graphics/sub_bg.gif') no-repeat;
	height: 27px;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	
}

#sub_inner {
  padding: 10px 0px;
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

.airstaff_item { float:left; width: 327px;  height: 200px; overflow: hidden; background: #eee; padding: 8px; margin-right: 5px; }
.airstaff_pic { float: left; width: 120px;  text-align: center; }
.airstaff_info { float: left; width: 160px; margin-left: 10px; }
.airstaff_info h3 { color: red; text-transform: uppercase; font: bold 15px Arial, Verdana, sans-serfif;  margin: 0 0 5px 0; }
.airstaff_info p { margin-top: 0px; }

/*------------------------------- Major Rotating Promo -------------------------------*/

#featured_shows {
	width: 515px;
	margin-bottom: 6px;
	margin-top: 15px;
}
#featurecontainer {
  position: relative; 
  visibility: visible; 
  width: 515px; 
	height: 229px;
  z-index:0;
}
#feature1 {
  position: absolute; 
  visibility: visible; 
  z-index: 0; 
  top: 20px;
  width: 515px; 
  height:170px;
}
#feature2, #feature3, #feature4, #feature5, #feature6 {
  position: absolute; 
  visibility: hidden; 
  z-index: 0;
  top: 20px;
  width: 515px;
  height:170px;
}
#feature1 p, #feature2 p, #feature3 p, #feature4 p, #feature5 p, #feature6 p {
  margin: 0px;
}
#featurelinks {
  position: absolute; 
  z-index: 0;  
  left: 0; 
	width: 500px;
	height: 38px;
  top: 15px;
}
a.featurelink:link, a.featurelink:visited {
  font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a.featurelink:hover {
  font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#featurelink1 {
  height: 14px; 
  text-align:center; 
  position:absolute; 
	background: #7f0409 url('/graphics/grad2.gif') repeat-x;
	padding: 13px 10px;
  top:190px; 
  left:0; 
  z-index:1; 
  overflow:hidden;
}
#featurelink2, #featurelink3, #featurelink4, #featurelink5, #featurelink6 {
  visibility: hidden; 
  height: 14px; 
	background: #7f0409 url('/graphics/grad2.gif') repeat-x;
  width:100px; 
  text-align:center; 
	padding: 13px 10px;
  position:absolute; 
  top:190px; 
  left:0;
  z-index:1; 
  overflow:hidden;
}

.new_music_cont {
  width: 600px;
	border-bottom: 1px dashed #000;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sub_news_img {
  width: 150px;
	height: 150px;
	margin-right: 8px;
	float: left;
}

.sub_news_hdr {
  float: left;
	width: 442px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F02224;
	text-transform: Uppercase;
}

.sub_news_details {
  float: left;
	width: 442px;
}


#flash {
  width: 340px;
	height: 300px;
	float: left;
	margin-left: 5px;
}

.news_box1 {
  width: 338px;
	height: 298px;
	float: left;
	border: 1px solid #d8d8d8;
	margin-left: 10px;
	overflow: hidden;
}
.news_title {
  width: 328px;
	height: 27px;
  background: red url('/graphics/sub_bg.gif') no-repeat;
	padding-top: 12px;
	padding-left: 10px;
	color: #fff;
}
.news_box2 {
  width: 338px;
	height: 298px;
	float: left;
	border: 1px solid #d8d8d8;
	margin-left: 5px;
	overflow: hidden;
}

.news_box1 li {
  list-style-type: none;
	padding-bottom: 20px;
}

.news_box2 li {
  list-style-type: none;
	padding-bottom: 20px;
}

.row {
  width: 695px;
	height: 300px;
	margin-bottom: 10px;
}