* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

a:link {color:#cddefd; text-decoration: none;}
a:visited {color:#b7c9e9; text-decoration: none;}
a:active {color: #fafccc; text-decoration: none;}
a:hover {color: #e1e9f8; text-decoration: underline}
a:focus {outline: none; }

@font-face {
	font-family: "Anivers Regular";
      src: url("Anivers_Regular.otf");
}


body {
	background-color: black;
/*	color: #445444; */
	color: #eeffee;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:1.4em;
}

p {
	text-indent: 15px;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
}

ul {
  list-style-type: none;

}

li {
	padding: 3px;
}

li.inline {
	display: inline;
	position: relative;
	padding: 20px;
}

#fixednav li {
	padding: 2px;
}

#fixednav a:link, #fixednav a:visited, #eventtitle {
	font-family: "Anivers Regular", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	padding: 2px;
}

#fixednav a:hover {
	background: rgb(0,76,101);	
}

#playlist {
	list-style-type: decimal;
	list-style-position: inside;
	width: 373px;
}

#playlist li {
	padding: 2px 0 2px 2px;
}

#playlist li:hover {
	background: rgba(200,200,255,0.3);
}

#current {
	background: rgba(200,200,200,0.4);
}

#lyrics p {
	text-indent: 0;
	font-size: 1em;
	line-height: 1.6em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	text-align: left;
}

#lyrics p.indent {
	text-indent: -5px;
	margin-left: 5px;
}

#lyrics h6:hover {
	background: rgb(40,40,40);
	cursor: pointer;
}

.lyricsclass {
	overflow: hidden;
	height: 20px;
	width: 375px;
	color: rgb(89,89,89);
}

.lyricsvisible {
	height: auto;
	padding-left: 2px;
	color: rgb(240,245,255);
	border-left: 1px rgb(200,200,200) dashed;
}

.lyricszero {
	height: 0;
	padding: 2px 0 2px 0;
	overflow: hidden;
}

li.headlines {
	padding: 5px;
}

a.headlines:hover {
color: #000000;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Anivers Regular", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

h6 {
	display: inline;
	font-size: 12px;
}
.heypred {
	font-family: "Anivers Regular", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

small {
	font-size: 8px;
}

#license {
	text-align: justify;
}

.fiftypercent {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	zoom: 1;
	opacity: 0.5;
}

.eightypercent {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	zoom: 1;	
	opacity: 0.8;
}

.hundredpercent {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	zoom: 1;
	opacity: 1;
}

#canvasplayer {
	background: rgba(20,20,20,0.8);
	overflow: visibl5e;
}

.bandmember {
	position: absolute;
	visibility: hidden;  
}
.bandmembervisible {
	position: absolute;
	visibility: visible;
}
.bandname {
	color:#cddefd;
	cursor: pointer;
}

.bandname:hover {
	color: #e1e9f8; text-decoration: underline
}

#eventbox {
	width: 205px;
	padding-left: 15px;
	background: #470e11;
}

.event-list-item, .event-list-item-highlighted {
	width: 215px;
	height: 12px;
	display: block;
	margin: 0 0 -15px 0;
	border: 0;
	padding: 0;
	overflow: hidden;
}

.event-list-item-highlighted {
	border-left: 1px solid white;
}