/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 

	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#dadada;
}
html { min-width:948px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 948px;
	font-size:.75em;
}

	/* Header */
	header{
		height:100px;
		overflow:hidden;
		background-color: #070707;
	}
	
	/* Content */
	#main {
		background-color: #070707;
		width:100%;
	}
		
		#left-side {
			float:left;
			width:191px;
		}
			#left-side .indent {
				padding:0 24px 15px 0;
			}
		#center {
			float:left;
			width:511px;
		}
			#center .indent {
				padding:0 16px 15px 15px;
			}
		#right-side {
			float:left;
			width:185px;
		}
			#right-side .indent {
				padding:0 0 15px 18px;
			}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:16px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h2 {
	font-size:22px;
	font-weight:normal;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	text-indent:20px;
	margin-bottom:15px;
}
h3 {
	font-size:16px;
	color:#dadada;
	line-height:1.2em;
	border-bottom:1px solid #1e1e1e;
	padding:0 0 4px 0;
	margin-bottom:1em;
}


/*==================boxes====================*/

.box .border-top {
	height:28px;
	background:url(../images/box-bg.png) 0 0 repeat-x;
	overflow:hidden;
}
.box .left-bot-corner {
	background:url(../images/left-bot-corner.png) no-repeat 0 0;
	padding-left:28px;
}
.box .right-bot-corner {
	background:url(../images/right-bot-corner.png) no-repeat 100% 0;
	padding-right:28px;
}
.box .border-bot {
	height:28px;
	background:url(../images/box-bg.png) 0 0 repeat-x;
	overflow:hidden;
}
.box .inside { 
	padding:0 28px 0 28px;
	background:url(../images/box-bg.png);
}


.block {
	background:#141414;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:20px;
	behavior: url(js/PIE.htc);
	position:relative;
}




/*===== content =====*/
	.wrap {
		display:block;
		position:relative;
		width:100%;
	}
		.wrap span.play {
			display:block;
			width:63px;
			height:63px;
			position:absolute;
			left:50%;
			top:50%;
			margin-left:-32px;
			margin-top:-32px;
			z-index:2;
			background:url(../images/play.png) no-repeat 0 0;
		}
		.wrap:hover span.play {
			background-position:0 -63px;
		}
		.wrap img {
			position:relative;
			z-index:1;
		}
	article {padding-bottom:46px;}
	article.last {padding-bottom:0;}
	
	dl dt {color:#CB3333;}
	dl dd {margin-bottom:16px;}
	dl dd a {color:#dadada; text-decoration:none; display:block;}
	dl dd a:hover {background:#CB3333; color:#000;}
	
	.social-services li {
		padding-bottom:3px;
	}
	
	

/*-- shows table begin ---*/
.shows {
	width:100%;
	background:url(../images/table-top.png) no-repeat 0 29px;
}
	.shows thead {
		width:100%;
	}
	
	.shows thead td {
		font-size:12px;
		color:#4f4f4f;
		text-transform:uppercase;
		padding-bottom:35px;
	}
	.shows td.cell-1 {width:166px; padding-left:19px;}
	.shows td.cell-2 {width:126px;}
	.shows td.cell-3 {width:169px; padding-left:20px;}
	
	.shows tbody td {
		background:#141414;
		padding:22px 19px 25px 19px;
		font-size:11px;
		color:#dadada;
		line-height:16px;
	}
	
	.shows tbody td.cell-1 {width:135px; padding:22px 19px 25px 19px;}
	.shows tbody td.cell-2 {width:90px; padding:22px 19px 25px 0;}
	.shows tbody td.cell-3 {width:178px; padding:22px 19px 25px 19px;}
	.shows tbody tr.first td {padding-top:0 !important;}
	.shows tbody tr.even td {
		background:#1f1f1f;
	}
		.shows tbody td p {
			margin-bottom:0;
		}
		.shows tbody td p.date {
			margin-bottom:12px;
		}
		.shows tbody td p.event {
			font-size:18px;
			line-height:1em;
			color:#CB3333;
			margin-bottom:22px;
		}
		.shows tbody .alignright a {
			font-size:12px;
			color:#CB3333;
			padding-top:5px;
		}
		
		.last-link {
			background:url(../images/table-bottom.png) no-repeat 0 0;
			padding:35px 12px 0 0;
			height:1%;
		}
			.last-link a {
				color:#828282;
			}
/*-- shows table end ---*/


.list1 li {
	font-size:13px;
	color:#CB3333;
	padding-bottom:8px;
}
	.list1 li a {
		color:#dadada;
		text-decoration:none;
	}
	.list1 li a:hover {
		text-decoration:underline;
	}


.list2.onehalf {
	width:50%;
	float:left;
}

.list2 li {
	background:url(../images/marker1.gif) no-repeat 0 0;
	padding:2px 0 2px 30px;
	margin-bottom:11px;
}
	.list2 li a {
		color:#dadada;
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#fff;
		text-decoration:underline;
	}

/*==========================================*/
