html, body {
	color: #FFF;
	background: #333;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 18px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #EEE;
}

h1, h2, h3 {
	line-height: 1em;
	margin: 0.25em 0;
}

ul, ol, li {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 1em 0;
}

#content {
	position: relative; z-index: 1;
}

.time {
	display: block;
	float: left;
	width: 3em;
	height: 22px;
	text-align: right;
	margin-right: 18px;
	font: 13px Candara, Georgia, serif;
	color: #CCC;
}
.title {
	display: block;
	float: left;
	height: 22px;
}
.composer {
	display: block;
	float: left;
	height: 20px;
	margin-top: 2px;
	white-space: pre;
	font: 12px Calibri, "Lucida Grande", sans-serif;
	color: #CCC;
}

#playlist li {
	margin-bottom: 12px;
}

#playing .title {
	font-size: 22px;
	color: #dcffb3;
	margin-bottom: -4px;
}

h1 {
	display: block;
	position: absolute;
	width: 1000px;
	height: 376px;
	top: 178px;
	left: 50%;
	margin: 0 0 0 -500px;
	font: 376px District, sans-serif;
	text-align: center;
	color: #484848;

	background: transparent url(/images/gnosis.png) 50% 50% no-repeat;
	text-indent: -10000px;
}
* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gnosis.png', sizingMethod='image');
}

h2, h3 {
	color: #c5e2ff;
	font: 36px Calibri, "Lucida Grande", sans-serif;
}
h3 {
	font-size: 20px;
}

#playlist {
	position: absolute;
	top: 97px;
	left: 50%;
	margin-left: -310px;
	width: auto;
}

#shows {
	position: absolute;
	top: 351px;
	left: 50%;
	margin-left: 215px;
	font-size: 12px;
	width: 270px;
}
* html #shows ol, * html #shows li {
	width: auto;
}
#shows li {
	margin-bottom: 1em;
}
#shows h3, #shows p {
	clear: left;
}
#shows .date {
	font-size: 11px;
	color: #c5e2ff;
}

#copyright {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #333;
	z-index: 0;
}

#player {
	position: absolute;
	top: 525px;
	left: 50%;
	margin-left: -310px;
	padding-left: 3em;
}
#play {
	display: block;
	float: left;
	width: 11px;
	height: 12px;
	overflow: hidden;
	margin: 0 0 0 -13px;
	padding: 0;
	border: 0;
	text-indent: -10000px;
	background: transparent url(/images/play.png) 0 0 no-repeat;
	cursor: pointer;
}
* html #play {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/play.png', sizingMethod='image');
}
#track {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 12px;
	background: transparent url(/images/track.png) 0 0 no-repeat;
	margin-left: 16px;
}
* html #track {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/track.png', sizingMethod='image');
}
#slider {
	position: absolute;
	width: 9px;
	height: 12px;
	top: 0;
	left: 0;
	margin-left: -5px;
	background: transparent url(/images/slider.png) 0 0 no-repeat;
	cursor: pointer;
}
* html #slider {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slider.png', sizingMethod='image');
}
#time {
	display: none;
	margin: -25px 0 0 -0.7em;
	font-size: 10px;
	color: #999;
}
.dragging #time {
	display: block;
}

#show-list h3 {
	font-size: 12px;
}
#show-list .previous, #show-list .previous a {
	color: #AAA !important;
}
#show-list .previous .date {
	color: #7FA5C3 !important;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
}

/* No shows */
#shows { display: none; }