@charset "utf-8";

/* MAIN STYLES */

body {
	background: #FFF url(../images/bg_page.jpg) repeat-x 0px 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {vertical-align: top;}

a:link, a:visited {
	color: #0C4B6A;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #137aac;
	text-decoration: none;
	font-size: 12px;
}

.events td {
	font-size: 12px;
	padding: 80px 10px 10px;
	vertical-align: top;
}

.events a:link, .events a:visited, .copyright a:link, .copyright a:visited {
	font-size: 10px;
	text-transform: uppercase;
}

.events a:hover {text-transform: uppercase;}

td.copyright {
	color: #0C4B6A;
	font-size: 10px;
	vertical-align: middle;
	width: 610px;
	text-align: left;
}

.content {background: #FFF url(../images/bg_content.jpg) top left repeat-x;}

.content p, h2, h4 {padding: 10px 15px;}

.content h2 {
	color: #0C4B6A;
	font-weight: normal;
	text-transform: lowercase;
}

.content h4 {
	color: #0C4B6A;
	font-weight: normal;
}

.content ul {
	padding: 0px 30px 15px;
	list-style-position: outside;
}

.content img {padding: 0px 0px 15px;}

.copyright a:link, .copyright a:visited {
	color: #137aac;
	text-transform: uppercase;
}

.copyright a:hover {
	color: #0C4B6A;
	text-transform: uppercase;
}

.lightblue {color: #137aac;}

.season, .individual, .eventtix {margin:10px;}

.season th, .eventtix th {
	background: #EDF7FE;
	text-align: left;
	font-weight: normal;
	height: 75px;
	vertical-align: middle;
}

.season th:first-line, .eventtix th:first-line {color: #0C4B6A;}

.season td {
	height: 20px;
	padding: 5px 10px;
}

.eventtix td {
	height: 40px;
	padding: 10px 0px 10px 10px;
}

.picture {
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 15px; 
	font: 11px/1.4em Arial, sans-serif;
	vertical-align: baseline;
}

.picture img {
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 0px;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
	height: 100%;
	width: 100%;
}

#wrap {
	min-height: 100%;
	width: 100%;
	}

#main {
	overflow:auto;
	padding-bottom: 50px;
	width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -51px; /* negative value of footer height */
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #DDF1FC;
	border-top: #EEE 1px solid;
} 

#foot {
	width: 800px;
	margin:0 auto;
}
	
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	width: 100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
