#artist {
}

#artist h1 {
	color: #fff;
	padding: 0;
}

#artist h1 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	
}

#artist-main {
	width: 600px;
	float: left;
}

#artist-summary {
	background: #fc0;
	color: #000;
	padding: 0 8px;
	margin: 0 0 8px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#artist-summary a {
	color: #000;
}

#artist #artist-sidebar {
	float: right;
	width: 352px;
	background: #47a;
	color: #fff;
	padding: 8px 0;
}

#artist #artist-sidebar h1 {
	color: #fff;
	padding: 0;
}

#artist #artist-sidebar h1 a {
	padding: 8px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#artist-sidebar-image {
}

#artist-sidebar-image img {
	display: block;
	border: 4px solid #fff;
	margin: 8px auto;
}

#artist #artist-sidebar #artist-tools {
	margin: 8px;
	background: #369;
	padding: 8px;	
}

#artist #artist-sidebar #artist-tools form {
	margin: 0 0; 
	text-align: center; 
	width: 96px; 
	float: left;
}

#artist #artist-sidebar #artist-tools form input[type=submit] {
	width: 88px; 
}


#artist #artist-detail {
	margin: 0 8px;
}

#artist #artist-sidebar a {
	color: #fff;
}

#artist #artist-sidebar h4 {
	margin: 8px 0;
	font-size: 12pt;
}


#artist #artist-fans {
	margin: 4px;
}

#artist #artist-fans h4 {
	margin: 4px;
	padding: 8px;
	background: #369;
}

#artist #artist-fans p#FanCount {
	float: right;
	padding-top: 4px;
	margin: 4px 8px 0 0;
}

#artist #artist-fans ul {
	margin: 0;
	padding: 0;
}

#artist #artist-fans ul li {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 4px 4px;
	float: left;
	background: #fff;
	border: 2px solid #fff;
}

#artist #artist-fans ul li#artist-fan-user {
	border: 2px solid #fc0;
}


#artist #artist-fans ul li a {
	display: block;
	width: 60px;
	height: 60px;
}

#artist #artist-fans ul li a.artist-fan-no-image {
	display: block;
	width: 50px;
	height: 50px;
	margin: 4px;
	border: 1px dashed #aaa;
}

#artist #artist-fans ul li a span {
	display: none;
}









.artist-item {
	margin: 0 0 8px 0;
}

.artist-item h2 a {
	background: #47a;
	color: #fff;
	display: block;
	padding: 8px 4px;
	text-decoration: none;
}

.artist-item h2 a:hover {
	background: #000;
	color: #fc0;
}

.artist-item .artist-item-no-image {
	float: left;
	width: 192px;
	height: 192px;
	border: 1px dashed #aaa;
}

.artist-item .artist-item-no-image span {
	display: none;
}


.artist-item .artist-item-image {
	float: left;
	width: 192px;
	height: 192px;
}

.artist-item .artist-item-image a {
	display: block;
	width: 192px;
	height: 192px;
}

.artist-item .artist-item-image a span {
	display: none;
}

.artist-item .artist-item-info {
	float: right;
	width: 400px;
	margin: 0;
}

.artist-item .artist-item-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artist-item .artist-item-info ul li {
	margin: 8px 0;
	padding: 0;
	font-weight: bold;
}

.artist-item h2 {
	font-size: 13pt;
	margin: 0 0 4px 0;
}

.artist-item p {
	margin: 4px 0;
	line-height: 140%;
}

.artist-item h3 {
	display: inline;
	font-size: 10pt;
	background: #fc0;
	color: #000;
	padding: 2px;
}

.artist-item p strong {
	padding: 2px;
}

.artist-item p a {
	color: #000;
}
