/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");

#events 
{
    margin-left:10px;
    padding-bottom:15px;
}

	#events h3 
	{
		color: #ff6702;
	}
	
/* --- Feature Area
-------------------------------------------------------*/

#feature_area {
	overflow: auto;
	position: relative;
	height: 1%;
	}
	
	/* --- Artist Photo
	-------------------------------------------------------*/
	
	#artist_photo {
		width: 360px;
		margin-right: 9px;
		height: 571px;
		zborder: 1px solid;
		}
	
	
	
	/* --- Artist Area
	-------------------------------------------------------*/
	
	#artist_area {
		width: 340px;
		}
		
		#artist_area p { margin-bottom: 1em; }
		
		/* --- | Video | --- */
		
		#artist_video {
			width: 360px;
			height: 287px;
			margin-bottom: 32px;
			}
		
		/* --- | Ringtones | --- */
		
		#artist_ringtones {	margin-bottom: 30px; }
		
			h2.download_exclusive_ringtones {
				line-height: 16px;
				text-indent: -9999px;
				height: 16px;
				margin-bottom: 5px;
				background: url(../../_images/featured_artist/titles/download_exclusive_ringtones.gif) no-repeat;
				}
		
		/* --- | Album | --- */
		
		#artist_album {
			height: 1%; /* IE6 Bug Fix */
			}
		
			#artist_album h3 { color: #ff6702; }
			
			#artist_album #album_info {
				width: 201px;
				margin-right: 9px;
				}
			
			#artist_album #album_art { width: 130px; }
			
/* --- | Download Ringtones Button | --- */

p.download_ringtones {
	text-indent: -9999px;
	width: 133px;
	height: 18px;
	background: url(../../_images/featured_artist/download_ringtones.gif) no-repeat;
	}
	
	p.download_ringtones a {
		display: block;
		height: 18px;
		}

	p.download_ringtones a:hover {
		display: block;
		height: 18px;
		background: url(../../_images/featured_artist/download_ringtones_over.gif) no-repeat;
		}



/* --- Featured Artist Archive
-------------------------------------------------------*/

h2.featured_artist_archive {
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 8px;
	background: #000 url(../../_images/featured_artist/titles/featured_artist_archive.gif) no-repeat;
	}
	
	/* --- | Artists | --- */
	
	div.artist {
		position: relative;
		width: 195px;
		height: 157px;
		margin: 0 25px 10px 0;
		padding: 7px 7px 7px 145px;
		background: url(../../_images/stripes_bg.gif);
		}
		
		div.artist img {
			position: absolute;
			left: 7px;
			top: 7px;
			}
		
		div.artist p {
			margin-bottom: 1em;
			}