body, div, img, form, fieldset, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: none; }
	
body {
	background: #030000 url("../assets/imagesv2/bg_yellow.jpg") top center no-repeat;
	color: #ffffff;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif; }
	
a { color: #fbf52f; outline:none;}
a:hover { color: #8f9090; text-decoration: none; outline:none; }	

	a img.thumbnail { border: 1px solid #fbf52f; }
	a:hover img.thumbnail { border-color: #8f9090; }
	
h1 {
	width: 79px;
	height: 108px;
	position: absolute;
	top: 20px;
	left: 35px; }
	
	h1 a {
		width: 79px;
		height: 108px;
		display: block;
		text-indent: -9999px;
		background: url("../assets/imagesv2/logo.png") no-repeat; }
	
		
	h2#titleComments {
		background: url("../assets/imagesv2/label_comments.jpg") top left no-repeat;
		float: left;
		height: 19px;
		width: 86px;
		text-indent: -9999px;
		margin-right: 20px; }
			
	h2#titleEpisodes {
		background: url("../assets/imagesv2/label_episodes.jpg") top left no-repeat;
		float: left;
		height: 19px;
		width: 70px;
		text-indent: -9999px;
		margin-right: 20px; }
			
	h2#titlePlaying {
		background: url("../assets/imagesv2/label_playing.jpg") top left no-repeat;
		float: left;
		height: 19px;
		width: 106px;
		text-indent: -9999px;
		margin-right: 100px; }
	
h3 {
	text-transform: uppercase;
	color: #8f9090; }
		
.clear { 
	display: block;
	clear: both; }
	
.gray { color: #8f9090;  }

.small {
	text-transform: uppercase;
	font-size: 7pt; }
	
.fl { float: left; }
.fr { float: right; }
.ac { text-align: center; }
.ar { text-align: right; }
	
#wrapper {
	width: 1100px;
	margin: 0 auto; }
	
/*----------------------------------------
	Form
----------------------------------------*/

input, textarea {
	border: 1px solid #ffffff;
	background: #000000;
	padding: 1px;
	color: #ffffff;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif; }
	
	input.submit {
		border-color: #fbf52f;
		color: #fbf52f;
		font-weight: bold;
		text-transform: uppercase; }
		
	input.empty {
		border: none;
		background: none; }
	
/*----------------------------------------
	Header
----------------------------------------*/

#header {
	position: relative;
	padding-top: 1px;
	border-bottom: 1px solid #4b4a4a; }
	
#userBar {
	top: 0;
	right: 30px;
	position: absolute;
	background: #919394;
	padding: 5px 10px;
	color: #000000; }
	
	#userBar a {
		text-transform: uppercase;
		text-decoration: none;
		color: #000000; }
		
	#userBar a.rss {
		padding-right: 20px;
		background: url("../assets/imagesv2/icon_rss.gif") center right no-repeat; }
		
		#userBar a:hover { color: #ffffff; }
		#userBar a:hover.rss { background: url("../assets/imagesv2/icon_rss_hover.gif") center right no-repeat; }
		
	
#menu {
	height: 33px;
	position: absolute;
	list-style: none;
	top: 50px;
	left: 185px;
	background: url("../assets/imagesv2/menu_bg.gif") top left repeat; }
	
	#menu li {
		float: left;
		padding-right: 1px;
		height: 33px;
		background: url("../assets/imagesv2/menu_divider.gif") top right no-repeat; }
		
		#menu li#mH { padding: 0; }
		
	#menu li a {
		display: block;
		height: 33px;
		text-indent: -9999px;
		float: left; }
		
	#menu li#mE a { width: 81px; background: url("../assets/imagesv2/menu_videos.gif") no-repeat; }
	#menu li#mM a { width: 75px; background: url("../assets/imagesv2/menu_music.gif") no-repeat; }
	#menu li#mB a { width: 65px; background: url("../assets/imagesv2/menu_blog.gif") no-repeat; }
	#menu li#mN a { width: 70px; background: url("../assets/imagesv2/menu_news.gif") no-repeat; }
	#menu li#mA a { width: 75px; background: url("../assets/imagesv2/menu_about.gif") no-repeat; }
	#menu li#mH a { width: 60px; background: url("../assets/imagesv2/menu_help.gif") no-repeat; }
	#menu li#mX a { width: 84px; background: url("../assets/imagesv2/menu_extras.gif") no-repeat; }
	
	#menu li#mE a:hover, #menu li#mM a:hover, #menu li#mB a:hover,
	#menu li#mN a:hover, #menu li#mA a:hover, #menu li#mH a:hover, #menu li#mX a:hover { background-position: bottom left; }
	
#headerAd,
#newsBar {
	position: absolute;
	top: 100px;
	left: 185px;
	width: 728px;
	height: 90px;
	border: 1px solid #4b4a4a; }	
	
#newsBar {
	top: 200px;
	width: 568px;
	padding: 15px 10px 15px 150px;
	height: auto;
	background: url("../assets/imagesv2/label_updates.jpg") 10px 10px no-repeat; }
	
  #headerVideo {
  	width: 728px;
  	height: 410px;
  	border: 1px solid #4b4a4a;
  	border-bottom: 0;
  	margin: 255px 0 0 185px; }

	
