
/*
Cyan: rgb(0,173,239);
Magenta: rgb(236,0,140);
Yellow: rgb(255,242,0);
Black: rgb(0,0,0);
*/

/* General */

body {
	margin: 0;
	padding: 0;
	color: rgb(0,0,0);
	background-color: rgb(252,252,252);
	background-image: url("../images/bg_paper.jpg");
	background-repeat: repeat-y;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: bold;
}

a {
	cursor: pointer;
}

a img {
	border: none;
}

form {
	margin: 0;
}

input.submit, input.button {
	cursor: pointer;
}

#container {
	width: 760px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}


/* Header */

#header {
	height: 141px;
}

#header h1 {
	width: 610px;
	height: 80px;
	position: absolute;
	top: 50px;
	left: 30px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 610px;
	height: 80px;
	display: block;
}

#header h1 span {
	display: none;
}


/* Menu */

#menu {
	font-family: "Courier New", courier, "andale mono", monaco, serif;
	color: rgb(255,255,255);
	background-image: url("../images/menu_bg.jpg");
	background-repeat: repeat-y;
	background-color: rgb(63,0,75);
	position: absolute;
	top: 0;
	left: 35px;
	width: 587px;
	font-weight: bold;
}

#menu p {
	margin: 0;
	padding: 0.6em 0.2em 0.8em 1.4em;
}

#menu a {
	color: rgb(255,255,255);
	text-decoration: none;
	margin: 0 0.5em;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span.section {
	text-decoration: underline;
}


/* Content */

h2#section {
	background-image: url("../images/hdr_latest_news.gif");
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
}

h2#section span {
	display: none;
}

#main {
	margin-top: 10px;
	width: 475px;
	float: right;
	background-image: url("../images/content_bg.gif");
	background-repeat: no-repeat;
}

#content {
	padding: 3em 1em 2em 1em;
}

#content h3 {
	font-family: "Courier New", courier, "andale mono", monaco, serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(0,173,239);
}

#content h4 {
	margin: 1em 0;
}

#content a {
	color: rgb(0,0,0);
	background-color: rgb(255,242,0);
	text-decoration: none;
	padding: 0 0.3em;
	font-family: "Courier New", courier, "andale mono", monaco, serif;
}

#content a:hover {
	color: rgb(255,255,255);
	background-color: rgb(51,51,51);
}

#content a.link, #content a.link:hover {
	background-color: transparent;
}

#content .top {
	margin: 1em 0 0 0;
	font-size: 10px;
}

#content .top img {
	vertical-align: middle;
	padding-bottom: 2px;
}

#content .top a {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: none;
	padding: 0;
}

#content .top a:hover {
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: underline;
}

#content #options {
	font-family: "Courier New", courier, "andale mono", monaco, serif;
	float: right;
}

#content #options p {
	margin: 1em 0 0 0;
	padding: 1em;
}

#content #options a, #content #options span {
	padding: 0 0.3em;
}

#content ul {
	margin: 1em 0 0 1em;
	padding: 0 0 0.5em 0;
	list-style-type: none;
}

#content li {
	padding: 0 0 0 0.8em;
	margin: 0.1em 0;
	background-image: url("/images/blt.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#content hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
}


/* Sidebar */

#sidebar {
	width: 285px;
	float: left;
	background-image: url("../images/sidebar_bg.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	position: relative;
}

#sidebar .box {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 1.7em 3em 2.2em 4.5em;
}

#sidebar h5 {
	width: 175px;
	height: 25px;
	margin: 0;
	background-repeat: no-repeat;
}

#sidebar h5 span {
	display: none;
}

#sidebar input, #sidebar select {
	font-size: 10px;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
}

#sidebar p.blurb {
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 1.3em;
}


/* Current Release */

#album_cover {
	position: absolute;
	z-index: 1;
}

#sidebar #current_release {
	padding-top: 0;
	padding-bottom: 2em;
	padding-left: 3.8em;
}

