@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:url(images/mainBg.jpg) no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		
	}
	
	.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 20px 32px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	uniBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#uniBar {
		width:960px;
		height:23px;
		margin:8px 0px 5px 0px; /*padding:5px 15px 9px 15px;*/
		background:url(images/topbar.gif);
		color:#ffffff;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		overflow:hidden;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	header / nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header {
		width:960px; height:300px;
		margin-top:1px;
	
	}
	img.flash{
		display:block;
		
	}
	#navBar {
		width:960px; height:35px;
		background-image:url(images/navbar_bg.gif);
		font:bold 14px Arial, Helvetica, sans-serif;
	}
			
				
		#navBar a.navHome:link, #navBar a.navHome:active, #navBar a.navHome:visited {
				width:48px; height:35px;
				margin:0px 0px 0px 54px;
				display:inline;
				float:left;
				background:url(images/navHome.gif) no-repeat top;
			}
		#navBar a.navHome:hover {
				background:url(images/navHome.gif) no-repeat 0px -35px;
				
		}
		
		
		
		#navBar a.navPhotos:link, #navBar a.navPhotos:active, #navBar a.navPhotos:visited {
				width:62px; height:35px;
				display:inline;
				background:url(images/navPhotos.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
			}
		#navBar a.navPhotos:hover {
				background:url(images/navPhotos.gif) no-repeat 0px -35px;
		}
		
		
		#navBar a.navBio:link, #navBar a.navBio:active, #navBar a.navBio:visited {
				width:28px; height:35px;
				display:inline;
				background:url(images/navBio.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
			}
		#navBar a.navBio:hover {
				background:url(images/navBio.gif) no-repeat 0px -35px;
		}
		
		
		#navBar a.navShows:link, #navBar a.navShows:active, #navBar a.navShows:visited {
				width:55px; height:35px;
				display:inline;
				background:url(images/navShows.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
			}
		#navBar a.navShows:hover {
				background:url(images/navShows.gif) no-repeat 0px -35px;
		}
		
		
		#navBar a.navExtras:link, #navBar a.navExtras:active, #navBar a.navExtras:visited {
				width:59px; height:35px;
				display:inline;
				background:url(images/navExtras.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
			}
		#navBar a.navExtras:hover {
				background:url(images/navExtras.gif) no-repeat 0px -35px;
		}
		
		
		#navBar a.navVideos:link, #navBar a.navVideos:active, #navBar a.navVideos:visited {
				width:135px; height:35px;
				display:inline;
				background:url(images/navVideos.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
			}
		#navBar a.navVideos:hover {
				background:url(images/navVideos.gif) no-repeat 0px -35px;
		}
		
		
		#navBar a.navLinks:link, #navBar a.navLinks:active, #navBar a.navLinks:visited {
				width:95px; height:35px;
				display:inline;
				background:url(images/navLinks.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
		}
				#navBar a.navLinks:hover {
				background:url(images/navLinks.gif) no-repeat 0px -35px;
		}
		
				#navBar a.navContact:link, #navBar a.navContact:active, #navBar a.navContact:visited {
				width:95px; height:35px;
				display:inline;
				background:url(images/navContact.gif) no-repeat top;
				margin:0px 0px 0px 28px;
				float:left;
		}
				#navBar a.navContact:hover {
				background:url(images/navContact.gif) no-repeat 0px -35px;
		}


		
		
		
		
		/*	nav link Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#navBar ul a:link, #navBar ul a:active, #navBar ul a:visited {
				color:#ae9753;
				text-decoration:none;
			}
			#navBar ul a:hover {
				color:#ff7800;
			}
			
			

/*	--------------------------------------------------------------------------------------------------------------------------
	contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#contentSpace {
		width:960px;
		margin-top:4px;
		padding-bottom:20px;
		background:#1e307c;
		display:table; 
	}
	
	.contentArea {
		width:568px;
		padding:10px 0px 10px 0px;
		margin:0px 0px 3px 10px;
		font:12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		display:table;
	}
	.contentPages {
		width:568px;
		height:13px;
		padding:5px 30px 5px 30px;
		margin:0px 0px 0px 24px;
		background:#ff5758;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		color:#ffffff;
		display:table;
	}
	

	.tribute_on_ice_box
	{
	width: 468px;
	padding: 2px 0px 0px 0px;

	
	}
	
	.tribute_on_ice_image
	{

	
	float: left; 
	width: 182px;
	margin:5px 5px 5px 0px;
	border-width: 3px;
    border-color: #1e307c;
    border-style: solid;
	padding: 2px 2px 0px 2px;


	}
	.tribute_on_ice_text
	{
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 5px 0px 0px 0px;
	}


	.contentArea .file {
		font:9px Verdana, Arial, Helvetica, sans-serif;
		color:#fffff;
	}
	
	.contentArea a:link {
		color: #ffffff;
		text-decoration: none;
	}
	.contentArea a:visited {
		text-decoration: none;
		color: #ffffff;
	}
	.contentArea a:hover {
		text-decoration: underline;
		color: #fef200;
	}
	.contentArea a:active {
		text-decoration: none;
		color: #dddaa5;
	}
	
	.contentArea .h1 {
		font:bold 24px georgia;
		color:#ffffff;
	}
	.contentArea .h2 {
		font:bold 17px georgia;
		color:#ffffff;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:300px;
		float:left;
		margin:15px 0px 0px 15px;
		display:inline;
		font-size:12px;
		color:#FFFFFF;
	}
	#mediaPlayer {
		width:300px; height:600px;
		background:url(images/bg_mp.jpg);
	}
	#leftContent{
		width:270px;
		background:#2f4ab4;
		padding:10px 15px 10px 15px;
		margin-top:15px;
		display:table;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	rightCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#rightCol {
		width:614px;
		margin:15px 0px 0px 15px;
		background:url(images/right_bg.jpg) #04103e no-repeat;
		float:left;
	}
	
	#rightCol #contentHolder {
		width:580px;
		margin:24px 0px 0px 24px;
		background:#2f4ab4;
		
	}
	
	#rightBar {
		width:75px;
		
	}
	
	#rightBar .fans {
		width:75px;
		height:75px;
		margin:0px 0px 2px 0px;
		background:#b0a963;
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	#footer {
		width:960px;
		height:138px;
		margin:5px 0px 0px 0px; 
		background:#1e307c;
		color:#ffffff;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		display:table;
		line-height:15px;
  	}
	#footer #links {
		margin:0px 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:#fffaa		
}
*/		
	
