@charset "utf-8";



/* for artist list (artists.php) */

.artist-box{

	float: left !important;

	height: 160px !important;

	margin-right: 10px;

	margin-bottom: 10px;

	margin-left: 30px;

}

#content {

	width: 1010px;

}



.artist-content {

	padding: 0px;

	height: 100%;

	float: left;

	position: relative;

	width: 450px;

}

.artist-name {

	font-weight:bold;

	float:left;

	width: 280px;

	position: relative;

	padding-left: 5px;

	padding-top: 5px;

}

.artist-genre {

	color:#E88409;

	float:left;

	clear:left;

	width: 280px;

	position: relative;

	margin-top: 3px;

	padding-left: 5px;

}

.artist-bio-excerpt {

	float:left;

	clear:left;

	width: 280px;

	position: relative;

	font-size: 0.9em;

	margin-top: 5px;

	padding-left: 5px;

	text-align: left;

	margin-bottom: 5px;

}

.more-link {

	text-decoration: underline;

}



.artist-img-box {

	width: 125px;

	float: right;

	position: relative;

	font-size: 1em;

}

.artist-image {

	margin: 5px;

	border: thin solid #F7941D !important;

	position: relative;



}



.artist-content a {

	background-color: #FFFFFF;

	margin: 5px;

	display: inline-block;

}

.artist-content a:hover {

	background-color: #EEE;

}