#current_release {
	background-image: url("../images/sidebar_hr1.gif");
	font-family: "Courier New", courier, "andale mono", monaco, serif;
	font-size: 11px;
	position: relative;
	z-index: 2;
	margin-top: 215px;
}

#current_release h5 {
	width: 187px;
	height: 50px;
	background-image: url("../images/current_release.gif");
}

#current_release p {
	text-align: center;
	margin: 0.2em 0.4em 0 0;
}


/* Listen */

#listen {
	background-image: url("../images/sidebar_hr2.gif");
}

#listen h5 {
	background-image: url("../images/listen.gif");
}

#listen p {
	margin: 1em 0 0 0.4em;
}

#listen a {
	padding-right: 0.3em;
}

#listen a.audio {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
	color: rgb(0,0,0);
	padding: 0 0.3em;
}

#listen a.audio:hover {
	text-decoration: none;
	background-color: rgb(236,0,140);
	color: rgb(255,255,255);
}


/* Newsletter */

#newsletter {
	background-image: url("../images/sidebar_hr3.gif");
}

#newsletter h5 {
	background-image: url("../images/newsletter.gif");
}

#newsletter_form {
	margin: 1em 0 0 0.2em;
	text-transform: uppercase;
}

#newsletter input.text {
	font-weight: bold;
	background-image: url("../images/input_bg.gif");
	background-repeat: no-repeat;
	border-width: 0;
	padding: 3px 4px 0 5px;
	margin-bottom: 2px;
	width: 127px;
	height: 21px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 118px;
	height: 18px;
}

html>body #newsletter input.text {
	width: 118px;
	height: 18px;
}

* html #newsletter input.text {
	background-attachment: fixed; /* workaround IE scrolling BG on input field bug */
}

#newsletter input.submit {
	margin-bottom: 7px;
	vertical-align: middle;
}

#newsletter input.radio {
	margin: 0 4px 2px 0;
	vertical-align: middle;
}

#newsletter input.unsubscribe {
	margin-left: 5px;
}

#newsletter p.blurb {
	margin: 0.2em 4em 0 0.8em;
}


/* Vote */

#vote {
	background-image: url("../images/sidebar_hr4.gif");
}

#vote h5 {
	background-image: url("../images/vote.gif");
}

#vote_form {
	margin: 1em 0 0 0.2em;
}

#vote select {
	vertical-align: middle;
	font-size: 9px;
}

#vote input.button {
	vertical-align: middle;
}

#vote p.blurb {
	margin: 0.6em 4em 0 0.8em;
}


/* Releases */

#content .release h4 {
	margin: 0 -0.6em 0.5em -0.6em;
	padding: 0 0.6em 0.6em 0.6em;
	border-bottom: 1px dotted rgb(204,204,204);
}

.release h5 {
	margin: 1.5em 0 1em 0;
}

.releaseinfo {
	margin-left: 125px;
}

.release img.cover {
	float: left;
	margin-top: 0.2em;
	border: 1px solid rgb(0,0,0);
}

#content .release ul {
	margin: 0;
}

#content .release li {
	background-image: none;
	padding: 0;
}


/* Photos */

.photos {
	margin: 2em 0;
}

.photos table {
	border-collapse: collapse;
}

.photos table th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1em;
}

.photos table td {
	padding: 0;
	margin: 0;
}

.photos table img {
	display: block;
	border: 1px solid rgb(0,0,0);
	margin: 2px;
}

#content .photos a, #content .photos a:hover {
	background-color: transparent;
	padding: 0;
}


/* Contact */

form#contact {
	padding: 0 0 0.5em 2em;
}

form#contact label {
	display: block;
	margin-top: 0.5em;
}

form#contact input, form#contact textarea, form#contact select {
	display: block;
	font-size: 12px;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
}

form#contact input.submit {
	margin-top: 1em;
}


/* Footer */

#footer {
	clear: both;
}