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

/*  Reset for some default browser CSS - General */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0; list-style: none;
}

header, nav, article, footer, address, section {
	display:block;
}

a {
	text-decoration: none;
	color: #D41F00;
}

a:hover {
	color: #808080;
}

:focus {
	outline: 0;
}

h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
	font-weight: normal;
} 

h2 {
	font-size: 22px;
	line-height: 28px;
}

.float {
		float:left;
	}
	
body {
	background: #CCC;
	font-family : "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 12px;
	}	


/* Header */
	
header#site_head {
	background: url(images/bck_head.jpg);
	-moz-box-shadow: inset 0px -2px 3px #480508;
	-khtml-box-shadow: inset 0px -2px 3px #480508;				
	-webkit-box-shadow: inset 0px -2px 3px #480508;
	box-shadow: inset 0px -2px 3px #480508;
	border-bottom: 1px solid #fffffb;
	height: 85px;
	width: 100%;
	display: block;
}

	.header_cont {
		width: 960px;
		margin: 0 auto;
		padding-top: 15px;
	}
	
	.header_cont h1 {
		text-indent:-9999px;
		float: left;
	}
	
	.header_cont h1 a {
		background: url(images/logoGray.png) no-repeat;
		width: 400px;
		height: 70px;
		display: block;
	}
	
	.header_cont h1 a:hover {
		background: url(images/logo.png) no-repeat;
		width: 400px;
		height: 70px;
		display: block;
	}
	
	nav.head_nav {
		float: right;
		margin-top: 13px;
	}
	
	nav.head_nav ul li {
		display: inline;
		margin: 0px 5px;
	}
	
	nav.head_nav ul li a {
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		text-transform: lowercase;
		padding: 5px 8px;
	}
	
	nav.head_nav ul li.selected a {
		text-shadow: 1px 1px 1px #2c0306;
		background: #D41F00;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: inset 0px 0px 2px #2c0306;
		-khtml-box-shadow: inset 0px 0px 2px #2c0306;
		-webkit-box-shadow: -1px -1px 2px #2c0306; /*-webkit- inset fix*/
		box-shadow: inset 0px 0px 2px #2c0306;
		color: #f6f6ee;
	}
	
	nav.head_nav ul li a:hover {
		background: #D41F00;
		-moz-border-radius: 10px;		
		-khtml-border-radius: 10px;				
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	nav.head_nav ul li.rss, nav.head_nav ul li.twitter  {
		position: relative;
		left: -355px;
		margin: 0;
	}
	
	nav.head_nav ul li.rss a {
		color: #b4676c;
		border-right: 1px solid #903f43;
		margin: 0;
		padding-left: 20px;
		background: url(images/rss.png) left no-repeat;
		font-size:10px;
	}
	
	nav.head_nav ul li.twitter a {
		color: #b4676c;
		margin-left: 3px;
		padding-left: 20px;
		background: url(images/twitter.png) left no-repeat;
		font-size:10px;
	}
	
	nav.head_nav ul li.rss a:hover, nav.head_nav ul li.twitter a:hover  {
		color: #f6f6ee; 		
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-khtml-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	
/* Main container */	

#main_content {	
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

#breadcrumb {
 margin-top:20px;
 font-size:1.2em;
}
.poster_center {
	text-align:center;
	margin-bottom:30px;
}
	/* Last posts section */	
	section#last_posts {
		clear: both;
	}
		
	.section_tit {
		clear: both;
	}
	
	.section_tit h3 {
		background: url(images/line.png) no-repeat center center; 
		text-align: center;
		font-size: 24px;
		margin: 50px 0 50px 0;
		color: #999;
		text-shadow: 1px 1px 0px #fff;
		text-transform:lowercase;
	}
	
	div.single_post {
		float: left;
		width: 447px;
		min-height: 250px;
		margin: 0 16px 35px 16px;
	}
	div.double_post {
		width: 750px;
		margin: 0 100px;

	}

	img {
			border: 5px solid rgb(255,255,255); /*rgba ie fix*/
			border: 5px solid rgba(255,255,255,0.75);
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-box-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
		}

		div.single_post footer {
			color: #2b2b28;
			text-align:right;
			font-size: 10px;
		}

		div.single_post ul  {
			margin-top: 10px;
			border-right: 3px solid #dbdbd4;
		}
		
		div.single_post ul  li {
			padding: 1px 13px 1px 0px;
		}
		
		div.single_post ul  li a {
			font-weight: bold;
		}

		div.art {
			width: 250px;
			display: block;
			background: rgb(255,255,255); /*rgba ie fix*/
			background: rgba(255,255,255,0.75);
			border: 1px solid rgb(255,255,255); /*rgba ie fix*/
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border-radius: 10px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
			margin-left: 15px;
			overflow: auto;
			float:left;
		}
		
		div.art:hover {
			background: rgb(255,255,255); /*rgba ie fix*/
		}
		.double_post div.art {
			width:340px;
			margin-left:30px;
			margin-bottom:40px;
		}
		div.single_post header h2 {
			border-bottom: 1px solid #dbdbd4;			
			margin: 20px;
			padding-bottom: 20px;
			text-align: center;
		}
		
		div.single_post p, section#archive p {
			padding: 0 20px;
			font-size: 12px;
			line-height: 20px;
		}
		
		span.more, span.more_arch {
			float: right;
			margin: 30px 20px 30px 0px;
		}
		
		span.more a, span.more_arch a, .about_left ul li a {
			background: #808080;
			-moz-border-radius: 15px;			
			-khtml-border-radius: 15px;	
			-webkit-border-radius: 15px;	
			border-radius: 15px;	
			padding: 8px 12px;
			color: #fff;
			text-shadow: 1px 1px 1px #546d7c;
			-moz-box-shadow: 1px 1px 1px #333;			
			-khtml-box-shadow: 1px 1px 1px #333;			
			box-shadow: 1px 1px 1px #333;
			-webkit-box-shadow: 1px 1px 1px #333; /*-webkit- inset fix*/
		}
		
		span.more a:hover, span.more_arch a:hover, .about_left ul li a:hover {
			background: #A93127;
			text-shadow: none;
			-moz-box-shadow: inset 1px 1px 2px #2c0306;
			-khtml-box-shadow: inset 1px 1px 2px #2c0306;
			-webkit-box-shadow: 1px 1px 2px #2c0306; /*-webkit- inset fix*/
			box-shadow: inset 1px 1px 2px #2c0306;
		}
	

	div.portfolio { 
		margin-bottom: 150px;
		display: block;
		text-align:center;
	}
		
	div.portfolio ul {
		margin: 0 15px -8px 15px;
	}
	
	div.portfolio ul li  {
		display: inline-block;
		margin: 8px 8px 0 8px;
	}
	
	div.mailingList {
		width: 300px;
		margin:0 auto;
	}
	
	div.mailingList fieldset {
		padding-top: 1.5em;margin: .5em 0;text-align: left; border:none;
	}
	
	div.mailingList form label {
		display: block;margin: .3em 0;color: #666;
	}
	
	div.mailingList form input {
		margin-right: 1.5em;padding: .2em .3em;width: 90%;float: left;z-index: 999;
	}

	div.contact {
		text-align:center;
		font-size: 18px;
		line-height: 48px;
		color:#999;
		padding:10px 0 80px 0;
	}
	div.contact p{
		color:#666;
	}
	div.contact span{
		color:#fff;
		margin-left:20px;
		font-size:22px;
	}
	div.about {
		color:#666;
		font-size:1.2em;
		padding:5px 50px;
	}
	div.about p{
		padding-bottom:20px;
	}
	.mc-field-group {
		margin: 1.3em 5%;clear: both;overflow: hidden;
	}
	
	#mce-responses {
		float: left;top: -1.4em;padding: 0em .5em 0em .5em;overflow: hidden;width: 90%;margin: 0 5%;clear: both;
	}
	
	#mce-error-response {
		display: none;margin: 1em 0;padding: 1em .5em .5em .5em;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: #fff;color: #D12F19;
	}
	
	#mce-success-response {
		display: none;margin: 1em 0;padding: 1em .5em .5em .5em;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: #fff;color: #529214;	}
	
	/* Footer */
	
	div.bottom  {
		clear: both;
		display:block;
		margin: 0 auto;
		border-top: 1px solid #dbdbd4;
		padding-top: 20px;
		text-align:center;
	}
	
	div.bottom p {
	color: #666;
	}

