@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - AID 7288 :: The-Dream : MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_main.css
	Date:			Mar 30, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

	@import url("artist_slices.css");
	@import url("../../../../shared/css/skins/artist_defaultSkin.css");
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainFeature Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainFeature .aid_main {
			background: url(../../images/featurePortrait_main.png) 12px 47px no-repeat;
		}
		#noFeature .aid_main {
			margin:0 auto 40px auto;
			background: url(../../images/featurePortrait_med.png) 40px 10px no-repeat;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#artistNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#artistNav li.logo {
			width:730px; height:68px;
			margin:20px 0 4px 0;
			display:none;
		}
			#artistNav li.logo a:link, #artistNav li.logo a:active, #artistNav li.logo a:visited, #artistNav li.logo a:hover  {
				width:195px; height:68px;
				display:block;
				background:url(../../images/nav_artistLogo.png) 0 0 no-repeat;
				behavior: url("../../shared/css/iepngfix.htc");
			}
