@charset "UTF-8";
/******************************************************************************************************

										CSS RESET

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.75em /* 12px */;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */
}
h1 {
	font-size: 1.5em /* 18px */;
}
h2 {
	font-size: 1.3em /* 15px */;
}
h3 {
	font-size: 1.2em /* 14px */;
}
h4, h5, h6 {
	font-size: 1.1em /* 13px */;
}
p, ul, ol {
	margin-bottom: 1.1em;
} /* DO NOT RESIZE */
li {
	margin-bottom: 0.5em;
}
a, a:link, a:visited {
	color: #5343a7;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
/* layout */

blockquote {
	margin: 10px 10px;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
blockquote p {
	padding-left: 10px;
}
/* forms */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #e2e2e2
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */
form div input, form div button {
	width: 100px;
	margin-top:5px;
	margin-left: 290px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
.text {
	border: 1px solid #5e709b;
	height: 22px;
}
input.submit {
	width: 102px;
	height: 41px;
	color: #fff;
	border: 0;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
body {
	background: url(images/bg.jpg) top left no-repeat #000;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #b6a86d;
}
a, a:link, a:visited {
	color: #fff;	
}
h1#logo {
	background: url(images/logo.png) bottom no-repeat;
	width: 112px;
	height: 132px;
	text-indent: -999em;
	margin: 0 0px 0 15px;
}
#player {
	float: left;
	margin: 0 0 0 0px;
	height: 90px;
	width: 100%;
}
#nav {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	float: left;
	height: 55px;
	text-indent: -9999em;
}
li#news a {
	background: url(images/news.png);
	width: 60px;
}
li#news a:hover {
	background: url(images/news-over.png);
	width: 60px;
}
li#media a {
	background: url(images/media.png);
	width: 75px;
}
li#media a:hover {
	background: url(images/media-over.png);
	width: 75px;
}
li#press a {
	background: url(images/press.png);
	width: 63px;
}
li#press a:hover {
	background: url(images/press-over.png);
	width: 63px;
}

li#disco a {
	background: url(images/disco.png);
	width: 63px;
}
li#disco a:hover {
	background: url(images/disco-over.png);
	width: 63px;
}
li#placements a {
	background: url(images/placements.png);
	width: 105px;
}
li#placements a:hover {
	background: url(images/placements-over.png);
	width: 105px;
}
li#shop a {
	background: url(images/shop.png);
	width: 63px;
	
}
li#shop a:hover {
	background: url(images/shop-over.png);
	width: 63px;
	
}
li#contact a {
	background: url(images/contacts.png);
	width: 80px;
}
li#contact a:hover {
	background: url(images/contacts-over.png);
	width: 80px;
}


#leftcol {
	float: left;
	width: 265px;
	height: 300px;
	clear: left;
	padding: 60px 0 0 10px;
	
}
#leftcol img {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	padding: 7px;
}
#content-hold {
	width: 47%;
	float: left;
	margin: 0;
	border-top: 1px dotted #9a855e;
	height: 370px;
	position: relative;	
}
#content {
	width: 100%;
	float: left;
	margin: 0;
	height: 370px;
	position: relative;
}
h2, h2 a, h2 a:link, h2 a:visited {
	
	font: 22px Arial Narrow, Arial, Helvetica, sans-serif normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
h2 a:hover {
	color: #8d754e;
	text-decoration: none;
}
.post h2 {
	padding: 10px 0 0 0;	
}
#shows-holder {
	width: 200px;	
	float: left;
	position: relative;
	top: -43px;
	margin: 0 0 0 20px;
}
#shows-head {
	background: url(images/shows.png) left top no-repeat;
	width: 200px;
	height: 31px;
	float: left;
	padding: 0 0 12px 0 ;
	text-indent: -999em;
	
}
#shows {
	width: 200px;
	float: left;
	clear: both;
height: 340px;
}
#shows h3 {
	border-top: 1px dotted #9a855e;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: .2em 0;
	color: #fff;
}

.entry {
	margin: 15px 0 0 0;	
}