@charset "utf-8";

body {
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 180%;
	color: #363636;
	margin: 0;
	padding: 0;
}

/********** Main Text Elements - Headings, Paragraphs, etc. **********/

h1 {	
	visibility: hidden;
	display: none;
}
h2 {
	font-weight: bold;
	font-size: 2.6em;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 0;
	margin: 0 0 20px;
	padding: 10px 0;
	color: #363636;
}
h2.nospace {
	margin-bottom: 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 20px;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px;
	color: #363636;
	clear: both;
}
p {
	margin: 0 0 20px;
}
blockquote {
	font: normal italic 1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#maincolumn p, #maincolumn ul, #maincolumn ol, #maincolumn table {
	text-shadow: #dee3e1 0 1px 0;
}
.small {
	margin: 0;
	font-size: .8em;
}

/********** Lists **********/

ul{
	list-style: disc outside none;
	margin-bottom: 20px;
}
ul ul{
	list-style-type: square;
}
ul ul ul{
	list-style-type: none;
}
li{
	margin: 10px auto;
}

/********** Links **********/

a {
	color: #aa0000;
	text-decoration: underline; /* Most visitors know that underlined text means a link. No other text should ever be underlined. */
}
a:hover {
	color: #e60000;
}

/********** Images **********/

img {
	border: none; /* When an image is used as a link, most browsers put a border around it by default. This removes that border. */
}
.leftimg {
	float: left;
	margin: 0 10px 10px 0;
}
.rightimg {
	float: right;
	margin: 0 0 10px 10px;
}

/********** Layout **********/

#header {
	width: 945px;
	margin: auto;
}

#pagewrap {
	width: 878px;
	margin: auto;
	padding: 20px;
	background-color: #fff;
}
.leftcolumn {
	width: 419px;
	margin: 20px 20px 0 0;
	float: left;
}
.rightcolumn {
	width: 419px;
	margin: 20px 0 0 20px;
	float: right;
}
#footer {
	clear: both;
	text-align: center;
	padding: 30px;
	color: #7a7a7a;
}
#footer a {
	color:#7a7a7a;
}
#footer a:hover {
	color:#e60000;
}
#footer p {
	margin: 0 0 5px;
	padding: 0;
}
#footer p {
	font: normal .7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/********** CD's **********/
.cd {
	clear: both;
	height: 220px;
	line-height: 1.2em;
	margin: 0 0 30px;
}
.cd p.buy {
	margin: 0 0 10px;
}
.cd p.buy img.disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.cd img.cover {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}