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

* {
	margin:0 auto;
	padding:0;
}

body {
	margin:0 auto;
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

img {
	border:none;
}

.container {
	width:670px;
	margin:0 auto;
}

#header {
	background:#0c0a0b;
	height:135px;
	border-bottom:2px solid #fff;
}

#logo {
	float:left;
	width:150px;
	padding-top:10px;
}

#contact {
	float:right;
	width:200px;
	font-size:11px;
	color:#fff;
	text-align:right;
	padding-top:5px;
}

#contact a {
	color:#fff;
	text-decoration:none;
}

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

#top-menu {
	clear:both;
	width:650px;
	padding-left:20px;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:16px;
	height:35px;
	padding-top:10px;
}

#top-menu li {
	float:left;
	list-style-type:none;
	height:35px;
	text-align:center;
	padding:0 10px;
}

.menu-item a {
	color:#fff;
	text-decoration:none;
}

.menu-item a:hover {
	color:#ccc;
}

.menu-item-sel a {
	color:#fff;
	text-decoration:none;
}

.menu-item-sel {
	background:url(/images/menu_arrow.jpg) no-repeat bottom center;
}

#content-container {
	background:url(/images/content_tile.jpg) repeat-x #bfc0ba;
	border-bottom:2px solid #fff;
}

#top-content {
	width:658px;
	height:231px;
	background:#0e0e0e;
	border:5px #fff solid;
	position:relative;
	top:-12px;
}

#news-block {
	float:left;
	width:135px;
	padding:15px;
	color:#fedd00;
	font-size:1.1em;
	height:201px;
	overflow:hidden;
}

#news-block a {
	color:#fff;
	text-decoration:none;
}

#news-block a:hover {
	color:#8d8d8d;
	text-decoration:underline;
}

#news-block td {
	padding-bottom:3px;
}

#promotion {
	background:url(/images/whats_on.jpg) bottom;
	width:456px;
	padding-right:10px;
	padding-left:25px;
	height:29px;
	overflow:hidden;
	padding-top:202px;
	float:right;
	font-size:12px;
	text-align:right;
}

#promotion a {
	text-decoration:none;
	color:#333;
}

#promotion a:hover {
	color:#f60;
	text-decoration:underline;
}

#sub-content {
	width:668px;
	clear:both;
}

#content-wide {
	width:648px;
	padding:10px;
	background:#fff;
	color:#0e0e0e;
}

#content {
	float:left;
	background:#fff;
	width:425px;
	padding:10px;
	color:#0e0e0e;
}

#content a, #content-wide a {
	color:#f60;
	text-decoration:underline;
}

#content a:hover, #content-wide a:hover {
	color:#a00;
	text-decoration:none;
}

#side-content {
	float:right;
	width:199px;
	padding:10px;
	background:#3d3d3d;
	color:#fff;
}

#side-content ul {
	margin-left:10px;
}

#side-content a {
	color:#ffac29;
}

#side-content a:hover {
	color:#f60;
}

#footer {
	width:668px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	line-height:18px;
	font-size:1.1em;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	background:#fff;
}

h1 {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:1.8em;
	margin-bottom:8px;
}

h6 {
	font-size:13px;
	color:#fff;
	margin-bottom:8px;
}

p {
	line-height:16px;
	margin-bottom:8px;
}

.news_list {
	font-size:1.2em;
	font-family:Trebuchet MS, Verdana, Arial;
	border-bottom:1px dashed #fff;
	padding-bottom:4px;
	margin-bottom:8px;
}

.news_list a {
	color:#ffac29;
	text-decoration:underline;
}

.news_list a:hover {
	color:#f60;
	text-decoration:none;
}

.thumb-container {
	width:210px;
	float:left;
	height:170px;
}

.thumb-image img {
	padding:2px;
	border:1px solid #ccc;
}

.thumb-capt {
	font-size:1.1em;
	text-align:center;
	padding-top:5px;
}

.gigs-preview {
	padding-bottom:5px; 
	margin-bottom:8px; 
	border-bottom:1px solid #fff;
}

#news-block .gigs-preview a {
	color:#fedd00;
	text-decoration:none;
}

#news-block .gigs-preview a:hover {
	text-decoration:underline;
}

	