/*----------------------------------------
	Content
----------------------------------------*/

.contentBox { border-bottom: 1px solid #4b4a4a; }
.contentTitle { margin-bottom: 20px; text-transform: uppercase; }

#commentsBox {
	width: 695px;
	float: left;
	padding: 20px 20px 10px 20px;
	border-right: 1px solid #4b4a4a; }
	
	#comments { padding-left: 40px; }
	.comment { margin-bottom: 10px; }
	
	.commentThumb,
	.episodeThumb,
	.albumThumb { 
		float: left; 
		margin-right: 10px; }
	
#loginBox {
	float: left;
	width: 324px;
	padding: 20px; }

#episodes
{
	position: relative;
	min-height: 280px;
}

#episodesBox,
#episodeInfo {
	padding: 20px; }
	
	.episode {
		float: left;
		width: 335px;
		margin: 20px 9px 10px 9px;
		font-size: 7pt; }
		
	.episode a { text-transform: uppercase; }
	
#footerAd {
	width: 728px;
	height: 90px;
	margin: 50px auto;
	border: 1px solid #4b4a4a; }
	
#episodeExcerpt {
	width: 450px;
	float: left;
	margin-right: 20px; }
	
#episodeActions { float: left; }
/*
#episodeRating { margin-bottom: 10px; }

#episodeRating ul {
	width: 160px;
	height: 32px;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
  background: url("../assets/imagesv2/star_rating.jpg") no-repeat 0 0;
}
	
	#episodeRating ul li {
		cursor: pointer;
		float: left;
		text-indent: -9999px; }
		
	#episodeRating ul li a {
		position: absolute;
		left: 0;
		top: 0;
		width: 32px;
		height: 32px;
		text-decoration: none;
		z-index: 200; 
		display: block; }
		
	#episodeRating ul li.one a { left: 0 }
	#episodeRating ul li.two a { left: 32px; }
	#episodeRating ul li.three a { left: 64px; }
	#episodeRating ul li.four a { left: 96px; }
	#episodeRating ul li.five a { left: 128px; }
	
	.nostar { background-position: 0 0 }
	.onestar { background-position: 0 -32px }
	.twostar { background-position: 0 -64px }
	.threestar { background-position: 0 -96px }
	.fourstar { background-position: 0 -128px }
	.fivestar { background-position: 0 -160px }
	
	#episodeRating ul li a:hover {
		z-index: 2;
		width: 160px;
		height: 32px;
		overflow: hidden;
		left: 0;
	background: url("../assets/imagesv2/star_rating.jpg") no-repeat 0 0; }
		
	#episodeRating ul li.one a:hover { background-position:0 0px; }
	#episodeRating ul li.two a:hover { background-position:0 -32px; }
	#episodeRating ul li.three a:hover { background-position:0 -64px; }
	#episodeRating ul li.four a:hover { background-position:0 -96px; }
	#episodeRating ul li.five a:hover { background-position:0 -128px; }
*/
div.indicator
{
	background-image: url(../images/indicator.gif);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}


/* Added styes by Jon */
#helpContent
{
    margin:25px;
}

/*----------------------------------------
	Music Page
----------------------------------------*/
	
#musicBox { padding: 10px 150px; }

	.albumTile, .rowTile {
		width: 200px;
		float: left;
		font-size: 7pt;
		margin: 5px 0; }
		
	.albumTile a, .rowTile a { text-decoration: none; }

#musicRows {
	width: 728px;
	height: 306px;
	border: 1px solid #4b4a4a;
	border-bottom: 0;
	margin: 255px 0 0 185px;
	position: relative;
	background: url("../assets/imagesv2/row_grad.gif") top left repeat-x; }
	
	.musicRow {
		height: 85px;
		position: relative;
		padding: 15px 0 0 115px;
		border-top: 1px solid #2d2d2d;
		border-bottom: 1px solid #2d2d2d; }
		
		/*.musicRow.top { background: url("images/row_grad_top.gif") top left repeat-x; }
		.musicRow.bot { background: url("images/row_grad_bot.gif") bottom left repeat-x; }*/
		
	.musicRow h3,
	.musicRowFull h3 {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		text-indent: -9999px; }
		
		h3#tabMixtapes {
			width: 90px;
			background: url("../assets/imagesv2/tab_mixtapes.jpg"); }
		
		h3#tabTracks {
			width: 75px;
			background: url("../assets/imagesv2/tab_tracks.jpg"); }
		
		h3#tabReviews {
			width: 75px;
			background: url("../assets/imagesv2/tab_reviews.jpg"); }

.musicRowFull {
	position: absolute;
	top: 0;
	left: 0;
	height: 305px;
	width: 728px;
	z-index: 5;
	background: url("../assets/imagesv2/row_grad.gif") top left repeat-x; }
	
	.musicFullImage {
		float: left;
		width: 300px; }
	
	.musicFullText {
		float: right;
		width: 350px;
		font-size: 16pt;
		padding: 25px; }
		
		.musicFullText h4 { text-align: center; margin-bottom: 10px; }
		.musicFullText a { font-size: 16pt; }
