/* Generic classes */
body {
	background: #160e0c;
	padding: 0;
	margin: 0px 0px 100px 0px;
	border: 0;
	width: 100%;
}
body, input, select, textarea, table, td, div {
	color: #fff;
	font-family: arial,sans-serif,verdana;
	font-size: 10px;
}
form, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
	-moz-background-inline-policy: bounding-box;
	background-color: #221a18;
	padding: 0px 2px 0px 5px;
	margin: 0px 0px 10px 0px;
}
a:hover {
	background-image: none;
	text-decoration: none;
	color: #fff;
	background-color: #38d3ff;
}
li {
	list-style-type: none;
}
label {
	cursor: hand;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	font-size:1px;
}



/* Layout */
#page {
	text-align: left;
	width: 680px;
}

.column {
	display: inline;
	margin-left: 20px;
	width: 200px;
	height: 100%;
	float: left;
}

.column .colorblock {
	width: 20px;
	height: 20px;
	float: left;
}

#columnTwo {
	width: 428px;
}

.primarycolor {
	background-color: #3cf;
}
.date {
	color: #3cf;
}

#logo {
	text-transform: uppercase;
}
#logo #titles {
	margin-top: 7px;
}
#logo #sub {
	margin-top: 5px;
	color: #666666;
}


#sinwavebak {
	margin: 7px 0px 50px 0px;
	width: 200px;
	height: 28px;
	background: url(img/sin_waves.gif) 0px 0px no-repeat;
}


#sinwave {
	margin: 7px 0px 50px 0px;
	width: 200px;
	height: 28px;
	background: url(img/sin_waves.gif) 0px 0px no-repeat;
}

#primaryNav {
	margin: 2px 0px 50px 0px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

#primaryNav a {
	padding: 0px 15px 0px 1px;
}
#primaryNav div {
	font-size: 15px;
}

#rssLink {
	margin: 2px 0px 20px 0px;
}
#rssLink ul {
	width: 200px;
}
#rssLink li {
	font-size: 10px;
	color: #fff;
	padding-left: 20px;
	background: url(img/sopwith.gif) 0px 2px no-repeat;
}

.sectionTitle {
	width: 200px;
	text-transform: uppercase;
}
.sectionTitle .text {
	color: #666;
}
.divider {
	background: url(img/dotline_horizontal.gif) 0px 0px repeat-x;
	width: inherit;
	height: 1px;
	font-size: 1px;
	margin: 1px 0px 0px 0px;
}

.listItem {
	margin: 10px 0px 10px 0px;
}

.sectionTitle {
	margin: 24px 0px 0px 0px;
}

#releases #player {
	margin: 11px 0px 36px 0px;
	width: 200px;
	height: 34px;
}

#releases .releaseItem {
	margin: 0px 0px 50px 0px;
}

#releases .releaseInfo {
	margin-left:0px;
}

#releases .releaseImage {
	margin-top: 15px;
}
#releases .releaseImage img {
	border: solid 1px #666;
	padding: 1px;
}
#releases .releaseInfo .id {
	color: #1d1614;
}
#releases .releaseInfo .title {
	color: #fff;
}
#releases .releaseInfo .title a {
	z-index:1;
	display: block;
	position: relative;
	padding: 4px 30px 8px 2px;
	margin: 2px 0px 14px 0px;
	font-size: 30px;
	letter-spacing: -0.4px;
	line-height: 25px;
	font-size-adjust: 0.48;
	font-weight: 200;
}
#releases .releaseInfo .title .downloadLink {
	z-index:2;
	display: inline;
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -15px 0px 0px 168px;
	background: url(img/download_box.gif) 0px 0px no-repeat;
	cursor: pointer;
	cursor: hand;
}
#releases .releaseInfo .title .playLink {
	z-index:2;
	display: inline;
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -15px 0px 0px 183px;
	background: url(img/play_box.gif) 0px 0px no-repeat;
	cursor: pointer;
	cursor: hand;	
}

#releases .releaseInfo .title .tip {
	z-index:3;
	background-color: #38d3ff;
	display: none;
	position: absolute;
	padding: 2px 2px 8px 2px;
	margin: 2px 2px 14px 0px;
	font-size: 30px;
	letter-spacing: -0.4px;
	line-height: 25px;
	font-size-adjust: 0.48;
	font-weight: 200;	
}


#releases .releaseInfo .detail {
	color: #fff;
	margin: 5px 0px 5px 0px;
}
#releases .releaseInfo .minutiae {
	color: #666;
	font-style: italic;
	margin: 5px 0px 5px 0px;
}
#releases .releaseInfo .description {
	color: #fff;
	line-height: 15px;
	text-indent: 20px;
	margin: 12px 0px 12px 0px;
}


.player {
	height: 20px;
	position: relative;
}

.player--bar,
.player--position {
	position: absolute;
	left: 0;
	height: 2px;
}

.player--bar {
	background: #447fa9;
	width: 100%;
}

.player--position {
	background: #38d3ff;
}

.player--duration {
	position: absolute;
	color: white;
	top: 2px;
	right: 0;
}

.player--time {
	position: absolute;
	color: white;
	top: 2px;
	left: 0;
}

