@import 'reset.css';

body {
	background: #151515 url('../images/background-main.png') repeat-x;
	color: #555;
}

#wrapper-main {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	font: normal 1em Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 10pt;
}

#logo {height:180px;overflow:hidden;}

a, a:visited {color:#666;}
a:hover {color:#ccc;text-decoration:none;}

.next_show {
	color:#999;
	background-color:#151515;
	background: #151515 url('../images/background-main.png') repeat-x left 45%;
	margin: 0 auto;
	width:450px;
	height:150px;
	text-align:left;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #252525;
	border-right:1px solid #252525;
	padding: 10px 0;
	display: none;
}
.slide {
	margin: 0 auto;
	padding: 0;
	padding-bottom:40px;
	width:450px;
	border-top: solid 2px #222;
	height:30px;
}
.events-slide {
	float:right;
	display:block;
	background-color:#222;
	color:#444;
	width:155px;
	padding-bottom:2px;
	text-decoration:none;
}
.active {
}
.next_show_details {
	width:285px;
	float:right;
	padding-top:10px;
	padding-right:5px;
}

.next_show h1 {
	font: bold 1em Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 12pt;
	padding-left:5px;
	padding-bottom:5px;
}

.next_show img {
	padding-left:2px;
	float:left;
}

p {clear:both;padding-top:4px;}