/*-----------------------------------+
 | Site: Headcount Records           |
 | Part: Master stylesheet           |
 +-----------------------------------*/

/* Resets
=====================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	background: #333b4a url('images/main_bg.jpg') repeat-x 0 0;
}

.clear {
	clear: both;
}

span {
	display: none;
}

/* Divs
=====================================================================*/

#wrapper {
	width: 960px;
	margin: 15px 0 0 15px;
}

#header {
	float: left;
	height: 100px;
	border-bottom: 3px solid white;
}

#header h1 {
	width: 138px;
	height: 49px;
	background: transparent url('images/header_logo.gif') repeat-x 0 0;
}

#about {
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid white;
}

#latestrelease {
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid white;
}

#news {
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid white;
}

#footer {
	float: left;
	padding: 8px 0 10px 0;
}

/* Typography
=====================================================================*/

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #a3a799;
	text-decoration: none;
	border-bottom: 1px dotted #a3a799;
}

h2 {
	font-weight: bold;
}

a {color: #fff;}
a:hover {color:#a3a799;}

#footer a { color: #fff; text-decoration: none; border-bottom: 1px dotted white; }
#footer a:hover { border-bottom: none; }

p.release {font-weight: bold;}
p.band {margin: 8px 0 8px;font-size: 2em;}
p.title {font-size: 1.1em;}
p.desc {margin: 15px 0;}
p.press {font-weight: bold;}
p.colors {margin: 0 0 8px 0;}
p.buynow a {color: #fff;border-bottom: 1px dotted #fff;text-decoration: none;}
p.buynow a:hover {color: #a3a799;border: none;text-decoration: none;}

p.newstitle {margin:0 0 5px 0;font-size:1.2em;font-weight:bold;}
p.newsdesc {margin:0 0 0.5em 0;}
p.newslink { margin: 0.5em 0; }
p.newslink a {font-size: 0.9em;color: #fff;border-bottom: 1px dotted #fff;text-decoration: none;}
p.newslink a:hover {color: #a3a799;border: none;text-decoration: none;}

#footer h3 {
	font-size: 0.8em;
}

/* Images
=====================================================================*/

.mainimg {
	border: 8px solid #282425;
}



/* Navigation
=====================================================================*/

ul#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul#nav a:hover {
	color: #a3a799;
	text-decoration: none;
	font-weight: bold;
	border: none;
}