.hidden{display:none;}
#seats {border-collapse: collapse;padding:0;table-layout:fixed; background-color:#fff;width:520px;float:left;margin-bottom:20px;}
#seats tr {height:8px;}
#seats td {height:8px;}
ul#selectedTickets {margin-top: 25px;}
ul#selectedTickets li {color: #666666;font-size: 1.1em;margin:16px 0;}
.removeTicket {float:right;background:url(images/deleteDefault.png) no-repeat center right;width: 18px;}
.removeTicket:hover{background:url(images/delete.png) no-repeat center right;}
#cartWidget{float:left;margin-left:20px;			display: block;
			background: rgb(255,255,255); /*rgba ie fix*/
			background: rgba(255,255,255,0.75);
			border: 1px solid rgb(255,255,255); /*rgba ie fix*/
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border-radius: 10px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
			overflow: auto;
			padding:10px 6px 5px 8px;width:170px;}
#cartWidget p {margin-bottom:10px;font-style: italic;font-size: 0.9em;color:#999;}
#cartButton {margin-bottom:20px;text-align: center;}
.cartWidget {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    
    color:#FFF;       
    background-color:#333;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em .3em .3em .3em;
    background-image:url(images/glossy.png);
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    cursor: pointer;
	margin: 30px 0 5px;
}
.cartWidget:hover{
	background-color:#A93127;
}
.cartWidget .amount{
	float:left;
	margin-left: 20px;
	width: 60px;
}
.cartWidget .badge{
    font-size:.9em;
    padding:3px 5px;
    text-align: center;
}
#cartTitle{    
	font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
#cartTitle a{
	color:#fff;
	display:block;
}
#verifyReservation input{width:140px;}
.modal {
    background-color:#fff;
    display:none;
    width:500px;
    padding-bottom:15px;
    text-align:left;
    border:2px solid #333;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	border-radius:6px;
	box-shadow:0 0 50px #ccc;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
}
.modal h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight:bold;
	color:#fff;
}
.modal h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom:10px;
	padding-bottom: 10px;
	color:#999;
}
#modalHeader{
	background:#333;
	padding: 15px 30px 0;
}
.modal p {
	padding:0 50px;font-style:italic;font-size:1.1em;color:#666;margin-bottom:20px;
}
.modal img {
	border:none;
	box-shadow:none;
	display: block;
    margin: 0 auto;
}
#orderList input[type='text'] {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #000000;
    margin-bottom: 10px;
    margin-left: 80px;
    width: 180px;
	font-size:1em;
}
.modal button {
    background-image:url(images/glossy.png);
	background-color:#999;
	display: inline-block;
    margin: 10px;
    padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.modal button.primary{background-color:#333;}
.modal button:hover{background-color:#A93127;}
#orderTotal td{
	font-weight: bold;
    padding: 10px 0 20px;
    text-align: right;
    width: 200px;
}