﻿html
{
	background: #243e72 url("images/bg.png") repeat-x left top;
	color: #243e72;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #315061;
	font-weight: bold;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1em 0;
	padding: 0;
}

img { border: 0; }

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

.button
{
	background: #fff;
	border: 1px solid #4b728b;
	line-height: 2em;
	padding: 0.25em;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #4a718a;
	color: #fff;
}

.text-field
{
	background: #fff;
	border: 1px solid #4b728b;
	color: #1e325a;
}

#container
{
	background: #e3effd;
	border: 3px solid #4b728b;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 975px;
	height: 200px;
}

#header h1 span, #header address
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	font-family: "Comic Sans MS", sans-serif;
	font-size: 0.9em;
	margin: 0 40px 0 257px;
	min-height: 553px;
}

* html #content { height: 553px; }

#content h2
{
	color: #4b718a;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}

#content p { text-align: justify; }

#content p.intro:first-letter
{
	font-size: 3em;
	font-weight: bold;
}

#content span.photo.odd
{
	float: right;
	position: relative;
	margin: 0 0 0 1.5em;
}

#content span.photo.even
{
	float: left;
	position: relative;
	margin: 0 1.5em 0 0;
}

#content span.photo .extra
{
	background: transparent url("images/photomask.png") no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 169px;
}

* html #content span.photo .extra
{
	background: transparent;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}

#content dl.schedule dt
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content dl.schedule dd
{
	margin: 0 0 0.5em 1em;
	padding: 0;
}

#content .schedules .coming-soon { text-align: center; }

#content dl.schedules dt
{
	background: #4b718a;
	color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.15em 0.25em;
}

#content dl.schedules dd
{
	margin: 0 1em 1.5em 1em;
	padding: 0;
}

#content .join-us
{
	font-size: 1.1em;
	margin-top: 2em;
	text-transform: uppercase;
}

#content ul.documents
{
	list-style: disc;
	margin: 0 0 1em 1.5em;
	padding: 0;
}

#content dl.rules
{
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content dl.rules dt
{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#content dl.rules dd
{
	margin: 0 0 1em 0;
	padding: 0;
}

#content .note { font-size: small; }
#content .directions p { text-align: center; }

#content .directions table
{
	background: #fff;
	border: 1px solid #4b728b;
	margin: 0 auto;
}

#content .directions table td { padding: 0.2em; }
#content .directions table .title { text-align: center; }

#content ul.links
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.links li
{
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align: center;
}

#navigation
{
	background: transparent url("images/navbar.png") no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	top: 200px;
	left: 0;
	width: 237px;
	min-height: 553px;
}

* html #navigation { height: 553px; }

#navigation ul
{
	list-style: none;
	margin: 65px 0 0 5px;
	margin-top: 40px;
	padding: 0;
}

#navigation ul li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

#navigation ul a
{
	display: block;
	line-height: 20px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	width: 145px;
}

#navigation ul a:active, #navigation ul a:hover { background: transparent url("images/navhover.png") no-repeat left center; }
#navigation ul a.double:active, #navigation ul a.double:hover { background: transparent url("images/navdoublehover.png") no-repeat left center; }

#navigation #music
{
	margin: 0 0 0 15px;
	position: absolute;
	top: 575px;
}

#footer
{
	clear: both;
	font-size: small;
	margin: 0 40px 0.5em 257px;
	padding-top: 2em;
	text-align: center;
}

#footer .design { font-size: smaller; }

@media print
{
	#header { padding: 1em; }
	
	#header h1
	{
		width: auto;
		height: auto;
	}
	
	#header h1 span, #header address
	{
		line-height: normal;
		visibility: visible;
	}
	
	#header h1 span { font-size: 1.5em; }
	#header address { font-size: medium; }
}