﻿/* ------------------------------------ */
/* GENERAL                              */
/* ------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#d7cfcf;
	margin:0; padding:0 }
	
a { color:#8a0300 }
a:hover { color:#333 }

.clear { clear:both }

a:focus, a:active { outline:none }
	
	
/* ------------------------------------ */
/* HEADER                               */
/* ------------------------------------ */
	
#header {
	position:relative;
	height:113px;
	background:#514b4b url('../graphics/header_bg.gif') bottom repeat-x }
	
	#header.subpage {
		border-bottom:1px solid #B90100 }
	
	#header .headerWrap { height:100% }	

/* --------------- */
/* LOGO ---------- */
#header h1 {
	margin:0; padding:0;
	position:absolute;
	bottom:0; left:0;
	width:285px;
	height:110px }
	
	#header h1 a {
		width:285px;
		height:110px;
		display:block;
		background:url('../graphics/logo.gif') no-repeat;
		text-indent:-5000px }

	
/* --------------- */
/* NAVIGATION ---- */
#header #navigation {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	right:-10px; bottom:20px }
	
	#header #navigation ul {
		list-style:none;
		display:block;
		margin:0; padding:0 }
		
		#header #navigation ul li {
			margin:0 0 0 20px;
			float:left }
			
		#header #navigation ul li a {
			padding:6px 10px;
			text-decoration:none;
			color:#ffffdb;
			display:block } #header #navigation ul li a:hover { color:#FFD30B }
			
		#header #navigation li.current {
			background:url('../graphics/nav_active_left.gif') top left no-repeat }
			
		#header #navigation li.current span {
			color:#ffd30b;
			padding:6px 10px;
			display:block;
			background:url('../graphics/nav_active_right.gif') top right no-repeat }
		
		
/* ------------------------------------ */
/* FOCUS AREA                           */
/* ------------------------------------ */
	
#focusArea {
	border-top:1px solid #b90100;
	border-bottom:9px solid #ffd30b;
	position:relative;
	height:306px;
	background:#2e0100 url('../graphics/focus_bg.gif') top repeat-x }
	
	#focusArea .focusWrap { height:306px; background:#2e0100 url('../graphics/focus_image.jpg') top left }
	
	#focusArea h2 {
		font-size:24px;
		letter-spacing:-1px;
		color:#ffd30b;
		margin:30px 0 10px 0;
		padding:0 }
	
	#focusArea p {
		font-size:16px;
		color:#ffffe5;
		margin:0;
		line-height:25px;
		padding:0 }
		
	#focusArea a {
		color:#ffd30b;
		text-decoration:underline }
		
	#focusArea a:hover {
		color:#ffffe5;
		text-decoration:none }
	

	
/* ------------------------------------ */
/* CONTENT AREA                         */
/* ------------------------------------ */
	
