/*
Table of Contents
- Reset styles
- Basic styles
- Advanced styles (via media queries)
*/

/* 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, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }

nav ol,
.nav ol,
nav ul,
.nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

button,
input,
label,
select {
	vertical-align: middle;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

address, caption, cite, code,
dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
th,
td {
	vertical-align: top;
}

/* miscellany */
hr,
.hide {
	display: none;
	visibility: hidden;
}
span.accesskey { text-decoration:none; }

a img {
	border: none;
}

/* Clearing Floats */
.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* Mobile Styles */
body {
	background: #0b0509;
	color: #fff;
	font: 62.5%/1 'helvetica neue', arial, helvetica, sans-serif;
	padding: 2em 1.5em;
	text-align: center;
}

/* links */
a {
	color: #fff;
	text-decoration: none;
}
a:link,
a:visited {
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #c0b693;
	text-decoration: underline;
}

h1 {
	color: #fff;
	font-size: 3.6em;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 0.416667em;
	text-transform: uppercase;
}
h1 img {
	display: block;
	width: 100%;
}
h2 {
	border-bottom: 1px solid #545353;
	color: #fff;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.809524em;
	padding-bottom: 0.761905em;
	text-transform: uppercase;
	letter-spacing:.05em;
}
h2 img {
	display: block;
	width: 100%;
}
h3 {
	color: #fff;
}
h4 {}
h5 {}

p {
	color: #c0b693;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 1.5em; /* 15px */
	line-height: 1.544444; /* 23px */
}


img.background {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	visibility: visible;
	width: 100%;
	z-index: 1;
}

span.title {
	color: #fff;
	text-transform: uppercase;
	letter-spacing:.05em;
}


#page {
	background: #0b0509;
	color: #c0b693;
	margin: 30px auto;
	min-height: 620px;
	padding: 20px 12px 20px 20px;
	position: relative;
	text-align: left;
	width: 958px;
	z-index: 2;
}

#header {
	padding-right: 8px;
	width: 950px;
}

#billboards {
	height: 288px;
	padding-bottom: 17px;
	width: 958px;
}
#billboards img {
	display: none;
}
#billboards img.first {
	display: block;
}

#subheader {
	padding-right: 8px;
	width: 950px;
}

#content {
	background: url(../i/rule-vertical-1x10.png) repeat-y 590px 0;
	margin-bottom: 27px;
	padding-right: 8px;
	width: 950px;
}

.main {
	float: left;
	padding-bottom: 0;
	width: 568px;
}
.complimentary {
	float: right;
	padding-bottom: 0;
	width: 337px;
}

.description {
	padding-bottom: 20px;
	overflow: hidden;
}
.description img {
	float: left;
	padding-bottom: 20px;
	padding-top: 3px;
}
.description p {
	margin-left: 17%;
	text-align: left;
}


.buttonspan {
	border-top: 0px solid #545353;
	padding-top: 0px;
	overflow: hidden;
	width: 100%;
}


.laurels {
	border-top: 1px solid #545353;
}
.laurels img {
	width: 100%;
}

.contact {
	background: #423f41;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 265px;
	float: left;
	display: block;
}
.contact a {
	border: 1px solid #000;
	color: #c0b693;
	display: block;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 1.4em;
	line-height: 1.266667;
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:.05em;
}
.contact a:hover,
.contact a:focus {
	background-color: #555354;
	text-decoration: none;
}

.order {
	background: #423f41;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 265px;
	float: right;
	display: block;
}
.order a {
	border: 1px solid #000;
	color: #c0b693;
	display: block;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 1.4em;
	line-height: 1.266667;
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:.05em;
}
.order a:hover,
.order a:focus {
	background-color: #555354;
	text-decoration: none;
}

.screenings {
	padding-bottom: 0;
	padding-top: 4px;
}
.screenings h2 {
	border-bottom: 0;
	color: #c0b693;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 1.5em; /* 15px */
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 8px;
}
.screenings h3 {
	font-size: 1.3em; /* 13px */
	font-weight: normal;
	line-height: 1.307692; /* 17px */
	padding-bottom: 7px;
	padding-top: 6px;
}
.screenings .vevent {
	padding-bottom: 17px;
}
.screenings .vevent a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	line-height: 1.153846;
}
.screenings .vevent a:hover,
.screenings .vevent a:focus {
	color: #c0b693;
}
.screenings .vevent a.rsvp {
	color: #c0b693;
	font-size: 1.1em;
	line-height: 1.181818;
	padding-top: 3px;
}


#footer {}
#footer p {
	color: #999;
	display: inline;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.181818;
}
#footer p.copyright {
	color: #c0b693;
	padding-right: 5px;
	text-transform: uppercase;
	letter-spacing:.05em;
}
#footer a {
	color: #999;
}
#footer a:hover,
#footer a:focus {
	color: #fff;
}