/* global
---------------------------------------------------------- */
* { margin: 0; padding: 0; }
a img, fieldset { border: 0 none; }
code, samp, kbd, pre, tt { font-size: 115%; font-family: "courier new", courier, monaco, monospace; }
pre code, code pre { font-size: 100%; }
acronym, abbr { border-bottom: 1px dotted #000; cursor: help; }
dfn { font-style: italic; }
ol, ul { list-style: none; }
th, caption { text-align: center; }
legend { font-weight: bold; }
input, select, textarea { font-size: 120%; font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif; }
label { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
hr { display: none; }
.fv { width: 520px; height: 270px; border: 1px solid #3d3c3c; display: block; margin-bottom: 25px; }
.fv2 { width: 519px; height: 455px; border: 1px solid #3d3c3c; border-bottom: 2px solid #3d3c3c; display: block; margin-bottom: 25px; }
	
.clear { clear: both; font-size: 0; height: 0; line-height: 0; position: relative; }
.right { text-align: right; }
.left { text-align: left; }
.fleft { float: left; padding-right: 9px; padding-bottom: 12px; }
.fright { float: right; padding-left: 9px; padding-bottom: 12px; }
.center { text-align: center; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.last { border: 0 none !important; }
.uppercase { text-transform: uppercase; }
.nopadd { padding: 0 !important; }

a:link, a:visited, a:active { text-decoration: none; color: #dd7302; background: transparent; }		
a:hover { text-decoration: underline; }
.orange { color: #dd7302; }
	
	
/* structure
---------------------------------------------------------- */
body {
	background: #000 url(../images/bg.gif);
	color: #fff;
	font: 100% Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	text-align: center; }
	
div#wrapper {
	width: 820px;
	background: #3d3c3c;
	margin: 15px auto;
	padding: 10px 0;
	text-align: left; }
	
	div.container {
		background: #2e2e2e url(../images/bg-content.gif) repeat-y top left;
		width: 800px;
		margin: 0 10px;
		font-size: 70%; }
		
		div.container div.header {
			width: 800px;
			height: 275px;
			overflow: hidden; }
		
		
/* sidebar
---------------------------------------------------------- */
div.container div.content div.col-left {
	width: 167px;
	float: left; }
	
	div.container div.content div.col-left dl {
		margin: 15px 13px 19px;
		font-size: 90%; }
	
	div.container div.content div.col-left dl dt {
		color: #848484;
		margin-bottom: 5px; }
		
	div.container div.content div.col-left dl dd {
		margin-bottom: 5px; }
		
	div.container div.content div.col-left ul {
		margin-right: 2px; }
		
	* html div.container div.content div.col-left ul { 
		padding-top: 10px; }
		
		div.container div.content div.col-left ul li a {
			padding: 8px 6px 8px 53px;
			line-height: 145%;
			display: block;
			text-transform: uppercase;
			background: url(../images/dash.gif) no-repeat 20px 14px;
			border-bottom: 1px solid #282828; }
			
		div.container div.content div.col-left ul li a.current {
			color: #848484; }
			
		* html div.container div.content div.col-left ul li a {
			padding: 0 6px 12px 53px; }
			
		div.container div.content div.col-left ul.homelist {
			padding-top: 12px; }
			
		div.container div.content div.col-left ul.homelist li {
			padding: 8px 6px 8px 53px;
			line-height: 145%;
			font-size: 90%;
			display: block;
			text-transform: none;
			background: url(../images/dash.gif) no-repeat 20px 14px;
			border-bottom: 0; }
			
		div.container div.content div.col-left ul.homelist li a {
			padding: 0;
			display: inline;
			text-transform: none;
			background: none;
			border-bottom: 0; }
			
			
		
/* main content
---------------------------------------------------------- */
div.container div.content div.col-right {
	width: 633px;
	float: left; }
		
	div.container div.content div.col-right div.text {
		padding: 17px 15px 0 55px;
		margin-bottom: 15px; }
		
		div.container div.content div.col-right h1 {
			color: #848484;
			padding-bottom: 20px;
			font-size: 105%;
			text-transform: uppercase; }
			
			div.container div.content div.col-right h1 strong {
				color: #dd7302; }
			
		div.container div.content div.col-right p {
			line-height: 160%; 
			padding-bottom: 20px; }
			
		div.container div.content div.col-right p.uppercase img {
			vertical-align: middle;
			margin-right: 10px; }
			
		div.container div.content div.col-right div.line {
			color: #2f2f2f;
			margin: 0 auto 14px auto;
			background: #2e2e2e url(../images/bg-line.gif) no-repeat top left;
			height: 2px; }
		
		
		
/* title areas
---------------------------------------------------------- */
div.title {
	height: 48px;
	padding-left: 2px;
	background: url(../images/bg-top.gif) repeat-x top left; }
	
div.title2 {
	height: 46px;
	padding-left: 2px;
	background: url(../images/bg-top2.gif) repeat-x top left; }
		
	div.title img {
		vertical-align: middle;
		padding-top: 6px;
		padding-left: 4px; }
		
	div.title2 img {
		vertical-align: middle;
		padding-top: 4px;
		padding-left: 4px; }
			
	div.title div.split {
		height: 48px;
		background: url(../images/bg-split.gif) no-repeat top right; }
	
	div.title2 div.split {
		height: 46px;
		background: url(../images/bg-split2.gif) no-repeat top right; }
			
	div.container div.content div.col-right div.title {
		padding-left: 0; }
				
		div.container div.content div.col-right div.title img {
			padding-left: 3px;
			padding-right: 8px; }

			
			
/* rows
---------------------------------------------------------- */
div.row {
	margin: 7px 0;
	clear: left; }
	
div.state {
	background: #3d3c3c;
	padding: 3px; }
	
div.titlesr {
	text-transform: uppercase;
	background: #1f1f1f;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 2px 0;
	border-top: 1px solid #101010; }
	
div.titlesr div.where, div.titlesr div.location, div.titlesr div.when, div.titlesr div.details, div.titlesr div.dates, div.titlesr div.location2 { padding-left: 7px; }
	
div.where, div.location, div.when, div.details, div.dates, div.location2 {
	float: left;
	padding: 4px 0 14px;
	display: block; }

div.where { width: 170px; padding-right: 10px; }
div.location { width: 140px; }
div.when { width: 140px; }
div.details { width: 100px; }
div.dates { width: 220px; }
div.location2 { width: 340px; }

div.titlesr div.where, div.titlesr div.location, div.titlesr div.when, div.titlesr div.details, div.titlesr div.dates, div.titlesr div.location2 { padding: 2px 0 3px 7px; }

div.titlesr div.where { width: 173px; }
div.titlesr div.location { width: 133px; }
div.titlesr div.when { width: 133px; }
div.titlesr div.details { width: 93px; }
div.titlesr div.dates { width: 213px; }
div.titlesr div.location2 { width: 333px; }

div.line2 {
	color: #2f2f2f;
	margin: 0 auto;
	overflow: hidden;
	background: #2e2e2e url(../images/bg-line.gif) no-repeat top left;
	height: 2px; }

	
/* navigation
---------------------------------------------------------- */
div.nav ul {
	background: #333 url(../images/nav.gif) no-repeat top left;
	width: 800px;
	height: 53px;
	overflow: hidden; }
		
	div.nav ul li {
		float: left; }
			
		div.nav li a {
			background: url(../images/nav.gif) no-repeat top left;
			display: block;
			text-indent: -10000px;
			text-decoration: none;
			overflow: hidden;
			height: 52px; }
			
		div.nav ul li.home a {
			width: 163px;
			background-position: 0 0; }
			
			div.nav ul li.home a:hover,
			div.nav ul li.home a.current,
			div.nav ul li.home a.current:hover {
				background: url(../images/nav.gif) no-repeat 0 -53px; }
			
		div.nav ul li.film a {
			width: 158px;
			background-position: -163px 0; }
			
			div.nav ul li.film a:hover,
			div.nav ul li.film a.current,
			div.nav ul li.film a.current:hover {
				background: url(../images/nav.gif) no-repeat -163px -53px; }
			
		div.nav ul li.mult a {
			width: 158px;
			background-position: -321px 0; }
			
			div.nav ul li.mult a:hover,
			div.nav ul li.mult a.current,
			div.nav ul li.mult a.current:hover {
				background: url(../images/nav.gif) no-repeat -321px -53px; }
			
		div.nav ul li.ster a {
			width: 158px; 
			background-position: -479px 0; }
			
			div.nav ul li.ster a:hover,
			div.nav ul li.ster a.current,
			div.nav ul li.ster a.current:hover {
				background: url(../images/nav.gif) no-repeat -479px -53px; }
			
		div.nav ul li.educ a {
			width: 163px;
			background-position: -637px 0; }
			
			div.nav ul li.educ a:hover,
			div.nav ul li.educ a.current,
			div.nav ul li.educ a.current:hover {
				background: url(../images/nav.gif) no-repeat -637px -53px; }	
			
					
					
/* bottom
---------------------------------------------------------- */
div.bottom {
	background: url(../images/bg-bottom.gif) repeat-x top left;
	overflow: hidden;
	position: relative;
	height: 40px; }
	
				
/* theater link */
div.bottom div.theaters {
	width: 167px; }
					
	div.bottom div.theaters a {
		height: 39px;
		width: 167px;
		text-indent: -10000px;
		position: absolute;
		left: 0;
		top: 1px;
		overflow: hidden;
		background: url(../images/b-theaters.gif) no-repeat top left;
		display: block; } 
 
		div.bottom div.theaters a:hover {
			background-position: 0 -39px; }
			
			
/* search */
div.bottom div.search {
	padding-top: 9px;
	float: right; }
						
* html div.bottom div.search {
	text-align: right;
	padding-top: 8px; }
						
	div.bottom div.search input {
		vertical-align: middle;
		margin: 0 7px 0 0; }
							
	div.bottom div.search input.txt {
		width: 143px;
		height: 18px;
		border: 0 none;
		margin-left: 5px;
		padding: 3px 4px;
		background: url(../images/bg-input.gif) no-repeat top left; }
		
	div.bottom div.search input.submit {
		width: 97px;
		height: 22px;
		border: 0 none;
		cursor: pointer;
		background: url(../images/b-submit.gif) no-repeat top left;
		overflow: hidden; }
		
		div.bottom div.search input.submit:hover {
			cursor: pointer;
			background: url(../images/b-submit.gif) no-repeat bottom left; }

		
/* footer
---------------------------------------------------------- */
p.footer {
	text-align: center;
	color: #c3c3c3;
	padding-bottom: 15px;
	font-size: 70%; }
	
	p.footer a:link, 
	p.footer a:visited, 
	p.footer a:active { 
		color: #c3c3c3; }
	
	p.footer a:hover { 
		color: #dd7302;
		text-decoration: none; }
		

blockquote {
	border-left: 1px solid #484848;
	border-bottom: 1px solid #484848;
	margin: 0 0 20px 0;
	font-style: italic;
	background: #3d3d3d;
	padding: 5px 20px; }
	
blockquote p {
	margin: 0 !important;
	line-height: 175% !important;
	padding: 10px 0 !important; }
	
ul.list {
	margin-left: 35px;
	padding-bottom: 15px; }
	
ul.list li {
	list-style: square;
	margin-bottom: 4px; }

/* tables
---------------------------------------------------------- */

.country {
	text-transform: uppercase;
	color: #999999;
	padding-bottom: 10px;
}
.table_Headers {
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
	background-image: url(../images/bg-bottom.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 25px;
	padding-top: 5px;
}
.state {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3d3c3c;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.listing_info {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.horizontal_line {
	background-image: url(../images/bg-line.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
}
