.logo{
	margin-top: -15px;
}
body{
	/*background: url(../images/bg.jpg) repeat;*/
	background: #000;
	color: #666;
	font-family: comic sans ms;
	font-size: 16px;
}
#page{
	text-align: center;
}
img{
	border: none;
	display: none;
	margin: auto;
}
.borderImg{
	border: 4px solid #666;
}
.zebraImg{
	margin-top: 20px;
}
.hidden{
	display: none;
}
.center{
	width: 100%;
	text-align: center;
}
.auto{
	margin: auto;
}
.comic{
	font-family: comic sans ms;
}
input[type=text], textarea{
	background: #666;
	border: 2px solid #555;
	outline: transparent;
	color: #ccc;
}
input[type=text]{
	width: 250px;
}
input[type=button]{
	background: #888;
	border: 2px solid #555;
	padding: 5px;
	outline: transparent;
	font-size: 11px;
}
input[type=button]:hover{
	background: #999;
}
input[type=button]:active{
	border: 2px solid #444;
	background: #777;
}
.green{
	color: #189b45;
}
.red{
	color: #e62a13;
}
.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #81170b;
	outline: none;
}
a:hover{
	color: #a31d0d;
}
.sel{
	color: #666;
}
.navLinks div{
	font-size: 18px;
	margin-bottom: 5px;
}
.navLinks a:hover{
	color: #666;
}
.header{
	font-size: 24px;
}
.sHeader{
	font-size: 18px;
}
.songs{
	text-align: left;
}
.songs span{
	font-size: 10px;
}
.songs a{
	margin-bottom: 100px;
}
.shows{
	text-align: left;
	font-size: 15px;
}
.shows span.bt-active{
	color: #666;
}
.shows span{
	cursor: pointer;
	color: #81170b;
}
.shows span:hover{
	color: #666;
}
.coverList{
	height: 310px;
	width: 450px;
	overflow-y: auto;
	margin: auto;
	border: 3px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.videoTitle{
	margin-bottom: 5px;
}
.contactBody{
	overflow: auto;
}
.pics img{
	display: inline;
	height: 50px;
	padding: 2px;
}
.picSel{
	border: 2px solid #666;
	cursor: pointer;
}
#picPop{
	display: none;
}
#captions{
	margin: auto;
}
.picPopImg{
	display: block;
	height: 300px;
	border: 4px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.bioPopImg{
	display: block;
	border: 2px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 150px;
	vertical-align: middle;
}
.bio{
	text-align: left;
}
.bio span{
	cursor: pointer;
}
.bioSel a{
	color: #666;
}
#loading{
	background: #a31d0d;
	color: #000;
	padding: 2px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.albums{
	border: solid 2px #666;
	padding: 2px;
	width: 570px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 7px;
}
.albums img{
	display: inline;
	height: 70px;
	padding: 3px;
	cursor: pointer;
}
.albumSel{
	background: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.albums img:hover{
	background: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.albums span{
	margin-bottom: 5px;
	font-size: 14px;
}
.picsWrap table{
	display: none;
}
.NYElyricsLink{
	color: #81170b;
	cursor: pointer;
}
.NYElyricsLink:hover{
	color: #666;
}
.NYElyrics{
	height: 300px;
	width: 500px;
	font-size: 14px;
	overflow: auto;
	background: #81170b;
	border: 3px solid #000;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.songsAlbums img{
	height: 75px;
}
.songs table{
	display: none;
}
.mHeader{
	font-size: 21px;
}
.taborTable td{
	vertical-align: top;
	border: solid 2px #666;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.lyricsLink.bt-active{
	color: #666;
}
.lyricsLink{
	font-size: 16px;
	cursor: pointer;
	color: #81170b;
}
.lyricsLink:hover{
	color: #666;
}