#content .artist-left-column {
	width: 670px;
	margin-top: 6px;
	float: left;
}
#content .artist-right-column {
	width: 304px;
	margin-top: 6px;
	float: right;
}

.artist-info {
	height: 250px;
	border: 2px solid black;
	overflow: hidden;
	background: black;
	margin-bottom: 6px;
	color: #fff;
}
	.artist-info .image {
		float: left;
	}	
		.artist-info .image img {
			width: 300px;
		}
	.artist-info .info {
		float: left;
		width: 340px;
		padding-left: 6px;
	}
	.artist-info ul.links {
		padding: 0;
		height: 20px;
		margin: 0;
		list-style-type: none;
	}
		.artist-info li {
			float: left;
			padding: 0 5px 0 5px;
		}
		.artist-info li a {
			color: #ccc;
			font-size: 11px;
		}
	.artist-info .bio {
		padding: 0 5px 5px 5px;
		font-size: 11px;
	}

.artist-info h1 {
	background: #000;
	color: #fff; /* f24400 */
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	font-size: 18px;
}

.artist-left-column ul.songs div.song {
	padding: 0 0 0 2px;
}
.artist-left-column ul.songs .date { 
	padding-top: 3px;
	width: 50px;
	float: left
}
.artist-left-column ul.songs li {
	padding: 4px;
	margin: 0;
	font-size: 11px;
	clear: both;
}
	.artist-left-column ul.songs div.song-info {
		float: left;
	}
	.artist-left-column ul.songs div.song-name {
		font-size: 11px;
		height: 17px;
		width: 420px;
		overflow: hidden;
	}
	.artist-left-column ul.songs .in-mixtape {
		font-size: 11px;
		color: gray;
		padding: 2px 0 2px 0;
	}
		.artist-left-column .in-mixtape a {
			color: gray;
		}
	
.artist-right-column .artist-mixtapes {
	margin-bottom: 6px;
	background: #333;
}
	.artist-right-column .artist-mixtapes ul {
		padding: 6px;
		margin: 0 0 6px 0;
		list-style-type: none;
	}
	.artist-right-column .artist-mixtapes li {
		height: 52px;
		font-size: 11px;
		width: 285px;
		margin: 3px 0 3px 0;
	}
	.artist-right-column .artist-mixtapes li img {
		float: left;
		margin-right: 6px;
		border: 1px solid black;
		width: 50px;
		height: 50px;
	}
	.artist-right-column .artist-mixtapes .details {
		color: #ccc;
		font-size: 11px;
		padding-top: 3px
	}
	.artist-right-column .artist-mixtapes a {
		color: #fff;
	}

.artist-page-advert {
	padding: 2px;
	margin-bottom: 6px;
}

.artist-songs-pagination {
	background: black;
	padding: 10px;
	font-size: 11px;
}
	.artist-songs-pagination .current {
		padding: 3px 6px 3px 6px;
		background: #333;
	}
	.artist-songs-pagination a {
		color: #fff;
		margin: 0 6px 0;
	}
	
.song-display-count {
	font-size: 11px;
	padding: 7px;
	color: #aaa;
}
.disabled-text {
	background: black;
	padding: 10px;
	height: 30px;
	margin-bottom: 6px;
	color: #fff;
	font: 13px verdana;
}
	.disabled-text em {
		color: #FFC6AF;
	}
	.disabled-text b {
		display: block;
	}
	.disabled-text img {
		height: 30px;
		width: 30px;
		border: 1px solid #333;
		float: left;
		margin-right: 10px;
	}