/* @override http://nosis.tv/nosis.css */

/* Reset styles all Meyer-like */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */

html, body {
	height: 100%;
}

body {
	background: #000 url(images/roots.jpg) no-repeat center bottom;
	background-attachment: fixed;
	color: #888;
	font: normal 14px/18px Helvetica, Arial, sans;
	text-align: center;
}

.banner {
	padding: 10px 0;
	margin: 10px 0;
	background: #FFF;
	border: 1px solid #999;
	border-width: 1px 0;
}

.banner a {
	color: #000;
	text-decoration: underline;
}

.banner a:hover {
	color: #f93;
}

h1 {
	padding-top: 20px;
}

h2 {
	font: normal 32px/32px Arial, Helvetica, sans;
	text-transform: uppercase;
	color: #555;
	text-align: center;
}

h3 {
	font: normal 24px/26px Arial, Helvetica, sans;
	text-align: center;
	margin-bottom: 1em;
}

strong {
	color: #CCC;
}

blockquote {
	margin: 0 2em 1em;
	font: italic 14px/20px Georgia, Times, serif;
	color: #CCC;	
}

#trailer {
	width: 640px;
	height: 376px;
	margin: 20px auto 0;
	background: #000;
}

#content {
	width: 600px;
	margin: 0 auto;
	background: url(images/translucent.png);
	padding: 20px;
	text-align: left;
}

#content.info {
	text-align: center;
}


a {
	color: #f93;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
}

p {
	margin-bottom: 1em;
}

.image {
	display: block;
	margin: 2em 0;
}

img.alignright {
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.contact {
	font-size: 12px;
	padding-top: 1em;
	border-top: 1px solid #222;
}

.centered {
	text-align: center;
}

table.schedule {
	width: 100%;
	margin: 0 0 2em;
}

.schedule td, .schedule th {
	padding: 5px;
	border-top: 1px solid #222;
	color: #CCC;
}

td.date {
	width: 30%;
	padding-right: 20px;
	text-align: right;
	color: #888;
}

.schedule th {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	color: #888;
}








