@charset "UTF-8";
#artist-sidebar{
	width: 184px;
	float: left;
	border-right: 1px solid #3e3e3e;
	background-color: #2e2e2e;
}



#artist-sidebar ul{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom:1px solid #3E3E3E;
}

#artist-sidebar li{
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #3E3E3E;
	cursor:pointer;
}

#artist-sidebar li:hover,
#artist-sidebar li.active{
	background-color: #00deb7;
}


#artist-sidebar p, 
#artist-sidebar h2{
	margin: 0;
}

#artist-sidebar h2 a{
	color: #FFF;
	display:block;
}

#artist-sidebar h1{
	padding: 28px 0 0 28px;
}




/* Artist content */


#artist-content{
	float:left;
	width: 719px;
}

#artist-content .bio{
	margin-bottom: 10px;
}


/* Artist full listing */

.all-artists ul{
	list-style-type: none;
	padding:0;
	margin:0;
	width: 734px;
	overflow: hidden;
}

.all-artists li{
	float: left;
	width: 170px;
	padding-right: 13px;
	cursor:pointer;
}

.all-artists li.last{
	padding: 0px;
}

.all-artists img{
	margin-bottom: 3px;
}

.all-artists h2{
	margin-bottom:0px;
}

.all-artists li:hover h2{
	color:#00deb7;
}
.all-artists li:hover img{
	border-color:#00deb7;
}
.all-artists a.artist{
	color: #5d5d5d;
	font-weight: normal;
}
.all-artists a:hover.artist{
	color: #FFF;
}

