

/***************************************
	RESET
***************************************/
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, input,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; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
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: "" ""; }
iframe { display: none; }


/***************************************
	GLOBALS
***************************************/
body {
	background-color: rgb(0,0,0);
	color: rgb(30,30,30);
	font: 12px/18px Helvetica, "Lucida Grande", Helvetica, Arial, sans-serif;

/*	background-image: url('../_images/_bg/tiled.png');*/
}
.clearfix:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
a {
	border-bottom: 2px solid rgba(60,60,60,.3);
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom: 2px solid rgb(60,60,60);
}


/***************************************
	BACKGROUND
***************************************/
img#bg-image {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;

	display: none;
}


/***************************************
	WRAPPER
***************************************/
div#wrapper {
	position: absolute;
	top: 0;
	z-index: 2;

	display: none;
}


/***************************************
	MAIN MENU
***************************************/
div#main-menu {
	float: left;
	letter-spacing: -1px;
	white-space: nowrap;
	width: 500px;
}
div#main-menu h1 {
	height: 40px;
	margin: 67px 0 8px 54px;
	width: 400px;
}
div#main-menu h1 a {
	background: url('../_images/_css/logo.png') no-repeat left -40px;
	border: none;
	display: block;
	font-size: 50px;
	height: 0;
	line-height: 60px;
	overflow: hidden;
	padding-top: 40px;
	width: 400px;
}
div#main-menu h1 a:hover {
	background-position: left top;
}
div#main-menu h1 a.selected {
	background-position: left bottom;
}
div#main-menu ul#menu-items {
	padding: 0 0 50px 50px;
}
div#main-menu ul#menu-items li a {
	border: none;
	color: rgb(30,30,30);
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}
div#main-menu ul#menu-items li a:hover {
	color: rgb(220,220,220);
}
div#main-menu ul#menu-items li a.selected {
	color: rgb(255,255,255);
}
div#main-menu ul#menu-items li a.selected:before {
	content: '\2192\ ';
}


/***************************************
	CONTENT ITEM
***************************************/
div#contents {
	float: left;
	position: relative;
	width: 500px;
}
div#contents div.content-item {
	font-size: 13px;
	line-height: 20px;
	padding: 79px 50px 50px 0;
	position: absolute;
	width: 420px;
}
div#contents div.content-item h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
div#contents div.content-item h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
div#contents div.content-item h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div#contents div.content-item p {
	margin-top: 20px;
}
div#contents div.content-item p b {
	font-size: 1.1em;
}
div#contents div.content-item h3 + p,
div#contents div.content-item p:first-child {
	margin-top: 0;
}
div#contents div.content-item#home a,
div#contents div.content-item#shows a,
div#contents div.content-item#contact a,
div#contents div.content-item#biography a {
	background-color: rgba(0,0,0,.1);
	display: inline-block;
	overflow: hidden;
	padding: 2px 11px 2px 7px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
}
div#contents div.content-item#home a:before,
div#contents div.content-item#shows a:before,
div#contents div.content-item#contact a:before,
div#contents div.content-item#biography a:before {
	content: '\2192\ ';
}
div#contents div.content-item#home a:hover:before,
div#contents div.content-item#shows a:hover:before,
div#contents div.content-item#contact a:hover:hover,
div#contents div.content-item#biography a:hover:before {
	padding-left: 12px;
}
div#contents div.content-item ol.items {
	overflow: visible;
}
div#contents div.content-item ol.items li {
	clear: left;
	overflow: visible;
	padding-top: 20px;
}
div#contents div#home ol.items li a.inline-image {
	border-bottom: none;
	display: block;
	float: left;
	margin: 20px 20px 20px 0;
	overflow: visible;
	padding: 5px;
}
div#contents div#home ol.items li a.inline-image:hover {
	background-color: rgb(214,36,36) !important;
	padding: 5px !important;
}
div#contents div#home ol.items li a.inline-image:before {
	content: '' !important;
	padding: 0 !important;
}
div#contents div#home ol.items li a.inline-image:hover:before {
	content: '' !important;
	padding: 0 !important;
}
div#contents div#home ol.items li a.wide-image {
	border-bottom: none;
	display: block;
	margin-top: 20px;
	overflow: visible;
	padding: 5px;
}
div#contents div#home ol.items li a.wide-image:hover {
	background-color: rgb(214,36,36) !important;
	padding: 5px !important;
}
div#contents div#home ol.items li a.wide-image:before {
	content: '' !important;
	padding: 0 !important;
}
div#contents div#home ol.items li a.wide-image:hover:before {
	content: '' !important;
	padding: 0 !important;
}


div#contents div.content-item ol.items li:first-child {
	padding-top: 0;
}
div#contents div.content-item ol.items li span.entry-date {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
div#contents div.content-item ol.items li span.entry-date span.marker {
	color: rgb(255,255,255);
	font-size: 1.5em;
	margin: 0 .5em 0 -1.5em;
	position: relative;
	top: 2px;

	color: rgb(0,0,0);
}
div#contents div.content-item ol.items li h3 {
	font-size: 14px;
	font-weight: bold;
}
div#contents div.content-item ol.items li p {
}
div#contents div.content-item div.photo {
	float: left;
}
div#contents div.content-item div.photo img {
	border: 10px solid rgb(0,0,0);
}
div#contents div.content-item div.release {
	padding-top: 40px;
}
div#contents div.content-item h1 + div.release,
div#contents div.content-item div.release:first-child {
	padding-top: 0;
}
div#contents div.content-item div.release div.release-info {
	margin-left: 200px;
}
div#contents div.content-item div.release h2 {
	margin-top: 0;
}
div#contents div.content-item div.release h3 {
	margin-bottom: 20px;
}
div#contents div.content-item div.release img.cover {
	border: 10px solid rgb(0,0,0);
	float: left;
	margin: 0 20px 10px 0;
}
div#contents div.content-item div.release p.mp3 {
	margin-top: 0;
}
div#contents div.content-item div.release ol.tracklist {
	list-style: decimal;
}
div#contents div.content-item div.release script + ol.tracklist {
	margin-top: 20px;
}
div#contents div.content-item div.release ol.tracklist li {}


/***************************************
	UPCOMING SHOWS
***************************************/
div#shows-sidebar {
	font-size: 11px;
	line-height: 20px;
	margin-left: 1000px;
	padding: 79px 0 50px 0;
	width: 200px;
}
div#shows-sidebar h2 {
	font-size: 12px;
	font-weight: bold;
}
div#shows-sidebar ol {}
div#shows-sidebar ol li {
	margin-top: 10px;
}
div#shows-sidebar ol li:first-child {
	margin-top: 0;
}
div#shows-sidebar ol:before {
	content: '\2014';
}
div#shows-sidebar ol li h3 span.marker {
	color: rgb(255,255,255);
	font-size: 13px;
	margin: 0 .5em 0 -1.5em;
	position: relative;
}
div#shows-sidebar ol li h3,
div#shows-sidebar ol li h4 {
	font-weight: bold;
}
/*div#shows-sidebar ol li h3 {
	font-size: 12px;
}*/
div#shows-sidebar ol li h4 {
	font-style: italic;
}



