@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - UMRG ARTIST PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		main.css
	Date:			Jul 05, 2007
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Main / Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		margin:0px;
		background:#26241b;
		font-family:Arial, Helvetica, sans-serif;
		background:#1b1a10 url(images/bg_main.gif) no-repeat top center fixed;		
	}
	
	.alt {
		display:none;
	}
	.cleaner {
		clear:both;
		/*height:1px;
		font-size:1px;*/
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	#main {
		width:960px;
		margin:0px auto;
		padding:8px 32px 0px 32px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	uniBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#uniBar {
		width:958px;
		height:21px;
		margin:8px 0px 5px 0px; /*padding:5px 15px 9px 15px;*/
		background:url(images/uniBar_bg.gif) repeat-x top;
		color:#ffffff;
		border:1px solid #323232;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		overflow:hidden;
	}
		#uniBar a:link, #uniBar a:active, #uniBar a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		#uniBar a:hover {
			color:#FFFFFF;
			text-decoration:underline;
		}
		#uniBar a.current:link, #uniBar a.current:active, #uniBar a.current:visited {
			color:#a86a66;
		}
		#uniBar a.current:hover {
			color:#000000;
		}
		
		
	.seemore {
  		float:right;
		margin:0px 10px;
  	}
	
	.bump {
  		padding:4px 0px 0px 15px;
  		float:left;
  	}
  
	.artist {
		color:#bcb065;
	}



