@charset "utf-8"; 
@import "layout.css";
@import "forms.css";

/* 
	Title:	The Zenith Theatre screen styles
	Author: mark.boere@bluearcgroup.com
*/
/*
	Pixels to ems (based on 12px):
		10px = 0.83em
		11px = 0.916em
		13px = 1.083em
		14px = 1.16em
		15px = 1.25em
		16px = 1.3em
		17px = 1.416em
		18px = 1.5em
		19px = 1.583em
		20px = 1.6em
/*

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

/* Following reset is for CMS sites */
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, 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,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	background-color: #eaeaea;
	margin-bottom: 30px;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}
body.home.promos {background-color: #fff;}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
caption {
	font-weight: bold;
	font-size: 1.3em; /* 16px */
	text-align: left;
	padding-bottom: 0.5em;
	color: #565656;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em; /* 18px */
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3;
}
h1 {
	background: #acacac url("../images/template/generic-h1-bg.png") no-repeat 0 0;
	padding: 0.7em 13px;
	margin: 0 -13px 0.8em;
	width: 831px;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 1.3em; /* 16px */
	margin-bottom: 0.6em;
}  
h3, h4, h5, h6 {
	font-size: 1.16em; /* 14px */
	margin-bottom: 0.5em;
}
h4 {font-size: 1.083em;} /* 13px */
h5, h6 {font-size: 1em;} /* 12px */

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#content-wrapper {font-size: 1.2em;} /* 12px */
/* Margins */
#content-wrapper p, #content-wrapper ul, 
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 1.3em;} /* 22px */
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul,
#content-wrapper ol {margin-left: 4em;}
#content-wrapper ul {list-style: disc;}
#content-wrapper ol {list-style: decimal;}
	/* Nested */
	#content-wrapper ul ul, #content-wrapper ul ol, 
	#content-wrapper ol ol, #content-wrapper ol ul {margin: 0.75em 0 0.75em 2.5em;}
	#content-wrapper ul ul {list-style: circle;}
	#content-wrapper ol ol {list-style: lower-alpha;}
	#content-wrapper ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide, legend span, table.events th {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

