
/* =GLOBAL
******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #666;
	font-family: "avenir 35 light", "avenir 45 book", avenir, arial, sans-serif;
	font-size: 100%;
	line-height: 1.6;
}

p, blockquote, ul, ol, dl, table, form {
	margin-bottom: 1em;
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em; margin-top: 1.2em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}

a  {
	color: #9b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #9a4;
	font-family: "avenir 35 light", "avenir 45 book", avenir, arial, sans-serif;
	font-size: 1em;
	padding: 3px 5px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #666;
}

input:focus, select:focus, textarea:focus {
	border-color: #000;
}

input.submit  {
	background: #bc6;
	overflow: visible; /* IE hack to fix button width */
}

.separator {
	display: none;
}



/* =HEADER
******************************************************************************/
#header .organization {
	background: #bc6 url(images/bottom_grad.gif) repeat-x bottom left;
	border-bottom: 1px solid #9a4;
	margin: 0 0 1em 0;
}

#header .organization a {
	background: url(images/logo.gif) no-repeat top left;
	display: block;
	height: 175px;
	margin-left: 97px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 175px;
}

#header .tagline {
	display: none;
}



/* =CONTENT
******************************************************************************/
#content {
	margin: auto 100px;
	max-width: 38em;
}

* html #content {
	width: 38em;
}

#content .schedule {
	color: #fff;
	height: 175px;
	margin-left: 205px;
	position: absolute;
	top: 0;
	width: 25em;
}

#content .schedule .wrapper {
	bottom: 6px;
	position: absolute;
}

#content .schedule a {
	color: #fe2;
}

#content .schedule * {
	margin: 0;
}

#content .mailer #mailer_form {
	background: #bc6;
	border-bottom: 1px solid #9a4;
	color: #fff;
	padding: 1em;
}

#content .mailer #mailer_form div.email {
	float: left;
}

* html #content .mailer #mailer_form div.email label {
	position: relative;
	top: -.2em;
}

#content .mailer #mailer_form div.email #mailer_email {
	width: 26.75em;
}

body#unsubscribe #content .mailer #mailer_form div.email #mailer_email {
	width: 24.75em;
}

#content .mailer #mailer_form div.submit input.submit {
	background: #ffa;
	height: 1.8em;
	margin-left: .5em;
}



/* =FOOTER
******************************************************************************/
#footer {
	border-top: 1px solid #eee;
	margin: 2.5em 100px;
	max-width: 38em;
	padding-top: .7em;
}

* html #footer {
	width: 38em;
}

#footer p {
	font-size: .8em;
	margin-bottom: .5em;
}