@CHARSET "UTF-8";

.band-detail {
	display:block;
	clear:left;
}

.band {
	float:left;
	margin:0 0 10px 0;
}

.band-detail {
	width:610px;
	margin-top:0;
}

.band span {
	display:block;
	margin-bottom:4px;
}

.band .instruments,.band-detail .instruments {
	position:absolute;
	font-size:11px;	
	background-color:#000;
	padding:2px 4px;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	margin:176px 0 0 4px;
	width:277px;
	text-align:center;
	text-shadow: #000 1px 1px 1px;	

	z-index:100;
}

.band-detail .instruments {
	font-size:16px;
	width:588px;
	padding:4px 6px;
	margin:6px 1px 0 6px;
}

.band .name, .band-detail .name {
	position:absolute;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	margin:4px 0 0 4px;
	z-index:100;

	background-color:#000;
	padding:2px 4px 6px 4px;
	font-size:19px;
	color:#60b2ff;
	text-decoration:none;
	text-shadow: #000 2px 2px 1px;
}

.band-detail .name {
	margin:10px 0 0 17px;
	font-size:36px;
}

.band-detail .black {
	margin:11px 0 0 18px;
	color:#000;
}

.band .subname, .band-detail .subname {
	font-size:24px;
	color:#FFF;
}

.band-detail .gear {
	float:right;
	margin:-40px 0 0 0;
}

.band .short_description, .band-detail .short_description {
	font-size:16px;
	color:#FFB63E;

	float:right;
}

.band-detail .years_active {
	font-size:17px;
	color:#60b2ff;
	display:block;
	padding-left:0;
}

.band .div {
	height:13px;
	border-top:1px dotted #444;
	margin-top:12px;
}

.band .bio, .band-detail .bio {
	font-size:12px;

	margin:20px 0;
	color:#CCC;
	line-height:1.2em;
	clear:right;

}

.band-detail .bio {
	clear:both;
	font-size:13px;
	display:block;
    padding-top: 10px;
}

.band-detail .bio .first {
	
	font-size:64px;
	float:left;
	padding: 0px 6px 0px 0px;
	margin-top:-7px;
}

.band .bio strong {
	font-size:18px;

	display:block;
}

.band .bio a, .band-detail .bio a {
	color:#60b2ff;
}

/* album */
.band-album {
	float:left;
	width:66px;
	height:64px;
	overflow:hidden;
	filter:alpha(opacity=70);
    opacity: 0.7;
}

.band-album:hover {
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity:1;
}

.band-album img {
	width:55px;
	margin:3px;
	padding:3px;
	background:url(../../images/backgrounds/white_trans.png) transparent;
	border:0;
}