#contentArea {
	z-index:10;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

	background:url('../graphics/content_top.gif') repeat-x top }
	
	#contentArea.subpage { border-top:10px solid #8A0300; }
	
	#contentArea .contentWrap { margin:0 auto 20px; background:url('../graphics/content_bg.jpg') no-repeat top left }
	
	#contentArea h2 {
		color:#353030;
		font-size:23px;
		letter-spacing:-1px;
		text-transform:uppercase;
		margin:24px 0 14px 0; padding:0 }
		
	#contentArea .redBar {
		clear:both;
		height:25px;
		font-size:10px;
		color:#e1dcdc;
		background:url('../graphics/home_bar_bg.gif') repeat-x }
		
		.redBar a { color:#FFD30B; text-decoration:none }
		.redBar a:hover { color:#fff }
		
		.redBar .tickets,
		.redBar .news,
		.redBar .media {
			text-transform:uppercase;
			padding-top:6px }
		
		.redBar .tickets { float:left; width:43%; padding-left:8px }
		.redBar .news { float:left; width:34% }
		.redBar .media { float:left; width:23% }
	
	.showtimeArea {
		width:370px !important }
		
		.showtimeGrid { position:relative }
		a {text-decoration:none }
		a.print-button { font-size:13px; text-decoration:none; font-weight:bold; position:absolute;top:25px; right:20px; display:block; padding:5px 10px; color:#fff; background:#7B0E00 }
		a:hover.print-button { color:#fff; background:#610900 }
		
	.showtime-block {
		font-size:12px;
		color:#3c3c3c;
		border-bottom:1px solid #ada5a5;
		margin:10px 0 0 0;
		padding:0 0 0 0;
		line-height:12px }

	.showtime-block h4 {
		font-size:18px;
		margin:0px 0 2px 0; padding:0;
		line-height:24px }

	.showtime-block h1 {
		font-size:22px;
		margin:0px 0 2px 0; padding:0;
		line-height:22px }

	.details {
		font-size:11px }

	.infobox {
		border:1px solid #ada5a5 }

	.titlemargin {
		color:#353030;
		font-size:23px;
		letter-spacing:-1px;
		text-transform:uppercase;
		margin:24px 0 14px 0; padding:0 }

	.showtimes {
		font-size:15px;
		line-height:17px;
		font-weight:bold;
		line-height:18px }


	.newsArea {
		border-left:1px solid #ada5a5;
		border-right:1px solid #ada5a5;
		width:280px !important;
		margin:10px 0 15px 0 !important;
		padding:0 20px !Important }
	
	.news-block {
		position:relative !important;
		padding:0 0 5px 0;
		margin:0 0 20px 0;
		border-bottom:1px solid #ada5a5 !important }
	
	.news-block h3, .mediaArea h3 {
		font-size:15px;
		margin:5px 0 2px 0; padding:0 }
		
	.news-block h3 a, .mediaArea h3 a { text-decoration:none }
		
	.news-block p, .mediaArea p {
		margin:0 0 10px 0;
		padding:0;
		color:#353030;
		font-size:13px;
		line-height:17px }
		
	.news-block small {
		font-size:11px;
		color:#605a5a }

	.news-block ul {
		font-size:11px;
		color:black }
		
	.news-block a.read-more {
		display:block;
		padding:4px 8px 5px 8px;
		position:absolute;
		height:14px;
		bottom:0; right:0;
		background:#8a0300;
		text-decoration:none;
		font-size:13px;
		color:#fff }
		
		.news-block a.read-more:hover, .mediaArea a.view-details:hover {
			background:#670A00 }
	
	.mediaArea {
		margin-top:15px 0 0 0;
		margin-right:0 !important;
		width:228px !important }
		
		.mediaArea.sidebar {
			margin-right:10px !important;
			width:220px !important }
	
	.mediaArea .media-block {
		margin:15px 0 20px;
		padding:0 0 0 8px;
		position:relative }
		
		.mediaArea.sidebar .media-block {
			padding:0 !important }
	
	.mediaArea a.view-details {
		display:block;
		padding:5px 8px;
		position:absolute;
		bottom:0; right:0;
		background:#8a0300;
		border-top:2px solid #D7CFCF;
		border-left:2px solid #D7CFCF;
		text-decoration:none;
		font-size:13px;
		color:#fff }
		
	.mediaArea img { display:block; margin:0 }
	
	
	
/* ------------------------------------ */
/* CONTENT STYLES                       */
/* ------------------------------------ */


.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; } 


.border-right { border-right:1px solid #4F4F4F; }
.grid_4.border-right { padding:0 20px 0 0; width:287px !important }

.subpageContentBorder {
	border-top:5px solid #4F4F4F }
	
.content-area {
	width:684px !important;
	padding:15px 15px 0 0; }
	
.content h2 {
	font-size:19px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000 }
	
.content h3 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-top:25px;
	padding:10px 0 0 0;
	border-top:1px solid #888888;
	color:#222 }
	
	.news-block h3 {
		padding:0; margin-top:3px; border:none }
	
.content h4 {
	font-size:14px;
	margin:0 0 15px;
	line-height:20px;
	font-weight:bold;
	color:#670A00 }

.content p, .content ul, .content ol {
	line-height:20px;
	margin:10px 0;
	font-size:13px; }
	
	
	
/* ------------------------------------ */
/* FOOTER                               */
/* ------------------------------------ */
	
#footer {
	clear:both;
	background:url('../graphics/footer_bg.gif') repeat-x top }
	
	#footer .footerWrap { position:relative; color:#FFF; font-size:12px; padding:15px 0; }
	
	#footer .footerWrap span { position:absolute; right:0; top:15px }
	#footer a { color:#FFD30B; font-weight:bold }
	#footer a:hover { color:#FFF }
	
	
	
/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

p.field { margin:0 }
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

.button { margin:15px 0 0 150px; background:#8A0300; color:#fff; font-weight:bold; padding:8px 10px; border:1px solid #000; }

label, button, input.submit, input.image {cursor: pointer;}

select {height: 22px; }

textarea {overflow: auto;}
input.text, input.password, textarea { color:#555; height:15px; padding:7px 8px 5px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #AFA4A4; }
input.text, input.password { width:200px }
textarea { width:467px; height:120px }
input.text:focus, input.password:focus, textarea:focus, input:focus { background:#e9e2e2; color:#000 }

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px }