html {
	background:#f1f1f1;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	cursor:default;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background-color:#f1f1f1;
}

.mix, .mix a:link, .mix a:visited {
	color:white;
	text-decoration:none;
	font-size:30px;
}

.songartist {
	font-size:54px;
	font-weight:700;
	line-height:1.1em;
	padding:25px 25px 0 25px;
}

.songname {
	font-size:37px;
	font-family:georgia;
	font-style:italic;
	padding:10px 25px;
}

.mixnav {
	position:absolute;
	bottom:0;
	font-weight:700;
	padding:21px 25px;
	font-size:45px;
	z-index:3;
}

.songtimewrapper{
	position:absolute;
	width:480px;
	bottom:20px;
}

.songtime {
	float:right;
	font-weight:700;
	font-size:82px;
	line-height:74px;
	text-align:right;
	margin-right:25px;
}

.songtime:hover {
	background:white;
}

a:link.invert, a:visited.invert {color:#fff;}
a:hover.invert {color:#000;}

a:link, a:visited {text-decoration:underline; color:#000; outline:none;}
a:hover {text-decoration:none; background-color:#fff;}

iframe {border:0; margin:0; padding:0; height:425px; width:480px;background:#e4e4e4;}

a.img:link, a.img:visited {text-decoration:none;}
img {border:0;}

.hardimg {
	float:left;
	height:480px;
	background-color:#e4e4e4;
}

#caption {
	position:fixed;
	top:50%;
	width:100%;
	margin-top:200px;
	z-index:10;
	text-align:center;
	padding:15px 0;
	font-size:28px;
	font-weight:700;
	color:#aaa;
}

#caption h2 {
	font-size:0.5em;
	font-family:georgia;
	font-weight:300;
	font-style:italic;
	margin:0.4em 0;
	color:#999;
}

#nav{
	position:fixed;
	top:50%;
	width:100%;
	margin-top:200px;
	z-index:50;
}

#index {
	width:700px;
	margin:0 auto;
	padding:10px 20px 30px 20px;
	font-size:13px;
	font-weight:300;
	background:#f1f1f1;
	text-align:center;
}

#index h1 {
	line-height:1.3em;
	font-size:13px;
	font-weight:400;
	margin:2px auto;
}

#index h2 {
	display:inline;
}

.footer {
	font-size:11px;
	margin:2em 0 0 0;
}

#content {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	height:480px;
	margin-top:-282px;
	overflow:hidden;
}

#content .hardimg, #content .text, #content .frame {float:left; margin:0 8px;}

#hc {
	float:left;
	position:relative;
	left:-50%;
}

#hc li{
	margin:0 8px;
	border:0;
	background-color:#555;
}

#hc li .hpanel{
	/cursor: hand;
	/cursor: pointer;
}


.front {
	font-size:1.2em;
	font-style:italic;
	font-weight:700;
	padding-right:5px;
	position:relative;
	top:1px;
}

.text {
	width:400px;
	padding:15px 15px 5px 15px;
	background-color:#e4e4e4;
	height:480px;
}

p {
	line-height:1.5em;
	font-size:15px;
}

.pheader {
	font-size:22px;
	margin:0.6em auto;
	font-style:italic;
}

.huge {font-size:350px;}

.bigarrow {width:60px; text-align:center; font-size:53px;}

#hidden {
	display:none;
}
