@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - UMRG HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		umrg_homeScratch.css
	Date:			Mar 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	body {
		background:#1e2325 url(../images/template/bg.jpg) repeat-x 0px -64px;
		margin:0;
	}
		
	
	#main {
		/*background:#1e2325;*/
		width:960px;
		margin:0 auto; padding:0 15px;
	}
	.alt {
		text-indent:-3000px;
		display:block;
		font:normal 2px Arial, Helvetica, sans-serif;
		line-height:2px;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	a:link, a:visited {
		text-decoration:none;
	}
		a:active {
			color:#22c4db;
		}
		a:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	#mainOuter {
		background:#1e2325 url(../images/template/navBG.jpg) 0 -42px repeat-x;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBar {
		width:960px;
		height:58px;
		background: url(../images/template/homenav_bg.gif) top left repeat-x;
		margin:0; padding:0;
		text-align:center;
		border:0;
	}
		#navBar ul {
			list-style:none;
			margin:0; padding:0;
			display:inline;
		}
		#navBar ul li {
			margin:0; padding:0;
			float:left;
		}
		#navBar li a.Active {
			background-position:0px -58px !important;
		}
		
		/* navHome */
		#navBar li.home {
			width:137px;
		}
			#navBar li.home a:link, #navBar li.home a:active, #navBar li.home a:visited {
				width:137px; height:58px;
				display:block;
				background:url(../images/template/navHome_bg.gif) no-repeat top;
			}
				#navBar li.home a:hover {
					background-position: 0px -58px;
				}
				
		/* navVideos */
		#navBar li.videos {
			width:94px;
		}
			#navBar li.videos a:link, #navBar li.videos a:active, #navBar li.videos a:visited {
				width:94px; height:58px;
				display:block;
				background:url(../images/template/navVideos_bg.gif) no-repeat top;
			}
				#navBar li.videos a:hover {
					background-position: 0px -58px;
				}
			
		/* navArtists */
		#navBar li.artists {
			width:101px;
		}
			#navBar li.artists a:link, #navBar li.artists a:active, #navBar li.artists a:visited {
				width:101px; height:58px;
				display:block;
				background: url(../images/template/navArtists_bg.gif) no-repeat top;
			}
				#navBar li.artists a:hover {
					background-position: 0px -58px;
				}
			
		/* navReleases */
		#navBar li.releases {
			width:158px;
		}
			#navBar li.releases a:link, #navBar li.releases a:active, #navBar li.releases a:visited {
				width:158px; height:58px;
				display:block;
				background: url(../images/template/navReleases_bg.gif) no-repeat top;
			}
				#navBar li.releases a:hover {
					background-position: 0px -58px;
				}
				
		/* navMusic */
		#navBar li.music {
			width:78px;
		}
			#navBar li.music a:link, #navBar li.music a:active, #navBar li.music a:visited {
				width:78px; height:58px;
				display:block;
				background: url(../images/template/navMusic_bg.gif) no-repeat top;
			}
				#navBar li.music a:hover {
					background-position: 0px -58px;
				}
				
		/* navNews */
		#navBar li.news {
			width:85px;
		}
			#navBar li.news a:link, #navBar li.news a:active, #navBar li.news a:visited {
				width:85px; height:58px;
				display:block;
				background:url(../images/template/navNews_bg.gif) no-repeat top;
			}
				#navBar li.news a:hover {
					background-position: 0px -58px;
				}
			
		/* navTour */
		#navBar li.tours {
			width:106px;
		}
			#navBar li.tours a:link, #navBar li.tours a:active, #navBar li.tours a:visited {
				width:106px; height:58px;
				display:block;
				background:url(../images/template/navTour_bg.gif) no-repeat top;
			}
				#navBar li.tours a:hover {
					background-position: 0px -58px;
				}
			
		/* navMobile */
		#navBar li.mobile {
			width:97px;
		}
			#navBar li.mobile a:link, #navBar li.mobile a:active, #navBar li.mobile a:visited {
				width:97px; height:58px;
				display:block;
				background:url(../images/template/navMobile_bg.gif) no-repeat top;
			}
				#navBar li.mobile a:hover {
					background-position: 0px -58px;
				}
			
		/* navCommunity */
		#navBar li.community {
			width:182px;
		}
			#navBar li.community a:link, #navBar li.community a:active, #navBar li.community a:visited {
				width:182px; height:58px;
				display:block;
				background:url(../images/template/navCommunity_bg.gif) no-repeat top;
			}
				#navBar li.community a:hover {
					background-position: 0px -58px;
				}
			
		/* navShop */
			#navBar a.navShop:link, #navBar a.navShop:active, #navBar a.navShop:visited {
				width:141px; height:58px;
				display:block;
				background:url(../images/template/navShop_bg.gif) no-repeat top;
			}
			#navBar a.navShop:hover, #navBar a.navShopActive {
				width:141px; height:58px;
				display:block;
				background:url(../images/template/navShop_bg.gif) no-repeat 0px -58px;
			}


/*	--------------------------------------------------------------------------------------------------------------------------
	flashArea Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#flashArea {
		height:465px;
	}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		width:940px;
		background:#1f272a url(../images/template/contentBG.jpg) repeat-x;
		margin:0 0 20px 0; padding:0px 0px 20px 20px;
	}
	.contentItem {
		margin:0 10px 0 0; 
		float:left;
		width:280px; height:238px;
		background:#1a2326;
		padding:12px 0 0 20px;
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#819196;
	}
	
	#contentSpace .adHolder {
		width:300px;
		height:250px;
		float:left;
		margin:0 10px 0 0;
	}
	
	#contentSpace .leaderboard {
		width:728px; height:132px;
		margin:26px auto;
	}
		#contentSpace .leaderboard a.discover {
				width:728px; height:38px;
				margin:4px 0 0;
				background:#868686 url(../images/tunecore.jpg) 0 0 no-repeat;
				display:block;
		}
	

/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		margin:25px 20px 0 0;
	}
		

