/* artists.css - base: index.css | global.css */

/* artists page styles */

.artistProfileContainer { 		/*profile box on artists.php */
	width:583px;
	margin:20px 0px 0px 33px;
	display:inline;
}

.artistProfileHeader {			/* profile Header */	
	width:100%;
	background:url(../images/bg_artist_profile_header.gif) no-repeat;
	padding-left:15px;
	min-height:42px;
}

	.artistProfileHeader h1 {	
		 /* copied from '.h1' | _css/index.css */
		color: #ffcc00; 
		font-size: 17px;
		font-family: Lucida Grande, Verdana, Arial, Helvetica;
		font-weight: bold; 
		 
		width:100%;		/* force h2 (artist short description) to the next line */
		margin:0px;
		padding:0px;
	}
	
	.artistProfileHeader h2 {
		  /* copied from '.h2' | _css/index.css */
		color: #999999;
		font-size: 14px; 
		font-family:Lucida Grande, Verdana, Arial, Helvetica;
		font-weight: bold;
		
		width:100%;
		margin:0px;
		padding:0px;
	}
	
.artistProfileInfoContainer {
	width:100%;
	margin-top:15px;
}

.artistProfileInfoContainer {
	padding:0px 10px;
}

.artistProfileImage {
	width:197px;
	margin-right:0px;
	min-height:100%;
	display:inline;
}

.artistProfileText {
	width:375px;
	padding-right:10px;
	display:inline;
}

.artistProfileText p 
{
	margin-top:0px;
	padding-top:0px;
}
