::-webkit-input-placeholder{
	color: #000;
}
:-moz-placeholder{
	color: #000;
}
.placeholder{
	color: #000;
}
.logo{
	/* margin-top: -20px; */
}
body{
	/*background: url(../images/bg.jpg) repeat;*/
	background: #000;
	color: #aaa;
	font-family: comic sans ms;
	font-size: 16px;
}
hr {
	border: none;
	border-top: 1px dashed #555;
	margin: 15px;
}
#page{
	text-align: center;
	position: relative;
}
img{
	border: none;
	display: none;
	margin: auto;
}
.borderImg{
	border: 4px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.zebraImg{
	margin-top: 20px;
}
.hidden{
	display: none;
}
.center{
	width: 100%;
	text-align: center;
}
.auto{
	margin: auto;
}
.comic{
	font-family: comic sans ms;
}
input, textarea{
	background: #eee;
	border: 0;
	outline: transparent;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
}
input{
	width: 250px;
}
.button{
	background: #aaa;
	border: 0;
	padding: 6px;
	outline: transparent;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: auto;
	color: #000;
}
.button:hover{
	background: #ccc;
}
.button:active{
	background: #888;
}
.paypal{
	background: transparent;
	border: 0;
	outline: none;
	color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
}
.green{
	color: #189b45;
}
.red{
	color: #e62a13;
}
.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #c40000;
	outline: none;
}
a:hover{
	color: #ff260e;
}
.sel{
	color: #aaa;
}
.navLinks div{
	font-size: 18px;
	margin-bottom: 5px;
}
.navLinks a:hover{
	color: #aaa;
}
.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: #aaa;
}
.shows span{
	cursor: pointer;
	color: #c40000;
}
.shows span:hover{
	color: #aaa;
}
.coverList{
	height: 310px;
	width: 450px;
	overflow-y: auto;
	margin: auto;
	border: 3px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.videoTitle{
	margin-bottom: 5px;
}
.contactBody{
	overflow: auto;
}
.pics img{
	display: inline;
	height: 50px;
	border: 2px solid #000;
}
.pics img:hover{
	border: 2px solid #888;
	cursor: pointer;
}
.pics img.picSel{
	border: 2px solid #888;
	cursor: pointer;
}
#picPop{
	display: none;
}
#captions{
	margin: auto;
}
.picPopImg{
	display: block;
	height: 300px;
	border: 4px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bioPopImg{
	display: block;
}
.bioLinks td{
	cursor: pointer;
}
.bioLinks{
	height: 40px;
}
.bio{
	text-align: left;
}
.bio span{
	cursor: pointer;
}
.bioSel a{
	color: #aaa;
}
#loading{
	background: #c40000;
	color: #000;
	padding: 2px;
	width: 100px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.albums{
	text-align: left;
	border: solid 2px #888;
	padding: 2px;
	width: 570px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
}
.songAlbums td{
	padding-right: 10px;
}
.albums .songsAlbums span{
	font-size: 13px;
}
.albums img{
	display: inline;
	height: 70px;
	padding: 3px;
	cursor: pointer;
}
.albumSel{
	background: #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.albums img:hover{
	background: #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.albums span{
	margin-bottom: 5px;
	font-size: 14px;
}
.picsWrap table{
	display: none;
}
.NYElyricsLink{
	color: #c40000;
	cursor: pointer;
}
.NYElyricsLink:hover{
	color: #aaa;
}
.NYElyrics{
	height: 300px;
	width: 500px;
	font-size: 14px;
	overflow: auto;
	background: #c40000;
	border: 3px solid #000;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.mHeader{
	font-size: 21px;
}
.taborTable td{
	vertical-align: top;
	border: solid 2px #888;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.lyricsLink.bt-active{
	color: #aaa;
}
.lyricsLink{
	font-size: 16px;
	cursor: pointer;
	color: #c40000;
}
.lyricsLink:hover{
	color: #aaa;
}
.links div{
	font-size: 18px;
	margin-bottom: 5px;
}
.download{
	text-align: right;
	font-size: 12px;
	color: #aaa;
}
iframe{
	display: none;
	margin: auto;
}

.sociallinks{
	padding-right: 20px;
}

.socialLinks img{
	display: inline;
	margin: 3px;
}

.videoLink{
	cursor: pointer;
}

.videoLinkText{
	text-decoration: underline;
	color: #000;
}

#oVidPop, #cVidPop{
	display: none;
	text-align: left;
	margin-top: 8px;
	padding: 5px 15px 15px 15px;
	max-height: 580px;
	overflow: auto;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 99999999999999999;
}

#oVidPop{
	position: absolute;
	left: 105px;
}

#cVidPop{
	position: absolute;
	left: 373px;
	width: 398px;
}

#oVidDrop, #cVidDrop{
	font-size: 18px;
}

#oVidDrop:hover, #cVidDrop:hover{
	cursor: pointer;
	color: #ff260e;
}
