body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin: 0;padding: 0;}table {border-collapse: collapse;border-spacing: 0;}fieldset, img {border: 0;}address, caption, cite, code, dfn, em, strong, th, var, optgroup {font-style: inherit;font-weight: inherit;}del, ins {text-decoration: none;}li {list-style: none;}caption, th {text-align: left;}h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}q:before, q:after {content: '';}abbr, acronym {border: 0;font-variant: normal;}sup {vertical-align: baseline;}sub {vertical-align: baseline;}/*because legend doesn't inherit in IE */legend {color: #000;}input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	background: #000;
	font: 11px "Georgia", serif;
	color: #fff;
}

#outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#wrap {
	position: absolute;
	top: 50%;
	height: 432px;
}
#nav {
	position: relative;
	top: -184px;
	left: 45px;
	z-index: 999;
}
#inner {
	position: relative;
	top: -55%;
	height: 100%;
	width: 99999px;
	background: transparent url("../images/bg_pan.jpg") repeat-x;
	z-index: 0;
}


.section {
	float: left;
	width: 2000px;
	padding-top: 65px;
}
.section_inner {
	width: 700px;
	padding-left: 45px;
}
.clear {
	display: block;
	clear: both;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 15px;
	padding-bottom: 8px;
}

strong {
	font-weight: bold;
}

h1, h2 {
	display: none;
}
h3 {
	font-weight: bold;
}

a.thumb {
	display: block;
	float: left;
	width: auto;
	margin: 0 10px 10px 0;
}
a.thumb img {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
}

/**	main nav **/
#nav ul {
	height: 18px;
}
#nav ul li {
	float: left;
	width: auto;
	padding-left: 10px;
	margin-left: 11px;
	background: transparent url("../images/nav_li.png") no-repeat scroll 0 1px;
}
#nav ul li.index {
	padding: 0;
	margin: 0;
	background: none;
}
#nav ul li a {
	outline: 0;
}
#nav ul li a.active {
	font-style: italic;
}
#nav ul li h1 {
	display: block;
	font-weight: bold;
}

/**	releases */
ul.releases {
}
ul.releases li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.releases li a {
	display: block;
}
ul.releases li a img {
	display: block;
	border: 1px solid #fff;
}
dl.release {
}
dl.release dt {
	display: none;
}
dl.release dd {
	padding-bottom: 1px;
}
dl.release dd.image {
	float: left;
	width: auto;
	padding-right: 12px;
}
dl.release dd.image a {
	display: block;
}
dl.release dd.image img {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
}
dl.release h3 {
	padding-bottom: 2px;
}
dl.release dt.links {
	display: block;
	float: left;
	width: 52px;
	margin-right: 3px;
	background: transparent url("../images/arr_r.png") no-repeat scroll right 5px;
}
dl.release dd.tracklist {
	clear: both;
	padding-top: 8px;
	padding-left: 74px;
}
dl.release dd.tracklist p {
	font-weight: bold;
}
dl.release dd.tracklist ol {
	font-size: 10px;
	margin-bottom: 6px;
}
dl.release dd.tracklist ol li {
	margin-bottom: 2px;
	list-style-type: decimal;
	margin-left: 16px;
}
dl.release dd.tracklist ol li a {
	outline: 0;
	font-size: 11px;
}
ul.subnav {
	padding-left: 74px;
}
ul.subnav li {
	float: left;
	width: auto;
}
ul.subnav li.prev a {
	background: transparent url("../images/arr_l.png") repeat-x scroll left 5px;
}
ul.subnav li.next a {
	background: transparent url("../images/arr_r.png") repeat-x scroll right 5px;
}
ul.subnav a {
	display: block;
	margin-right: 80px;
	width: 6px;
	overflow: hidden;
	text-indent: -999px;
}

/**	Contact form */
dl.contact dt {
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
}
dl.contact dd {
	float: left;
	width: 590px;
	padding-bottom: 6px;
}
input.text, textarea.text, input.submit {
	padding: 3px;
	border: 1px solid #999;
	background: #000;
	font: 11px "Georgia", serif;
	color: #fff;
	opacity: 0.8;
}
input.text {
	width: 330px;
}
input.text.captcha {
	width: 135px;
}
textarea.text {
	width: 400px;
	height: 100px;
}
input.submit {
	width: 100px;
	padding: 2px 10px;
	cursor: pointer;
}
dd.mlist input {
	float: left;
}
dd.mlist label {
	float: left;
	padding-left: 4px;
}
dd.mlist p {
	clear: both;
	padding-top: 4px;
	font-size: 10px;
}
label span.req {
	font-size: 90%;
	padding-right: 3px;
}

/**	Inline player */
a.sm_link {
	background-position: 0 2px;
	background-repeat: no-repeat;
}
a.sm_loading {
	padding-left: 14px;
	background-image: url("../images/sm_loading.png");
}
a.sm_playing {
	padding-left: 14px;
	background-image: url("../images/sm_playing.png");
}
a.sm_paused {
	padding-left: 14px;
	background-image: url("../images/sm_paused.png");
}