/*	--------------------------------------------------------------------------------------------------------------------------
	header / nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header {
		width:960px; height:300px;
		background:url(images/header.jpg) no-repeat;
	}
	#navBar {
		width:960px; height:36px;
		margin:0px 0px 5px 0px; padding:0px;
		background:url(images/nav_bg.gif) bottom #8f8974;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-align:center;
	}
		#navBar ul {
			list-style:none;
			margin:0px; padding:0px;
			display:inline;
		}
		
		#navBar ul li {
			margin:0px 0px 0px 0px;
			padding:0px;
			float:left;
		}
			
				
		#navBar a.navHome:link, #navBar a.navHome:active, #navBar a.navHome:visited {
				width:112px; height:36px;
				display:block;
				background:url(images/navHome.gif) no-repeat bottom;
			}
		#navBar a.navHome:hover {
				background:url(images/navHome.gif) no-repeat top;
		}
		
		
		#navBar a.navMusic:link, #navBar a.navMusic:active, #navBar a.navMusic:visited {
				width:154px; height:36px;
				display:block;
				background:url(images/navMusic.gif) no-repeat bottom;
			}
		#navBar a.navMusic:hover {
				background:url(images/navMusic.gif) no-repeat top;
		}
		
		
		#navBar a.navPhotos:link, #navBar a.navPhotos:active, #navBar a.navPhotos:visited {
				width:90px; height:36px;
				display:block;
				background:url(images/navPhotos.gif) no-repeat bottom;
			}
		#navBar a.navPhotos:hover {
				background:url(images/navPhotos.gif) no-repeat top;
		}
		
		
		#navBar a.navBio:link, #navBar a.navBio:active, #navBar a.navBio:visited {
				width:56px; height:36px;
				display:block;
				background:url(images/navBio.gif) no-repeat bottom;
			}
		#navBar a.navBio:hover {
				background:url(images/navBio.gif) no-repeat top;
		}
		
		
		#navBar a.navShows:link, #navBar a.navShows:active, #navBar a.navShows:visited {
				width:85px; height:36px;
				display:block;
				background:url(images/navShows.gif) no-repeat bottom;
			}
		#navBar a.navShows:hover {
				background:url(images/navShows.gif) no-repeat top;
		}
		
		
		#navBar a.navExtras:link, #navBar a.navExtras:active, #navBar a.navExtras:visited {
				width:92px; height:36px;
				display:block;
				background:url(images/navExtras.gif) no-repeat bottom;
			}
		#navBar a.navExtras:hover {
				background:url(images/navExtras.gif) no-repeat top;
		}
		
		
		#navBar a.navRingtones:link, #navBar a.navRingtones:active, #navBar a.navRingtones:visited {
				width:116px; height:36px;
				display:block;
				background:url(images/navRingtones.gif) no-repeat bottom;
			}
		#navBar a.navRingtones:hover {
				background:url(images/navRingtones.gif) no-repeat top;
		}
		
		
		#navBar a.navCommunity:link, #navBar a.navCommunity:active, #navBar a.navCommunity:visited {
				width:122px; height:36px;
				display:block;
				background:url(images/navCommunity.gif) no-repeat bottom;
			}
		#navBar a.navCommunity:hover {
				background:url(images/navCommunity.gif) no-repeat top;
		}
		
		
		#navBar a.navSignup:link, #navBar a.navSignup:active, #navBar a.navSignup:visited {
				width:133px; height:36px;
				display:block;
				background:url(images/navSignup.gif) no-repeat bottom;
			}
		#navBar a.navSignup:hover {
				background:url(images/navSignup.gif) no-repeat top;
		}
		
		
		
		
		/*	nav link Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#navBar ul a:link, #navBar ul a:active, #navBar ul a:visited {
				color:#ae9773;
				text-decoration:none;
			}
			#navBar ul a:hover {
				color:#ff7800;
			}
			
			

/*	--------------------------------------------------------------------------------------------------------------------------
	contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#contentSpace {
		width:932px;
		margin:0px; 
		padding:14px 14px 14px 14px;
		background:#000000;
	}
	
	.contentArea {
		width:406px;
		padding:15px 30px 15px 30px;
		margin:0px 20px 3px 0px;
		background:#000000;
		border:1px solid #2d2b1f;
		font:12px Arial, Helvetica, sans-serif;
		color:#ffffff;
	}
	.contentPages {
		width:408px;
		padding:5px 30px 5px 30px;
		margin:0px;
		background:#2d2b1f;
		height:13px;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#ffffff;
		}
	
	.contentArea .file {
		font:9px Verdana, Arial, Helvetica, sans-serif;
		color:#bcb065;
	}
	
	.contentArea a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.contentArea a:visited {
		text-decoration: none;
		color: #ffffff;
	}
	.contentArea a:hover {
		text-decoration: underline;
		color: #bcb065;
	}
	.contentArea a:active {
		text-decoration: none;
		color: #dddaa5;
	}
	
	.contentArea .h1 {
		font:bold 24px georgia;
		color:#bcb065;
	}

	.photo-item {
		width:85px;
		padding:9px 11px 0px 0px;
		margin:0px;
		float:left;
	}
	
	.ringTone {
		width:400px;
		clear:both;
		font-size:12px;
		height:14px;
		padding:2px 0px 0px 0px;
	}
	
	.ringtoneTitle {
		float:left;
		width:200px;
	}
	.ringtoneNumber {
		float:left;
		width:70px;
	}
	
	.music-item {
	width:358px;
	padding:0px;
	margin-bottom:10px;
	float:left;
	}
	.music-title {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#A1AFB2;
	padding-bottom:6px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:300px;
		float:left;
	}
	#mediaPlayer {
		width:300px; height:600px;
		background:url(images/bg_mp.jpg) #363426;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	rightCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#rightCol {
		width:565px;
		padding:23px 23px 20px 23px;
		margin:0px 0px 0px 315px;
		background:url(images/content_bg.gif) repeat-y top right #363426;
	}
	
	#rightCol #contentHolder {
		width:468px;
		float:left;
	}
	
	#rightBar {
		width:75px;
		float:right;
	}
	
	#rightBar .fans {
		width:75px;
		height:75px;
		margin:0px 0px 2px 0px;
		background:#6a6046;
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		width:932px;
		height:123px;
		margin:5px 0px 8px 0px; padding:14px;
		background:#000000;
		color:#ffffff;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	}
	.bump2 {
	float:left;
	padding:3px 15px 7px 15px;
  	}
	#footer #links {
		margin:18px 0px 0px 0px;
	}
	#footer .leaderboardHolder {
		padding:5px 0px 0px 0px;
	}
		#footer a:link, #footer a:active, #footer a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		#footer a:hover {
			color:#ffffff;
		}
		
	.seemoref {
  		float:right;
		margin:0px 10px;
  	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	banner Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.leaderboard {
		width:728px; height:90px;
		background:#8d8d8d;
		display:none; 
	}
	
	.leaderboardSmall {
		width:468px; height:60px;
		background:#8d8d8d;
		margin:0px 24px 3px 0px;
		 display:none; 
	}
	
	.rect_med {
		width:300px; height:250px;
		background:#8d8d8d;
		  
	}
	.skyscraper {
		width:160px; height:600px;
		background:#8d8d8d;
	}
	
	#uniBar .leaderboard {
		margin:7px 0px;
	}
	#leftCol .rect_med {
		margin:14px 0px 0px 0px;
	}	
	#skyscraperHolder {
		width:160px;
		position:absolute;
		top:482px; left:50%;
		margin:0px 0px 0px 495px; padding:0px;
		 display:none; 
	} 
	
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Photo Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.photoThumb {
		width:83px;
		height:83px;
		margin:0px 10px 5px 0px;
		display:block;
		float:left;
	}
	.photoThumb a.photo8:link, .photoThumb a.photo8:active, .photoThumb a.photo8:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo8_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo8:hover {
				background:url(images/photo8_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo7:link, .photoThumb a.photo7:active, .photoThumb a.photo7:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo7_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo7:hover {
				background:url(images/photo7_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo6:link, .photoThumb a.photo6:active, .photoThumb a.photo6:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo6_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo6:hover {
				background:url(images/photo6_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo5:link, .photoThumb a.photo5:active, .photoThumb a.photo5:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo5_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo5:hover {
				background:url(images/photo5_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo4:link, .photoThumb a.photo4:active, .photoThumb a.photo4:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo4_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo4:hover {
				background:url(images/photo4_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo3:link, .photoThumb a.photo3:active, .photoThumb a.photo3:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo3_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo3:hover {
				background:url(images/photo3_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo2:link, .photoThumb a.photo2:active, .photoThumb a.photo2:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo2_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo2:hover {
				background:url(images/photo2_thumb.jpg) no-repeat 0px -83px;
		}
	.photoThumb a.photo1:link, .photoThumb a.photo1:active, .photoThumb a.photo1:visited {
				width:83px; height:83px;
				display:block;
				background:url(images/photo1_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo1:hover {
				background:url(images/photo1_thumb.jpg) no-repeat 0px -83px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Show Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#date {
		width:75px;
		border-right:1px #979797 solid;
		float:left;
		display:block;
		margin-right:10px;
	}
	#city {
		width:130px;
		border-right:1px #979797 solid;
		float:left;
		display:block;
		margin-right:10px;
	}
	#venue {
		width:180px;
		float:left;
		display:block;
	}
	#shows tr.showline td{
		padding:3px 0px 3px 0px;
		border-bottom:1px #FFFFFF solid ;
		}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Extra Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.wallpaper {
  		width:150px;
		text-align:center;
  		height:150px;
  		margin:0px 2px 2px 0px;
		float:left;
		display:block;
	}
	.buddyicon {
  		width:50px;
  		height:50px;
  		margin:0px 5px 0px 0px;
		float:left;
		display:block;
	}
	
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Video Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#flv {
		width:320px;
		height:240px;
	}
	
	#myspace {
		height:25px;
		display:inline;
		float:left;
		}

	#myspacetext{
		display:block;
		margin:6px 0px 0px 30px;
		}