/*	--------------------------------------------------------------------------------------------------------------------------
	banner Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.leaderboard {
		width:728px; height:90px;
		background:#fef76c;
		margin:0px 0px 0px 15px;
		display:none; 
	}
	
	.leaderboardSmall {
		width:468px; height:60px;
		background:#73633a;
		margin:0px 24px 3px 0px;
		display:none;
	}
	
	.rect_med {
		width:300px; height:250px;
		background:#73633a;
		display:none;
	}
	.skyscraper {
		width:160px; height:600px;
		background:#73633a;
	}
	
	#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;
	} 
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	News Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	img.newsHeader{
		margin-bottom:10px;
	}
	.newsHeader1{
		margin:0px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:18px;
	}
	.newsHeader2{
		margin:0px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:14px;
	}
	#news{
	}
	#album{
		width:199px;
		height:240px;
		margin-bottom:25px;
	}
	a.pre:link, a.pre:active, a.pre:visited {
				width:189px; height:58px;
				display:block;
				background:url(http://www.frankievallifourseasons.com/images/preorder.gif) no-repeat top;
				margin:0px 0px 0px 0px;
				float:left;
			}
		a.pre:hover {
				background:url(http://www.frankievallifourseasons.com/images/preorder.gif) no-repeat 0px -58px;
		}
	#news h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin:15px 0px 5px 0px;
	}
	
	#news h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	margin:0px 0px 15px 0px;
	}
	
	
	/*	--------------------------------------------------------------------------------------------------------------------------
	Bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	img.bioHeader{
		margin-bottom:10px;
	}
	img.bioImg{
		margin-bottom:13px;
	}
	.tlDate{
		width:40px;
		float:left;
		margin-bottom:8px;
	}
	.tlDetail{
		width:230px;
		float:left;
		margin-bottom:8px;
	}
	
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Photo Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	img.photosHeader{
		margin-bottom:10px;
	}
	.photoThumb {
		width:99px;
		height:75px;
		background-color:#FFFFFF;
		margin:0px 2px 5px 0px;
		display:block;
		float:left;
	}
	.photoThumb a.photo8:link, .photoThumb a.photo8:active, .photoThumb a.photo8:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo8_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo8:hover {
				background:url(images/photo8_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo7:link, .photoThumb a.photo7:active, .photoThumb a.photo7:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo7_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo7:hover {
				background:url(images/photo7_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo6:link, .photoThumb a.photo6:active, .photoThumb a.photo6:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo6_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo6:hover {
				background:url(images/photo6_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo5:link, .photoThumb a.photo5:active, .photoThumb a.photo5:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo5_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo5:hover {
				background:url(images/photo5_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo4:link, .photoThumb a.photo4:active, .photoThumb a.photo4:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo4_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo4:hover {
				background:url(images/photo4_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo3:link, .photoThumb a.photo3:active, .photoThumb a.photo3:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo3_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo3:hover {
				background:url(images/photo3_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo2:link, .photoThumb a.photo2:active, .photoThumb a.photo2:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo2_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo2:hover {
				background:url(images/photo2_thumb.jpg) no-repeat 0px -75px;
		}
	.photoThumb a.photo1:link, .photoThumb a.photo1:active, .photoThumb a.photo1:visited {
				width:99px; height:75px;
				display:block;
				background:url(images/photo1_thumb.jpg) no-repeat top;
			}
		.photoThumb a.photo1:hover {
				background:url(images/photo1_thumb.jpg) no-repeat 0px -75px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Show Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	img.showsHeader{
		margin-bottom:10px;
	}
	
	#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 ;
		}
	
	#tourSpace{
	}
	
	#tourSpace h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin:0px 0px 5px 0px;
	}
	
	#tourSpace h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	margin:0px 0px 15px 0px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Extra Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.wallpaper {
  		width:140px;
		text-align:center;
  		height:105px;
  		margin:0px 2px 47px 0px;
		float:left;
		display:block;
	}
	.buddyicon {
  		width:50px;
  		height:50px;
  		margin:3px 5px 0px 0px;
		float:left;
		display:block;
	}
	

/*	--------------------------------------------------------------------------------------------------------------------------
	Ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	img.ringtonesHeader{
		margin-bottom:10px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Community Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.myspaceLink {
		width:250px;
		height:35px;
		margin:0px 0px 0px 0px;
		display:block;
	}
	.myspaceLink a.myspace:link, .myspaceLink a.myspace:active, .myspaceLink a.myspace:visited {
		width:246px; height:32px;
		display:block;
		background:url(images/myspace_logo.gif) no-repeat top;
	}
	.myspaceLink a.myspace:hover {
		background:url(images/myspace_logo.gif) no-repeat 0px -32px;
	}
	.myspaceLink a.myspace2:link, .myspaceLink a.myspace2:active, .myspaceLink a.myspace2:visited {
		width:365px; height:32px;
		display:block;
		background:url(images/myspace_logo2.gif) no-repeat top;
	}
	.myspaceLink a.myspace2:hover {
		background:url(images/myspace_logo2.gif) no-repeat 0px -32px;
	}
		
		
	/*	--------------------------------------------------------------------------------------------------------------------------
	Video Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#flv {
		width:320px;
		height:240px;
	}
	.promo {
	width:320px;
	float:left;
	}
	#promolist {
		float:left;
		width:80px;
		padding-left:5px;
	}
	.push {
	vertical-align:middle;
	}
		
	.green{
		color:#53803a;
		}
	.green2 {
	color:#375d13;
	}
	#ringtones a:hover{
		color:#375d13;
		}
	#myspace {
		height:25px;
		display:inline;
		float:left;
		}
	#myspacetext{
		display:block;
		margin:6px 0px 0px 30px;
		}