body {
	background: #3770C7;
	color: white;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: small;
	line-height: 1.7;
}

body, html, ul#navlist, ul.subnavlist {
	margin: 0;
	padding: 0;
}

/* ------------ WRAPS ------------ */

#wrap {
	width: 765px;
	margin: 0 auto;
	background: white url(/images/wrap-bg.jpg) top left repeat-y;
	position: relative;
	color: #333;
}

#content-wrap {
	width: 739px;
	margin-left: 14px;
	border-top: 1px solid #ccc;
	background: transparent url(/images/sidebar-bg.jpg) top left no-repeat;
}

/* ------------ HEADER ------------ */

#header {
	background: #3770C7 url(/images/header-bg.jpg) top left no-repeat;
	height: 210px;
}


#logo {
	position: absolute;
	top: 150px;
	left: 32px;
}

/* ------------ CONTENT ------------ */

#content {
	width: 485px;
	float: right;
}

#text {
	padding: 25px;
}

a { 
	color: #F7941D;
	text-decoration: underline;
}

a:hover, a:focus, a:active { text-decoration: none; }

h1 {
	margin-top: 0;
	color: #3672CD;
	font-size: 180%;
	line-height: 1.3;
	font-weight: normal;
}

h2 { 
	font-size: 100%;
	font-weight: bold;
}

#teaser {
	margin: 15px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px 15px 5px 15px;
}

#teaser p {
	margin-top: 0;
	margin-bottom: 10px;
}

dt { font-weight: bold; }

dd {
	border-bottom: 1px solid #999;
	padding: 0 0 15px 30px;
	margin: 0 0 15px 0;
}

dd.last { border-bottom: none; }

#content  li {
	margin-bottom: 10px;
}

.notable-quotes p { font-style: italic; margin: 0; }
.notable-quotes p.author { text-align: right; font-weight: bold; margin-bottom: 10px; }

/* ------------ SIDEBAR ------------ */

#sidebar {
	width: 253px;
	float: left;
	padding-bottom: 162px; /* to avoid overlap on the notes */
}

p#order {
	margin-top: 40px;
	margin-left: 9px;
}

p#fall-news {
	margin-top: 10px;
	margin-left: 9px;
}

p#dvd {
	margin-top: 10px;
	margin-left: 9px;
}


ul#navlist, ul.subnavlist {
	list-style: none;
	text-align: right;
}

ul#navlist li { margin-bottom: 1px; }

ul#navlist a {
	color: #3F78D0;
	text-decoration: none;
	display: block;
	width: 233px;
	padding: 5px 10px;
	font-weight: bold;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#about li#nav-about a,
#choirs li#nav-choirs a,
#schedule li#nav-schedule a,
#news li#nav-news a,
#membership li#nav-membership a,
#help li#nav-help a,
#forms li#nav-forms a,
#members li#nav-members a,
#contact li#nav-contact a,
#reunion li#nav-reunion a {
	background: #F6CC28;
}
	

/* SUBMENU */

ul.subnavlist { 
	font-size: 90%;
	background: #F6CC28;
	padding-bottom: 10px;
}

ul#navlist li ul.subnavlist li { margin-bottom: 0; }

ul#navlist li#nav-about ul.subnavlist a,
ul#navlist li#nav-choirs ul.subnavlist a,
ul#navlist li#nav-members ul.subnavlist a {
	font-weight: normal;
	padding: 2px 10px;
}

ul#navlist li ul.subnavlist a:hover, 
ul#navlist li ul.subnavlist a.focus, 
ul#navlist li ul.subnavlist a:active,
.calendar li#nav-calendar a,
.notices li#nav-notices a,
.history li#nav-history a,
.alumni li#nav-alumni a,
.personnel li#nav-personnel a,
.sponsors li#nav-sponsors a,
.notable li#nav-notable a,
.performnote li#nav-performnote a,
.overview li#nav-overview a,
.choristers li#nav-choristers a,
.festival li#nav-festival a,
.concert li#nav-concert a,
.ensemble li#nav-ensemble a,
.echo li#nav-echo a,
.young li#nav-young a {
	color: #A36109; 
}



/* ------------ FOOTER ------------ */

#footer {
	background: #3770C7 url(/images/footer-bg.jpg) top left no-repeat;
	position: relative;
	color: white;
	padding-top: 70px;
	padding-bottom: 100px;
	font-size: 90%;
}

#footer p {text-align: center; }

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

#notes {
	position: absolute;
	top: -119px;
	left: 7px;
}

/* ------------ FORMS ------------ */
input,select,textarea{
	display:block;
	width:350px;
}

form{
	margin-left:25px;
}

label{
	color:#3672CD;
	font-weight:bold;
	margin-left:10px;
}

.submit{
	display:inline;
	width:150px;
	margin-top:20px;
}

/* ------------ EXTRAS ------------ */

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

hr {
	height: 1px;
	border: none;
	background: #999;
	color: #999;
	margin: 15px 0;
}

.frame {
	background: #eee;
	border: 1px solid #ccc;
	padding: 8px;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

a img { border: none; }

.caption {
text-align:center;
font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */