@CHARSET "UTF-8";


/*---------------------------------------
 *	Layout
 *---------------------------------------*/

html, body {
	margin: 0;
	padding: 0;	
	font-family: Helvetica;
}

body {
	background-repeat: repeat; 
	background-position: left top;
	background-image: url("../images/background.png");
	background-color: #ccc;
}

#top-shadow {
	width: 836px;
	height: 10px;
	margin: auto;
			
	background-repeat: repeat-x; 
	background-position: center bottom;
	background-image: url("../images/top-shadow.png");
}

#wrapper {
	width: 836px;
	margin: auto;
	padding-left: 19px;
	padding-right: 19px;

	background-repeat: repeat-y; 
	background-position: center center;
	background-image: url("../images/wrapper.png");
}

#bottom-shadow {
	width: 836px;
	height: 20px;
	margin: auto;
	
	background-repeat: repeat-x; 
	background-position: center top;
	background-image: url("../images/bottom-shadow.png");
}

#header, #navigation, #content, #footer {
	width: 798px;
	max-width: 798px;
	margin: auto;
}

/*---------------------------------------
 *	Header
 *---------------------------------------*/

#header {
	height: 235px;

	background-repeat: no-repeat; 
	background-position: left top;
	background-image: url("../images/header.png");
}

/*---------------------------------------
 *	Navigation
 *---------------------------------------*/

#navigation {	
	height: 36px;
	line-height: 36px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;	
}

#navigation ul li a {
	display: block;
	
	height: 36px;
	line-height: 36px;

	text-align: center;
	text-decoration: none;
	
	color: #fff;
	border-right: 1px solid #fff;
}

#navigation ul li a.home {
	width: 71px;
	background-color: #272652;
}

#navigation ul li a.christmas-events {
	width: 158px;
	background-color: #3e5775;
}

#navigation ul li a.kids-club {
	width: 98px;
	background-color: #3d6c76;
}

#navigation ul li a.solid {
	width: 70px;
	background-color: #448aa0;
}

#navigation ul li a.sideline-cafe {
	width: 130px;
	background-color: #4cb5c1;
}

#navigation ul li a.adults {
	width: 93px;
	background-color: #5eaaa5;
}

#navigation ul li a.location {
	width: 87px;
	background-color: #92c2bd;
}

#navigation ul li a.contact {
	width: 84px;
	border-right: none;
	background-color: #b4d4d8;
}

/*---------------------------------------
 *	Content
 *---------------------------------------*/

#content {	
	width: 764px;
	padding: 15px;	
	border: 2px solid #000;
}

#content h1 {
	margin: 0;
	margin-bottom: 0.25em;
	font-size: 24pt;
	font-weight: 500;
	border-bottom: 1px solid #000;
}

#content h2 {
	margin: 0;
	margin-bottom: 0.25em;
	font-size: 16pt;
	font-weight: 500;
	font-style: italic;
	color: #333;
}

#content p, #content dt, #content dd, #content address {
	color: #444;
	font-size: 11pt;	
}

#content .location {
	float: left;
	min-width: 320px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
}

#content .location iframe {
	margin: auto;
	display: block;
	border: 1px solid #ccc;	
	background-color: #fff;	
}

#content .christmas-event {
	clear: both;	
}

#content .christmas-event dt {
	float: left;
	clear: left;
	width: 30px;
	font-weight: bold;
}

#content .christmas-event dd {
	float: left;
	margin-bottom: 10px;
}

#content form dl dt {
	font-size: 10pt;
	font-weight: bold;
	font-color: #000;	
}

#content form dl dd {
	margin-left: 0;
	margin-bottom: 10px;	
}

#content ul.flash-messages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul.flash-messages li.success {
	margin: 0;
	padding: 10px;
	color: rgb(50, 150, 50);
	border: 1px solid rgb(80, 180, 80);
	background-color: rgb(150, 250, 150);
}

#content form dl dd ul.errors {
	font-size: 9pt;
	color: rgb(255, 75, 75);	
}

#content form input[type="text"] {
	width: 250px;
}

#content form textarea {
	width: 400px;
	height: 150px;
}

body.home #content {
	border: 2px solid #272652;
}

body.home #content h1 {
	color: #272652;	
	border-bottom: 1px solid #272652;
}

body.christmas-events #content {
	border: 2px solid #3e5775;
}

body.christmas-events #content h1 {
	color: #3e5775;	
	border-bottom: 1px solid #3e5775;
}

body.kids-club #content {
	border: 2px solid #3d6c76;
}

body.kids-club #content h1 {
	color: #3d6c76;	
	border-bottom: 1px solid #3d6c76;
}

body.solid #content {
	border: 2px solid #448aa0;
}

body.solid #content h1 {
	color: #448aa0;	
	border-bottom: 1px solid #448aa0;
}

body.sideline-cafe #content {
	border: 2px solid #4cb5c1;
}

body.sideline-cafe #content h1 {
	color: #4cb5c1;	
	border-bottom: 1px solid #4cb5c1;
}

body.adults #content {
	border: 2px solid #5eaaa5;
}

body.adults #content h1 {
	color: #5eaaa5;	
	border-bottom: 1px solid #5eaaa5;
}

body.location #content {
	border: 2px solid #92c2bd;
}

body.location #content h1 {
	color: #92c2bd;	
	border-bottom: 1px solid #92c2bd;
}

body.contact #content {
	border: 2px solid #b4d4d8;
}

body.contact #content h1 {
	color: #b4d4d8;	
	border-bottom: 1px solid #b4d4d8;
}

/*---------------------------------------
 *	Footer
 *---------------------------------------*/

#footer {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 0.75em;
} 

#footer img {
	vertical-align: middle;
}

#footer .sponsor {
	float: left;
	margin: 0;	
	margin-left: 10px;	
}

#footer .copyright {
	float: left;	
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#footer .network {
	float: right;
	margin: 0;
	margin-right: 10px;
}

/*---------------------------------------
 *	Sidebar
 *---------------------------------------*/

.sidebar {
	float: right;
	width: 225px;
	margin: 0px;
	margin-left: 10px;
	padding: 10px;
	
	border: 1px solid #ccc; 
	background-color: #eee;
	
	font-size: 85%;
}

.sidebar h1 {
	font-size: 13pt;
}

/*---------------------------------------
 *	Table
 *---------------------------------------*/

table {
	border-spacing: 0;
	border-outline: collapse;
	border: 1px solid #aaa;
}

table thead tr th {
	background-color: #bbb;
	border-bottom: 1px solid #bbb;
}

table tbody tr td {
	padding-left: 10px;
	padding-right: 10px;
}

table tbody tr.odd td, table colgroup col.header {
	background-color: #bbb;
}

table tbody tr.odd td, table colgroup col.odd {
	background-color: #eee;
}

table tbody tr.even td, table colgroup col.even {
	background-color: #ddd;
}

table tbody tr td h1 {
	color: #000 !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	border: none !important;	
}

/* Sideline Cafe */

table.sideline-cafe tbody tr td {
	width: 20%;	
	padding-top: 10px;
	
	font-size: 10pt;
	vertical-align: top;
}

table.sideline-cafe tbody tr td h1 {
	margin: 0;
	font-size: 12pt;
}

table.sideline-cafe tbody tr td p {
	margin-top: 0;
}

/*---------------------------------------
 *	Images
 *---------------------------------------*/

img {
	border: none;
}

img.leftImage {
	float: left;
	display: block;
	margin-right: 10px;
}


img.rightImage {
	float: right;
	display: block;
	margin-left: 10px;
}