
/*  CSS RESET   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  SITE-SPECIFIC FORMATTING   */

body {
background-color: #000;
color: #fff;
font-size: 62.5%;
font-family: arial, verdana, sans-serif;
padding: 0 0 15px 0;
}


#mainwrapper {
width: 918px;
margin: 0 auto;
line-height: 1.5em;
}

#lefttop {
line-height: 11px;
font-size: 0px;
height: 11px;
}

#leftcol {
width: 205px;
float: left;
padding: 9px 0 0 0;
background-image: url(../images/leftgradtile.gif);
background-repeat: repeat-x;
background-position: top left;
min-height: 400px;
font-size: 1.2em;
}

	#leftcol ul {
	margin: 0 0 0 40px;
	}
	
	#leftcol li {
	margin: 0 0 10px 0px;
	}
	
	#leftcol li a:link, #leftcol li a:visited, #leftcol li a:active {
	line-height: 18px;
	margin: 0 0 25px 0;
	color: #fff;
	padding: 0 0 0 15px;
	background-image: url(../images/whitearrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	text-decoration: none;
	}
	
	#leftcol li a:hover, #leftcol li a.active {
	color: #8f9497 !important;
	background-image: url(../images/activearrow.gif) !important;
	}
	
	#leftcol li a.active, #leftcol li a.active:hover {
	color: #8f9497 !important;
	background-image: url(../images/activearrow.gif) !important;
	}
	
#maincontent {
float: right;
width: 668px;
padding: 20px 20px 0 20px;
font-size: 1.4em;
font-weight: bold;
}

	#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	color: #8b8e91;
	font-style: italic;
	}
	
	#maincontent a:hover {
	text-decoration: underline;
	}

#footer {
color: #444;
padding: 45px 0 0 0;
font-size: 1em;
margin: 0 auto;
width: 910px;
}

	#footer p {
	margin: 0 0 15px 0;
	line-height: 1.2em;
	}

/*  table formatting */

table {
width: 100%;
margin: 0 0 30px 0px;
font-weight: bold;
}

	.showtimes {
	color: #8d9194;
	font-size: 1.2em;
	}

	.date {
	width: 35%;
	padding: 5px 0;
	text-align: left;
	}
	
	.time {
	width: 15%;
	padding: 5px 0;
	text-align: left;	
	}
	
	.theater {
	width: 40%;
	padding: 5px 0;
	text-align: left;	
	}
	
.inputtable {
width: 450px;
margin: 0 auto 20px auto;
font-weight: bold;
font-size: 1.2em;
}

	.inputtable .label {
	width: 30%;
	text-align: right;
	color: #8d9194;
	padding: 2px 0 2px 5px;
	}
	
	.inputtable .field {
	width: 70%;
	text-align: left;
	padding: 2px 0 2px 5px;
	}
	
	.inputtable input {
	background-color: #202a31;
	width: 330px;
	border-width: 0px;
	color: #fff;
	padding: 2px 5px;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	}
	
	.inputtable input.submitbutton {
	background-color: #000;
	color: #fff;
	border-width: 0px;
	width: 140px;
	text-align: right;
	float: right;
	font-weight: bold;
	cursor: pointer;
	padding: 0px;
	}	
	
/* /table formatting */	
	
#leftcol a:link, #leftcol a:visited, #leftcol a:active {
color: #8c8c8b;
text-decoration: none;
line-height: 10px;
}

.divider {
line-height: 15px;
height: 15px;
width: 100%;
background-color: #202a32;
margin: 0 0 30px 0;
font-size: 1.2em;
}

	.divider .textlabel {
	background-color: #000;
	color: #fff;
	padding: 0 20px 0 0;
	line-height: 15px;
	}

.largecenter {
font-size: 1.35em;
line-height: 1.2em;
text-align: center;
}

.largecenterdark {
font-size: 1.2em;
line-height: 1.2em;
text-align: center;
color: #8b8e91;
}

p {
margin: 0 0 30px 0;
line-height: 1.3em;
}

hr {
margin: 0 0 30px 0;
}


/* /text formatting */

/* utility */

.clear {
line-height: 0px;
font-size: 0px;
clear: both;
}

