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

a img {
	border:none;
}

a {
	font-weight: bold;	
}

body {
	background:#7f3f0f;
	background-image:url(images/bg-new.jpg);
	background-position: top center;
}

img.header {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -512px;	
}

div.container {
	position:relative;
}

img#devilwise {
	position:absolute;
	top: 815px;
	left: 50%;
	margin: 0 0 0 330px;
	padding-bottom: 20px;	
}

img#onevoice {
	position:absolute;
	top: 815px;
	left: 50%;
	margin: 0 0 0 220px;
	padding-bottom: 20px;	
}

img#depotlogo {
	position:absolute;
	top: 815px;
	left: 50%;
	margin: 0 0 0 70px;
	padding-bottom: 20px;	
}

img#depotlogo, img#onevoice {
	opacity: .4;
}

img#depotlogo:hover, img#onevoice:hover {
	opacity: .7;
}

ul.shows {
	position: absolute;
	top: 340px;	
	left: 50%;
	margin-left: -485px;
	width: 900px;
}	

ul.shows li {
	display: inline;
	float: left;
	list-style:none;
	margin-left: 85px;
	cursor: pointer;	
}

div.show-description {
	position: absolute;
	width: 850px;
	top: 350px;	
	left: 50%;
	margin: 0 0 0 -400px;	
}

div.show-description p {
	width: 180px;
	float: left;
	display: inline;
	margin-left: 30px;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
}

div.show-description p#intro {
	width: 390px;
	font-size: 15px;
	margin-left:30px;
}

div.show-description p .heading {
	font-size:20px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

div.show-description p a {
	color: #E0B53D;
	text-decoration: none;
}

div.footer p a {
	color: #592D01;
	text-decoration: none;
}

div.show-description p a:hover, div.footer p a:hover {
	color: orange;
}

div.footer p {
	position: absolute;
	top: 765px;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	color: #E0B53D;
	font-size: 13px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}