body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #000;
	color: #CCC;
}
img {
	border: 0;
}
a {
	color: #6884A2;
	text-decoration: none;
}
/*a:hover {
	color: #BECDDD;
}*/

ol {
	margin: 0;
	padding: 0;
	list-style: decimal-leading-zero inside;
}
ol li {
	padding: 10px 0px;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
ol li:hover {
	background-color: #222;
}
ol li a {
	display: block;
}
ol li:hover a {
	color: #BECDDD;
}
li.playing {
	background-color: #191919;
}
li.playing a {
	color: #B29707;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	position: fixed;
	top: 0;
	z-index: 1;
}
#header #fade {
	position: absolute;
	top: -80px;
	width: 960px;
	height: 347px;
	background: url('images/header_fade.png') repeat-x;
}
#header #origami {
	position: absolute;
	top: -80px;
	width: 812px;
	height: 347px;
	background: url('images/header_origami.png') no-repeat 0 0;
}
#header #title {
	position: absolute;
	top: 150px;
	left: 240px;
}
#main {
	padding: 300px 10px 40px;
	/*width: 900px;*/
}
#main > div {
	margin: 0 0 40px;
	overflow: hidden;
}
#bios {
	position: relative;
	height: 267px;
}
#bios > div {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 210px;
	right: 210px;
}
#bios > img {
	position: absolute;
	width: 200px;
	top: 0;
	margin: 0;
}
#bios > img:first-of-type {
	left: 0;
}
#bios > img:last-of-type {
	right: 0;
}
#bios h2 {
	margin: 0;
}
#bios p {
	margin-bottom: 0;
}
#djt {
}
#djv {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.season {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.season:last-child {
	margin-right: 0;
}

/* audio.js */
.audiojs {
	width: 100%;
}
.audiojs .scrubber {
	width: 80%;
}
