/* ARTISTS PAGE */
.artist_name {
	font-size: 1.2em;
	font-weight: bold;
}
.artist_name a:hover {
	color: #900000;
	text-decoration: none;
}
.artist_tagline {
	float: right;
	text-align: right;
	font-style: italic;
	padding-right: 5px;
}
.artist_bio {
	min-height: 100px;
	/* Min-Height Fast Hack */
	height: auto !important;
	height: 100px;
	/* See dustindiaz.com/min-height-fast-hack */
	padding: 5px;
	margin: 0 0 20px 0;
	background: #f1ede8;
	border-top: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
}
.artist_bio img {
	float: left;
	margin-right: 10px;
}

/* RIGHT MENU */
div#albums_hdr, div#new_albums_hdr {
	height: 31px;
	margin: 0 0 10px 0;
	background: url(images/right_hdr_newalbums.gif) no-repeat 0 15px;
}
div#albums_hdr {
	background: url(images/right_hdr_albums.gif) no-repeat 0 15px;
}
div.album_details {
	font-size: .75em;
	margin-bottom: 15px;
}

/* INDIVIDUAL PAGES */
div#band_url, #artist_news {
	width: 378px;
	font-size: .8em;
	padding-left: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #b75a5a;
	background: white;
}
#artist_news {
	width: auto;
	padding: 5px
}
#band_url a, #artist_news a{
	color: #b75a5a;
}
#band_url a:hover, #artist_news a:hover {
	text-decoration: none;
	color: #900000;
}
div#img_menu {
	float: right;
	width: 200px;
	margin: 0 0 15px 20px;
}
#img_menu_highlighted {
	text-align: center;
	margin-bottom: 7px;
	background: black;
	border: 1px solid black;
}
.img_menu_thumb, .img_menu_thumb_b {
	float: left;
	width: 62px;
	height: 62px;
	margin-bottom: 7px;
}
.img_menu_thumb {
	margin-right: 7px;
}
#img_menu_thumbs a img {
	border: 1px solid black;
}
#img_menu_thumbs a:hover img {
	border: 1px solid #900000;
}