/* Begin 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,
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: 1em; }
	
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 CSS Reset */

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%; }

body {
  	font-family: arial, helvetica, sans-serif;
  	font-size: 90%;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background: none;
	color: #000; }
	
p {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 1em;
	text-align: left; }
	
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em; }
	
p + h1 {
	padding-top: 2em;
	margin-bottom: .25em; }
	
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .25em; }
	
a:link, a:hover, a:visited {
	color: #000; 
	font-decoration: underlined; }
	
#logo {
	display: none; }
	
#menu {
	display: none; }
	
#bigImage {
	display: none; }
	
#shadowImage {
	display: none; }
	
#fence {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0 15px 25px 15px;
	padding: 0; }
	
#concerts {
	display: none; }
	
ol {
	list-style: decimal;
	list-style-position: inside; }
	
#leftSide {
	display: none; }
	
#contentHome {
	float: left;
	width: 100%;
	margin: 1em;
	height: 100%; }
	
#content, #roster, #list {
	float: left;
	width: 100%;
	margin: 1em;
	height: 100%; }
	
.calendar {
  display: none; }
	
#content ul {
	list-style-position: outside;
	background: none; }
	
#content ul li {
	font-size: 1em;
	color: #fff;
	height: 87px;
	padding-top: 8px;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none; }
	
#content ul li a:link, #content ul li a:hover, #content ul li a:visited {
	color: #fff;
	text-align: left;
	text-decoration: underline; }
	
#content ul li + li {
	padding-top: .75em; }
	
#content ul + h2 {
	padding-top: 1em; }

#roster ul {
	list-style-position: outside;
	background: none; }
	
#roster ul li {
	font-size: 1em;
	color: #000;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none; }
	
#roster ul li a:link, #roster ul li a:hover, #roster ul li a:visited {
	color: #000;
	text-align: left;
	text-decoration: underline; }
	
#roster ul li + li {
	padding-top: 1em; }
	
#roster h2 {
	padding-top: 2em; }
	
#roster p + h2 {
	padding-top: 0; }
	
#list {
	float: left;
	width: 100%;
	margin: 1em;
	height: 100%;
	color: #000;
	font-size: 1em; }
	
.bold {
	font-weight: bold; }
	
.oblique {
	font-style: italic; }

.red {
	color: #f30; }
	
.blue {
	color: #000;
	text-align: center; 
	padding: 10px 0 5px 0; }
	
form {
	color: #000; }
	
p + form {
	padding-top: 1em; }

div.photos {
	float: left;
	margin-bottom: 2em; }
	
div.photos a:link img {
	float: left;
	padding: 2px;
	margin: 0 10px 10px 0;
	background: none; }
	
div.photos a:hover img {
	background: none; }
	
div.photos a:link img.last {
	margin-right: 0; }
	
div.photos h2 {
	padding-bottom: .5em; }
	
div.clear {
	clear: both; }
	
input {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #000;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #000; }
	
textarea {
	font-family: arial, helvetica, sans-serif;;
	font-size: 1em;
	color: #000;
	background: none; }
	
input.noline {
	border: 0;
	padding-top: 1.5em; }
	
textarea {
	border: 1px dashed #000; }
	
#sponsors {
	position: relative;
	width: 100%;
	padding: 0;
	height: 130px;
	background: none; }
	
#sponsors img, #sponsors img a:link {
	padding: 11px;
	vertical-align: middle;
	border: 0; }
	
#footer {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 1em;
	margin: 20px 0;
	background: none; }
	
#footer p {
	font-size: .85em;
	padding-left: 250px; }
	
/* Begin Lightbox CSS */

#lightbox {
	display: none; }