/* CSS by CoderBrown, coderbrown.com */

body {
	font: 80% "Arial", "Helvetica", Verdana, sans-serif;
	width: 900px;
	line-height: 1.3;
}
#content {
	margin-left: 10px;
}
p.updated {
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 70%;
}
.section {
	margin-bottom: 3em;
}
.great-performances .section {
	border-bottom: 1px solid black;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}
a {
	color: #600;
}
a:hover {
	color: #f00;
}
#content table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
table.subs {
	width: 40%;
	border: 1px solid black;
}
table.subs caption {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
	text-align: center;
}
table.subs tfoot td {
	text-align: center;
}
table.subs th,
table.subs td {
	border: 1px solid black;
}
table.subs th {
	text-align: center;
	border-bottom: 1px dashed black;
	width: 50%;
	padding: 5px 0;
}
table.subs td {
	width: 25%;
	padding: 5px 0;
	text-align: center;
}
table.keys {
	width: 75%;
	border: 1px solid #00006a;
}
table.keys th {
	font-weight: bold;
	padding: 10px 17px;
	border-bottom: 1px dashed #00006a;
}
table.keys td {
	padding: 5px 17px;
	text-align: center;
}
td.header {
	text-align: center;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #f00;
	margin-bottom: 10px;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #600;
	text-align: center;
	border: 1px solid black;
	background: #dadada;
	padding: 5px 0;
	margin-bottom: 1em;
	clear: right;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 0.5em;
}
ul {
	margin-bottom: 1em;
	list-style-type: disc;
	list-style: disc inside;
}
ol {
	list-style: decimal inside;
}
li {
	margin-bottom: 0.5em;
}
.fundraisers {
	margin-bottom: 20px;
}
ul.fundraisers li {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
.contact {
	color: #f00;
}
.notes {
	color: #00006A;
	border: 1px solid #00006A;
	padding: 5px 20px;
	margin-bottom: 20px;
}
.notes ul {
	margin-bottom: 20px;
}
.notes li {
	margin-bottom: 10px;
}
#content .column {
	width: 280px;
	float: left;
	margin-right: 25px;
}

#content .last {
	margin-right: 0;
}

#content .contacts li {
	list-style-type: none;
	margin-bottom: 1.5em;
}

#content .contacts h3 {
	margin-bottom: 0;
}


/* Master Schedule */

div.important {
	margin: 0 auto;
	width: 500px;
	background: yellow;
	border: 3px solid #f00;
	padding: 5px;
	margin-bottom: 2em;
}

div.important h3 {
	text-align: center;
	color: #f00;
	text-transform: uppercase;
}

p.skip {
	text-align: center;
	margin-bottom: 1em;
}

p.skip a {
	color: #000;
}

p.skip a:hover {
	color: #f00;
}

p.top a {
	float: right;
	font-size: 80%;
	color: #3c3c3c;
	padding: 2px;
}

p.top a:hover {
	color: #f00;
}

dl {
	margin-bottom: 2em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.25em;
}

dd {
	line-height: 1.5;
	margin-bottom: 1em;
}

blockquote * {
	font-style: italic;
}

blockquote {
	font-family: Georgia,"Times New Roman",serif;
	padding: 0 1em;
}

blockquote p {
	line-height: 1.5;
	margin-bottom: 0.75em;
	font-size: 1.1em;
}

body#forms ul {
	margin-bottom: 2em;
}

body#forms li {
	margin-bottom: 1em;
}

/* photos
------------------------ */
#content ul.gallery li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	margin-right: 1em;
}

#content ul.gallery li img {
	padding: 1px;
	background:#ffffff;
	border: none;
}

.clear {
	clear: both;
}

small {
	font-size: 85%;
	color: #a4a4a4;
	line-height: 1.5;
}