/* custom css for captions + such */

/* current styles */

.artist-list {
	text-transform: uppercase;
}
.current-show-info {
	font-weight: bold;
}
.upcoming-title {
	text-decoration: underline;
}

/* backroom styles */

.b-caption {
	font-size: x-small;
	margin-top: 40px;
}

.b-nav {
	font-size: x-small;
}

.b-img {
	border: thin solid #cccccc;
	padding: 5px;
}

.b-nav a:active {
color:#333333;
padding:2px;
text-decoration:none;}

.b-nav a:link {
color:#333333;
padding:2px;
text-decoration:none;}

.b-nav a:visited {
color:#333333;
padding:2px;
text-decoration:none;}

.b-nav a:hover {
color:#fff;
background-color:#66CCFF;
padding:2px;
text-decoration:none;}