@charset "UTF-8";

#content {
	font-size:13px;

}

.gear-take {
	font-size:11px;

	margin:20px 0 0 0;
	display:block;
	color:#999 !important;	
}
.gear-take .img-float-left {
	margin:3px 12px 5px 0px !important;
}

#content h2 {
	font-size:19px;
	line-height:0.8em;
	margin:15px 0 10px 0;
}

.img-float-left,.img-float-right {
	margin-top: 0px;
}

.opener {
	font-size:16px;
}

.updated {
	color:#FFB63E;
}

.gear-photo-title,.gear-photo-title-small,.gear-title {
	position:absolute;
	filter:alpha(opacity=70);
    opacity: 0.7;
	z-index:100;
	background-color:#000;
	padding:3px 0;
	font-size:14px;
	text-align:center;
}
.gear-photo-title-small {
	font-size:11px;
}

.gear-photo-title-top {
	margin:0 0 0 0;
}
.gear-photo-title-bottom {
	margin:-24px 0 0 0;
}
.gear-photo-title-bottom-small {
	margin:-20px 0 0 0;
}

.gear-photo-caption-bottom {
	font-size:11px;
	padding:6px;
	line-height:1.0em;

}

.gear-title {
	font-size:17px;
	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;
}

/* band */
.band {
	float:left;
	margin:0 25px 10px 0;
	padding:0;
}

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

.band .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 .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 .photo-gallery-single {
	
	margin:0;
}