@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - UMRG BASE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		umrg_base.css
	Date:			Mar 08, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	 @import url("/css/umrg_contentItems.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background:#1e2325;
		margin:0;
	}
	.alt {
		text-indent:-3000px;
		display:block;
		font:normal 2px Arial, Helvetica, sans-serif;
	}
	.altText {
		display:block;
		width:0; height:0;
		overflow:hidden;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
		overflow:hidden;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}	
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	#mainOuter {
		background:#1e2325 url(../images/template/navBG.jpg) 0 350px repeat-x;
	}
	#main {
		width:960px;
		margin:0 auto; padding:0;
	}
	a:link, a:visited {
		text-decoration:none;
		color:#1f7c8a;
	}
		a:active {
			color:#22c4db;
		}
		a:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	img, a.btnPlay, .stars { 
		behavior: url("css/iepngfix.htc"); 
	}
	form {
		margin:0; padding:0;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	uniBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.uniBar {
		width:930px; height:20px;
		padding:12px 0 0 0; margin:0px auto;
		background:#1e2325;
		color:#737b7a;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		border-bottom:1px solid #69706f;
	}
	.uniBar a:link, .uniBar a:visited {
		color:#737b7a;
		text-decoration:none;
	}
		.uniBar a:hover {
			color:#ffffff;
			text-decoration:underline;
		}
		.uniBar a:active {
			color:#22c4db;
			text-decoration:none;
		}
	.uniBar .breadcrumbs {
		width:500px;
		float:left;
	}
	.uniBar .userStatus {
		width:430px;
		float:right;
		text-align:right;
	}
		.uniBar .userStatus a.user:link, .uniBar .userStatus a.user:active, .uniBar .userStatus a.user:visited {
			color:#22c4db;
			margin:0 32px 0 0;
		}
			.uniBar .userStatus a.user:hover {
				color:#ffffff;
			}
		.uniBar .userStatus a.arrow:link, .uniBar .userStatus a.arrow:active, .uniBar .userStatus a.arrow:visited {
			margin:0 0 0 6px; padding:0 0 0 6px;
			background:url(../images/template/bullet_arrow.gif) no-repeat 0 4px;
		}
			.uniBar .userStatus a.arrow:hover {
			
			}
	.uniBar span {
		color:#22c4db;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	leaderBoard Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.leaderBoard {
		width:930px; height:100px;
		margin:9px auto 0 auto;
		border-bottom:1px solid #69706f;
	}
		.leaderBoard a.logo:link, .leaderBoard a.logo:active, .leaderBoard a.logo:visited {
			width:200px; height:90px;
			display:block;
			margin:0 1px 0 0;
			background:url(../images/template/universalmotownLB.jpg) no-repeat top left;
			float:left;
		}
			.leaderBoard a.logo:hover {
				background-position:bottom left;
			}
		.leaderBoard .adHolder {
			width:728px; height:90px;
			background:#fff;
			float:right;
		}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBar {
		width:930px; height:53px;
		margin:0 auto; padding:0;
		text-align:center;
		border-bottom:1px solid #157b8a;
		background:#1e2325;
	}
		#navBar ul {
			list-style:none;
			margin:0; padding:0;
		}
		#navBar ul li {
			height:53px;
			margin: 0 33px 0 0; padding:0;
			float:left;
		}
		#navBar li a.Active {
			background-position:left bottom !important;
		}
		
		/* navHome */
		#navBar li.home {
			width:50px;
		}
			#navBar li.home a:link, #navBar li.home a:active, #navBar li.home a:visited {
				width:50px; height:53px;
				display:block;
				background:url(../images/template/navHome.png) no-repeat top;
			}
				#navBar li.home a:hover {
					background-position: 0px -53px;
				}
			
		/* navVideos */
		#navBar li.videos {
			width:64px;
		}
			#navBar li.videos a:link, #navBar li.videos a:active, #navBar li.videos a:visited {
				width:64px; height:53px;
				display:block;
				background:url(../images/template/navVideos.png) no-repeat top;
			}
				#navBar li.videos a:hover {
					background-position: 0px -53px;
				}
			
		/* navArtists */
		#navBar li.artists {
			width:73px;
		}
			#navBar li.artists a:link, #navBar li.artists a:active, #navBar li.artists a:visited {
				width:73px; height:53px;
				display:block;
				background:url(../images/template/navArtists.png) no-repeat top;
			}
				#navBar li.artists a:hover {
					background-position: 0px -53px;
				}
			
			
		/* navReleases */
		#navBar li.releases {
			width:137px;
		}
			#navBar li.releases a:link, #navBar li.releases a:active, #navBar li.releases a:visited {
				width:137px; height:53px;
				display:block;
				background:url(../images/template/navNewReleases.png) no-repeat top;
			}
				#navBar li.releases a:hover {
					background-position: 0px -53px;
				}
				
		/* navMusic*/
		#navBar li.music {
			width:55px;
		}
			#navBar li.music a:link, #navBar li.music a:active, #navBar li.music a:visited {
				width:55px; height:53px;
				display:block;
				background:url(../images/template/navMusic.png) no-repeat top;
			}
				#navBar li.music a:hover {
					background-position: 0px -53px;
				}
		/* navNews */
		#navBar li.news {
			width:49px;
		}
			#navBar li.news a:link, #navBar li.news a:active, #navBar li.news a:visited {
				width:49px; height:53px;
				display:block;
				background:url(../images/template/navNews.png) no-repeat top;
			}
				#navBar li.news a:hover {
					background-position: 0px -53px;
				}
			
		/* navTour */
		#navBar li.tours {
			width:76px;
		}
			#navBar li.tours a:link, #navBar li.tours a:active, #navBar li.tours a:visited {
				width:76px; height:53px;
				display:block;
				background:url(../images/template/navOnTour.png) no-repeat top;
			}
				#navBar li.tours a:hover {
					background-position: 0px -53px;
				}
			
		/* navMobile */
		#navBar li.mobile {
			width:66px;
		}
			#navBar li.mobile a:link, #navBar li.mobile a:active, #navBar li.mobile a:visited {
				width:66px; height:53px;
				display:block;
				background:url(../images/template/navMobile.png) no-repeat top;
			}
				#navBar li.mobile a:hover {
					background-position: 0px -53px;
				}
			
			
		/* navCommunity */
		#navBar li.community {
			width:106px;
		}
			#navBar li.community a:link, #navBar li.community a:active, #navBar li.community a:visited {
				width:106px; height:53px;
				display:block;
				background:url(../images/template/navCommunity.png) no-repeat top;
			}
				#navBar li.community a:hover {
					background-position: 0px -53px;
				}
			
		/* 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;
			}
			

/*	--------------------------------------------------------------------------------------------------------------------------
	flashLead Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#flashLead {
		width:930px;
		margin:0 auto; padding:0;
		font:normal 9px Arial, Helvetica, sans-serif;
		color:#9ec1c7;
	}
		#flashLead .titleSpace {
			padding:0 10px;
		}
		#flashLead h1 {
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#5ac6f1;
			margin:0; padding:0;
		}
		#flashLead ul.menu {
			margin:1px 0 16px 0; padding:12px 0 0 10px;
			list-style:none;
			display:block;
			width:920px; height:22px;
			background:#202a2c;
		}
			#flashLead ul.menu li {
				margin:0 10px 0 0; padding:0;
				float:left;
			}
			#flashLead ul.menu li a:link, #flashLead ul li a:visited {
				text-decoration:none;
				color:#9ec1c7;
			}
				#flashLead ul.menu li a:active {
					color:#22c4db;
				}
				#flashLead ul.menu li a:hover {
					color:#ffffff;
				}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	flashArea Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#flashArea {
		height:450px;
	}
	
	#social{
		position:absolute;
		margin-top:10px;
		margin-left:30px;
		color:#737b7a;
		font: 9px Arial, Helvetica, sans-serif;
	}
	
	#stext{
		float:left;
		margin-top:11px;
		margin-right:3px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		width:930px;
		background:#1f272a url(/images/template/contentBG.jpg) repeat-x;
		margin:0; padding:0 15px 16px 15px;
	}
	#colHolder {
		width:930px;
		margin:0 0 55px 0;
		background: url(/images/template/colHolderBG.gif);
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol {
		width:300px;
		margin:0 0 -16px 14px; padding:0;
		float:left;
	}
		#sideCol .holder {
			background:#191f22;
			margin:0 0 16px 0; padding: 16px 16px 0 16px;
		}
			#sideCol .holder .content {
				width:248px;
				background:#1a2326;
				margin:0 0 16px 0; padding:10px;
			}		
		
		#sideCol .adHolder {
			width:300px; height:250px;
			background:#868686;
			margin: 25px 0 16px 0;
		}
		
	
	/*	buttons1 & buttons2 // list of buttons side by side
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#sideCol ul.buttons1 {
			list-style:none;
			margin:0; padding:0;
			width:150px;
			float:left;
		}
			#sideCol ul.buttons1 li {
				margin:0; padding:1px 0 0 0;
				height:12px;
				font:normal 2px Arial, Helvetica, sans-serif;
				line-height:4px;
			}
		#sideCol ul.buttons2 {
			list-style:none;
			margin:2px 0 0 18px; padding:0;
			width:80px;
			float:left;
		}
			#sideCol ul.buttons2 li {
				margin:0 0 9px 0; padding:1px 0 0 0;
				height:12px;
				font:normal 2px Arial, Helvetica, sans-serif;
				line-height:4px;
			}

	
	/*	membership
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#sideCol #membership {
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#819196;
		}
			#membership h2 {
				color:#7095a1;
				font:bold 13px Arial, Helvetica, sans-serif;
			}
			#membership h3#notSignedIn {
				width:121px; height:10px;
				margin:0 1px 0 0; padding:0;
				float:left;
				display:block;
				background:url(../images/template/hdr_notLoggedIn.gif) 0 1px no-repeat;
			}
			#membership .logInBtn {
				width:37px; height:14px;
				float:left;
			}
			#membership .formHolder {
				margin:9px 0;
			}
				#membership .formHolder .txtBox {
					background:#565e60;
					width:135px; height:16px;
					border:1px solid #565e60; 
					margin:0 10px 0 0; padding:2px 1px 0 1px;
					font:normal 9px Verdana, Arial, Helvetica, sans-serif;
					color:#171d20;
					display:block;
					float:left;
				}
				#membership .formHolder .joinBtn {
					width:35px; height:17px;
					display:block;
					float:left;
					margin:2px 0 0 0; padding:0;
				}
			#membership .optionsBox {
				margin:13px 0 0 0;
			}
			#membership a.membershipLinks:link, #membership a.membershipLinks:visited {
				color:#4b717b;
				font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
				padding:1px 0 0 1px;
			}
				#membership a.membershipLinks:active {
					color:#22c4db;
				}
				#membership a.membershipLinks:hover {
					color:#ffffff;
					text-decoration:underline;
				}



/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:566px;
		padding:25px;
		float:left;
	}

	/*	entries
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #entries {
			width:566px;
			float:none; clear:both;
		}
			#mainCol #entries h1 {
				margin:0 0 14px 0; padding:0;
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#55626a;
				width:494px; float:left;
			}
			#mainCol #entries .rssBtn {
				float:left;
			}
			#mainCol #entries .item {
				width:508px;
				background:#1f2324;
				margin:0 0 1px 0; padding:19px 29px 22px 29px;
				color:#9aa5a8;
				font:normal 13px Arial, Helvetica, sans-serif;
			}
				#mainCol #entries .item span.date {
					color:#565e60;
					font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				}
				#mainCol #entries .item h3 {
					color:#22c4db;
					font:normal 25px Arial, Helvetica, sans-serif;
					line-height:25px;
					margin:6px 0 20px 0; padding:0;
				}
				#mainCol #entries .item .copy {
					width:453px;
					margin:20px 0 18px 0; padding:0;
				}
				#mainCol #entries .item a:link, #mainCol #entries .item a:visited {
					color:#1f7c8a;
				}
					#mainCol #entries .item a:active {
					
					}
					#mainCol #entries .item a:hover {
						color:#ffffff;
					}
				#mainCol #entries .item a.more:link, #mainCol #entries .item a.more:visited {
					color:#1f7c8a;
					text-decoration:none;
					font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				}
					#mainCol #entries .item a.more:active {
					
					}
					#mainCol #entries .item a.more:hover {
						color:#ffffff;
					}
					

	/*	buttons1 & buttons2 // list of buttons side by side
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol ul.buttons {
			list-style:none;
			margin:0; padding:0;
		}
			#mainCol ul.buttons li {
				margin:0; padding:1px 0 0 0;
				height:12px;
				font:normal 2px Arial, Helvetica, sans-serif;
				line-height:4px;
			}
		#mainCol ul.buttons1 {
			list-style:none;
			margin:0; padding:0;
			width:340px;
			float:left;
		}
			#mainCol ul.buttons1 li {
				margin:0; padding:1px 0 0 0;
				height:12px;
				font:normal 2px Arial, Helvetica, sans-serif;
				line-height:4px;
			}
		#mainCol ul.buttons2 {
			list-style:none;
			margin:2px 0 0 18px; padding:0;
			width:80px;
			float:left;
		}
			#mainCol ul.buttons2 li {
				margin:0 0 9px 0; padding:1px 0 0 0;
				height:12px;
				font:normal 2px Arial, Helvetica, sans-serif;
				line-height:4px;
			}
		
		#mainCol ul.buttons1 a.btnLeaveComment:link, #mainCol ul.buttons1 a.btnLeaveComment:active, #mainCol ul.buttons1 a.btnLeaveComment:visited {
			width:100px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_leaveComment.gif) 0 0 no-repeat;
		}
			#mainCol ul.buttons1 a.btnLeaveComment:hover {
				background:url(../images/template/mcBtn_leaveComment.gif) 0 -14px no-repeat;
			}
		#mainCol ul.buttons1 a.btnSendToFriend:link, #mainCol ul.buttons1 a.btnSendToFriend:active, #mainCol ul.buttons1 a.btnSendToFriend:visited {
			width:88px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_sendToFriend.gif) 0 0 no-repeat;
		}
			#mainCol ul.buttons1 a.btnSendToFriend:hover {
				background:url(../images/template/mcBtn_sendToFriend.gif) 0 -14px no-repeat;
			}
		#mainCol ul.buttons1 a.btnMoreFromBlogger:link, #mainCol ul.buttons1 a.btnMoreFromBlogger:active, #mainCol ul.buttons1 a.btnMoreFromBlogger:visited {
			width:140px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_moreFromBlogger.gif) 0 0 no-repeat;
		}
			#mainCol ul.buttons1 a.btnMoreFromBlogger:hover {
				background:url(../images/template/mcBtn_moreFromBlogger.gif) 0 -14px no-repeat;
			}
		#mainCol a.btnGetItNow:link, #mainCol a.btnGetItNow:active, #mainCol a.btnGetItNow:visited {
			width:66px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_getItNow.gif) 0 0 no-repeat;
		}
			#mainCol a.btnGetItNow:hover {
				background:url(../images/template/mcBtn_getItNow.gif) 0 -14px no-repeat;
			}
		#mainCol a.btnWatchItNow:link, #mainCol a.btnWatchItNow:active, #mainCol a.btnWatchItNow:visited {
			width:82px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_watchItNow.gif) 0 0 no-repeat;
		}
			#mainCol a.btnWatchItNow:hover {
				background:url(../images/template/mcBtn_watchItNow.gif) 0 -14px no-repeat;
			}
		#mainCol a.btnMoreFromArtist:link, #mainCol a.btnMoreFromArtist:active, #mainCol a.btnMoreFromArtist:visited {
			width:130px; height:12px;
			margin:0; padding:0;
			display:block;
			background:url(../images/template/mcBtn_moreFromArtist.gif) 0 0 no-repeat;
		}
			#mainCol a.btnMoreFromArtist:hover {
				background:url(../images/template/mcBtn_moreFromArtist.gif) 0 -14px no-repeat;
			}

	/*	pager
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol .pager {
			margin:2px 0 0 0;
			padding:10px 16px 12px 16px;
			background:#151717;
			width:534px;
		}
		#mainCol .pager ul {
			list-style:none;
			margin:0 12px 0 0; padding:0;
			float:left;
		}
			#mainCol .pager ul li {
				height:14px;
				margin:1px; padding:0;
				float:left;
				display:inline;
			}
				#mainCol .pager ul li a.prev:link, #mainCol .pager ul li a.prev:visited, #mainCol .pager ul li a.prev:active {
					width:14px; height:14px;
					margin:4px 0 0 0; padding:0;
					display:block;
					background:url(../images/template/btn_prev.gif) 0px 0px no-repeat;
				}
					#mainCol .pager ul li a.prev:hover {
						background:url(../images/template/btn_prev.gif) 0px -14px no-repeat;
					}
				#mainCol .pager ul li a.next:link, #mainCol .pager ul li a.next:visited, #mainCol .pager ul li a.next:active {
					width:14px; height:14px;
					margin:4px 0 0 0; padding:0;
					display:block;
					background:url(../images/template/btn_next.gif) 0px 0px no-repeat;
				}
					#mainCol .pager ul li a.next:hover {
						background:url(../images/template/btn_next.gif) 0px -14px no-repeat;
					}
				#mainCol .pager ul li a:link, #mainCol .pager ul li a:visited {
					padding:1px 4px; margin:0;
					display:block;
					background:#454c4e;
					color:#151717;
					font:bold 9px Verdana, Arial, Helvetica, sans-serif;
					line-height: 10px;
					text-align:center;
					display:inline;
				}
					#mainCol .pager ul li a:hover {
						color:#ffffff;
						text-decoration:underline;
					}
					#mainCol .pager ul li a:active {
						color:#22c4db;
					}
				#mainCol .pager ul li a.current:link, #mainCol .pager ul li a.current:visited {
					background:#384c4d;
				}
		#mainCol .pager .count {
			float:left;
			width:159px;
			margin:5px 0 0 0;
			font:bold 9px Verdana, Arial, Helvetica, sans-serif;
			color:#454c4e;
		}
		#mainCol .pager .rssBtn {
			margin:5px 0 0 0;
			float:left;
		}
		

	/*	formBox
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainCol #formBox {
			width:566px;
		}
			#mainCol #formBox h2 {
				margin:0 0 14px 0; padding:0;
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#22c4db;
			}
			#mainCol #formBox .holder {
				width:504px;
				background:#16191a;
				margin:0 0 1px 0; padding:19px 31px 31px 31px;
				color:#55626a;
				font:normal 11px Arial, Helvetica, sans-serif;
			}
			#mainCol #formBox .holder input {
				height:20px;
				border:1px solid #1A2326;
				background:#565e60;
			}
			#mainCol #formBox .holder select {
				height:20px;
				border:1px solid #1A2326;
				background:#565e60;
			}
			#mainCol #formBox .holder textarea {
				border:1px solid #1A2326;
				background:#565e60;
			}
			#mainCol #formBox .holder input.commentTitle 
			{
				width:200px;
			}
			#mainCol #formBox .holder textarea.commentText {
				width:200px;
				height:100px;
			}
			#mainCol #formBox .holder .formHolder .formItem {
				margin:7px 0 0 0;
			}
			#mainCol #formBox .holder a:link, #mainCol #formBox .holder a:visited {
				color:#7095a1;
				text-decoration:none;
			}
				#mainCol #formBox .holder a:active {
					color:#22c4db;
				}
				#mainCol #formBox .holder a:hover {
					color:#ffffff;
				}


/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		
	}
		#footer .adHolder {
			width:728px; height:132px;
		}
			#footer .adHolder a.discover {
				width:728px; height:38px;
				margin:4px 0 0;
				background:#868686 url(../images/tunecore.jpg) 0 0 no-repeat;
				display:block;
			}
		#footer ul.links {
			list-style:none;
			margin:24px 0 0 0; padding:0;
			height:12px;
			font:bold 9px Verdana, Arial, Helvetica, sans-serif;
			color:#55626a;
		}
			#footer ul.links li {
				float:left;
				margin:0 12px 0 0;
			}
			#footer ul.links li a:link, #footer ul.links li a:visited {
				color:#55626a;
				text-decoration:none;
			}
				#footer ul.links li a:active {
					color:#22c4db;
				}
				#footer ul.links li a:hover {
					color:#ffffff;
					text-decoration:underline;
				}
				#footer ul.links li.uniLogo {
					width:154px; height:13px;
					margin:-3px 2px 0 0; padding:0;
					float:right;
				}
					#footer ul.links li.uniLogo a:link, #footer ul.links li.uniLogo a:visited, #footer ul.links li.uniLogo a:active {
						width:154px; height:13px;
						display:block;
						background:url(../images/template/uniLogoFooter.gif) 0 0 no-repeat;
					}
						#footer ul.links li.uniLogo a:hover {
							background:url(../images/template/uniLogoFooter.gif) 0 -13px no-repeat;
						}

	#umgLogo a:link, #umgLogo a:active, #umgLogo a:visited {
		width:136px; height:51px;
		display:block;
		background:url(../images/template/umgLogo.gif) 0 0 no-repeat;
		margin:40px auto;
	}
		#umgLogo a:hover {
			background:url(../images/template/umgLogo.gif) 0 -51px no-repeat;
		}
	
/*	button Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	a.btnStills:link, a.btnStills:active, a.btnStills:visited {
		width:81px; height:7px;
		margin:6px 0 0 164px;
		display:block;
		background:url(../images/template/btn_stills.gif) top no-repeat;
	}
		a.btnStills:hover {
			background:url(../images/template/btn_stills.gif) bottom no-repeat;
		}
	a.btnGetItNow:link, a.btnGetItNow:active, a.btnGetItNow:visited {
		width:71px; height:12px;
		margin:0; padding:0;
		display:block;
		background:url(../images/template/btn_getItNow.gif) 0 0 no-repeat;
	}
		a.btnGetItNow:hover {
			background:url(../images/template/btn_getItNow.gif) 0 -14px no-repeat;
		}
	a.btnEmailToFriend:link, a.btnEmailToFriend:active, a.btnEmailToFriend:visited {
		width:105px; height:12px;
		margin:0; padding:0;
		display:block;
		background:url(../images/template/btn_emailFriend.gif) 0 0 no-repeat;
	}
		a.btnEmailToFriend:hover {
			background:url(../images/template/btn_emailFriend.gif) 0 -14px no-repeat;
		}
	a.btnMoreFromArtist1:link, a.btnMoreFromArtist1:active, a.btnMoreFromArtist1:visited {
		width:129px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreFromArtist.gif) 0 0 no-repeat;
	}
		a.btnMoreFromArtist1:hover {
			background:url(../images/template/btn_moreFromArtist.gif) 0 -14px no-repeat;
		}
	a.btnMoreFromArtist:link, a.btnMoreFromArtist:active, a.btnMoreFromArtist:visited {
		width:129px; height:12px;
		display:block;
		margin:7px 0 0 0; padding:0;
		background:url(../images/template/btn_moreFromArtist.gif) 0 0 no-repeat;
	}
		a.btnMoreFromArtist:hover {
			background:url(../images/template/btn_moreFromArtist.gif) 0 -14px no-repeat;
		}
	a.btnMoreMusicVideos:link, a.btnMoreMusicVideos:active, a.btnMoreMusicVideos:visited {
		width:108px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreMusicVideos.gif) 0 0 no-repeat;
	}
		a.btnMoreMusicVideos:hover {
			background:url(../images/template/btn_moreMusicVideos.gif) 0 -14px no-repeat;
		}
	a.btnMostPopular:link, a.btnMostPopular:active, a.btnMostPopular:visited {
		width:84px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_mostPopular.gif) 0 0 no-repeat;
	}
		a.btnMostPopular:hover {
			background:url(../images/template/btn_mostPopular.gif) 0 -14px no-repeat;
		}
	a.btnMoreNewReleases:link, a.btnMoreNewReleases:active, a.btnMoreNewReleases:visited {
		width:120px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreNewReleases.gif) 0 0 no-repeat;
	}
		a.btnMoreNewReleases:hover {
			background:url(../images/template/btn_moreNewReleases.gif) 0 -14px no-repeat;
		}
		
	a.btnPermaLink:link, a.btnPermaLink:visited {
		color:#819196;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif;
		height:14px;
		padding:1px 0 0 21px;
		display:block;
		background:url(../images/template/icon_permaLink.gif) no-repeat;
		text-decoration:none;
	}
		a.btnPermaLink:active {
			color:#22c4db;
		}
		a.btnPermaLink:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	a.btnRss:link, a.btnRss:visited {
		color:#454c4e;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif;
		height:14px;
		padding:1px 0 0 20px;
		display:block;
		background:url(../images/template/icon_rss.gif) no-repeat;
		text-decoration:none;
	}
		a.btnRss:active {
			color:#22c4db;
		}
		a.btnRss:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	a.btnProfile:link, a.btnProfile:visited {
		color:#4b717b;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		padding:1px 0 0 11px;
		background:url(../images/template/icon_profile.gif) no-repeat;
	}
		a.btnProfile:active {
			color:#22c4db;
		}
		a.btnProfile:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	a.btnShare:link, a.btnShare:visited {
		color:#819196;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif;
		padding:1px 0 0 21px;
		display:block;
		background:url(../images/template/icon_share.gif) no-repeat;
		text-decoration:none;
	}
		a.btnShare:active {
			color:#22c4db;
		}
		a.btnShare:hover {
			color:#ffffff;
			text-decoration:underline;
		}
	a.btnLeaveComment:link, a.btnLeaveComment:active, a.btnLeaveComment:visited {
		width:98px; height:12px;
		margin:0; padding:0;
		display:block;
		background:url(../images/template/btn_leaveComment.gif) 0 0 no-repeat;
	}
		a.btnLeaveComment:hover {
			background:url(../images/template/btn_leaveComment.gif) 0 -14px no-repeat;
		}
	a.btnHelpSearching:link, a.btnHelpSearching:active, a.btnHelpSearching:visited {
		width:89px; height:12px;
		display:block;
		margin:6px 0 0 0; padding:0;
		background:url(../images/template/btn_helpSearching.gif) 0 0 no-repeat;
	}
		a.btnHelpSearching:hover {
			background:url(../images/template/btn_helpSearching.gif) 0 -14px no-repeat;
		}
	a.btnMoreFavorites:link, a.btnMoreFavorites:active, a.btnMoreFavorites:visited {
		width:95px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreFavorites.gif) 0 0 no-repeat;
	}
		a.btnMoreFavorites:hover {
			background:url(../images/template/btn_moreFavorites.gif) 0 -14px no-repeat;
		}
	a.btnMoreBloggers:link, a.btnMoreBloggers:active, a.btnMoreBloggers:visited {
		width:90px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreBloggers.gif) 0 0 no-repeat;
	}
		a.btnMoreBloggers:hover {
			background:url(../images/template/btn_moreBloggers.gif) 0 -14px no-repeat;
		}
	a.btnSubscribe:link, a.btnSubscribe:active, a.btnSubscribe:visited {
		width:62px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_subscribe.gif) 0 0 no-repeat;
	}
		a.btnSubscribe:hover {
			background:url(../images/template/btn_subscribe.gif) 0 -14px no-repeat;
		}
	a.btnBuyNow:link, a.btnBuyNow:active, a.btnBuyNow:visited {
		width:56px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_buyNow.gif) 0 0 no-repeat;
	}
		a.btnBuyNow:hover {
			background:url(../images/template/btn_buyNow.gif) 0 -14px no-repeat;
		}
	a.btnMoreRingtones:link, a.btnMoreRingtones:active, a.btnMoreRingtones:visited {
		width:93px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreRingtones.gif) 0 0 no-repeat;
	}
		a.btnMoreRingtones:hover {
			background:url(../images/template/btn_moreRingtones.gif) 0 -14px no-repeat;
		}
	a.btnGetTickets:link, a.btnGetTickets:active, a.btnGetTickets:visited {
		width:68px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_getTickets.gif) 0 0 no-repeat;
	}
		a.btnGetTickets:hover {
			background:url(../images/template/btn_getTickets.gif) 0 -14px no-repeat;
		}
	a.btnMoreShows:link, a.btnMoreShows:active, a.btnMoreShows:visited {
		width:120px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreShows.gif) 0 0 no-repeat;
	}
		a.btnMoreShows:hover {
			background:url(../images/template/btn_moreShows.gif) 0 -14px no-repeat;
		}
	a.btnTix:link, a.btnTix:active, a.btnTix:visited {
		width:19px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_tix.gif) 0 0 no-repeat;
	}
		a.btnTix:hover {
			background:url(../images/template/btn_tix.gif) 0 -14px no-repeat;
		}
	a.btnLogIn:link, a.btnLogIn:active, a.btnLogIn:visited {
		width:37px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_login.gif) 0 0 no-repeat;
	}
		a.btnLogIn:hover {
			background:url(../images/template/btn_login.gif) 0 -14px no-repeat;
		}
	a.btnForgetPassword:link, a.btnForgetPassword:active, a.btnForgetPassword:visited {
		width:140px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_forgetPassword.gif) 0 0 no-repeat;
	}
		a.btnForgetPassword:hover {
			background:url(../images/template/btn_forgetPassword.gif) 0 -14px no-repeat;
		}
	a.btnMoreDemos:link, a.btnMoreDemos:active, a.btnMoreDemos:visited {
		width:120px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(../images/template/btn_moreDemos.gif) 0 0 no-repeat;
	}
		a.btnMoreDemos:hover {
			background:url(../images/template/btn_moreDemos.gif) 0 -12px no-repeat;
		}

	a.btnPreview:link, a.btnPreview:active, a.btnPreview:visited {
		width:55px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(/images/template/btn_preview.gif) 0 0 no-repeat;
	}
		a.btnPreview:hover {
			background:url(/images/template/btn_preview.gif) 0 -14px no-repeat;
		}
	a.btnBuy:link, a.btnBuy:active, a.btnBuy:visited {
		width:40px; height:12px;
		display:block;
		margin:0; padding:0;
		background:url(/images/template/btn_buy.gif) 0 0 no-repeat;
	}
		a.btnBuy:hover {
			background:url(/images/template/btn_buy.gif) 0 -14px no-repeat;
		}
	a.btnVisitWebsite:link, a.btnVisitWebsite:active, a.btnVisitWebsite:visited {
		width:123px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(/images/template/btn_visitSite.gif) 0 0 no-repeat;
	}
		a.btnVisitWebsite:hover {
			background:url(/images/template/btn_visitSite.gif) 0 -14px no-repeat;
		}
	a.btnWatchNow:link, a.btnWatchNow:active, a.btnWatchNow:visited {
		width:72px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(/images/template/btn_watchNow.gif) 0 0 no-repeat;
	}
		a.btnWatchNow:hover {
			background:url(/images/template/btn_watchNow.gif) 0 -14px no-repeat;
		}
	a.btnJoinNow:link, a.btnJoinNow:active, a.btnJoinNow:visited {
		width:58px; height:14px;
		display:block;
		margin:0; padding:0;
		background:url(/images/template/btn_joinNow.gif) 0 0 no-repeat;
	}
		a.btnJoinNow:hover {
			background:url(/images/template/btn_joinNow.gif) 0 -14px no-repeat;
		}