/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:center;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1{font-size:2.2em;line-height:1;margin-bottom:0.5em;text-shadow: 1px 1px 1px #333;}
h2 {font-size:1.5em;margin-bottom:.5em;font-weight: bold}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;font-weight: bold}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0; color: #812528}
h5 {font-size:1.2em;font-weight:bold;margin-bottom:.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
/*p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}*/
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {border:1px solid #ccc;padding:1.5em;color:#666;font-style:normal;background-color: #FEFDEF}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1em;color: #888}
.large {font-size:1.2em;margin-bottom:1.25em;font-style: italic}
.reframe{font-style: italic}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-bottom: 1px solid #eee;}

#wrapper{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#about #header{	background-color: #3EAAC6;}
#about h2{color: #3EAAC6;}
#membership #header{	background-color: #FDB309;}
#membership h2{color: #FDB309;}
#events #header{ background-color: #579F2E;}
#events h2{color: #579F2E;}
#news #header{	background-color: #F78B14;}
#news h2{color: #F78B14;}
#donate #header{	background-color: #572E8C;}
#donate h2{color: #572E8C;}

#header{
	background: #812528;
	padding-left: 0;
	height: 100px;
	position: relative;
	border-bottom: 2px solid #ddd;
}

#quote{
	width: 240px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #fff;
}

#header h1{
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 212px;
}

#body{
	float: left;
	background: transparent url(../i/bgtile.gif) repeat-y top center;
}

#copy{
	width: 415px;
	margin: 12px;
	font-size: 1.1em;
}

#sidebar{
	float: left;
	width: 192px;
	display: inline;
	margin-right: 8px;
	padding-bottom: 5px;
}

#content{
	width: 750px;
	float: right;
}

#rightbar{
	float: right;
	width: 300px;
	display: inline;
	margin: 5px 0;
}

#rightbar img{
	float: right;
	border-bottom: 3px solid #3EAAC6;
	margin-bottom: 12px;
}

#mainnav{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

#mainnav li{
	width: 100%;
	float: left;
	margin: 5px 0 0;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

#mainnav li a{
	float: left;
	width: 100%;
	padding: 12px 0;
	display: inline;
}

div#promo1{
	background-color: #579F2E;
	border: 2px solid #B6DFEA;
}

div#promo2{
	background-color: #572E8C;
	border: 2px solid #FCD3A7;
}

div#promo3{
	background-color: #579F2E;
	border: 2px solid #C6DFB8;
	margin: 5px 0;
}
	
div.promobox{
	display: inline;
	float: left;
	text-align: center;
	height: 172px;
}

div.promobox a:link, div.promobox a:visited{
	color: #fff;
	text-decoration: underline;
}

div.promobox a:hover{
	color: #FFD912;
}

div#footer a:link, div#footer a:visited{
	color: #fff;
}

div#footer a:hover{
	color: yellow;
	text-decoration: underline;
}

#sidebar .promobox{
	width: 188px;
}

#content .promobox{
	width: 198px;
	margin: 10px;
}

div.promobox p{
	color: #fff;
	margin: 12px;
	font-size: 1.3em;
}

div.promobox a{
	font-weight: bold;
}

div#footer{
	color: lightyellow;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	clear: both;
	background-color: #812528;
	padding: 20px 10px 1px;
	position: relative;
	margin-top: 3px;
}
	
#mainnav a:link, #mainnav a:visited{
	color: #fff;
	text-decoration: none;
}

#mainnav a:hover{
	color: #FFF9F3;
	text-decoration: underline;
}

div.hlbox{
	background-color:#FCF9C7;
	padding:12px;
	text-align:center;
	clear:both;
	border:2px solid #999;
}

h2.eh2{
	margin-bottom: 2px;
}

.date{
	margin: 2px 0 5px;
	font-size: 1.1em;
	color: #000;
	font-style: italic;
}

#donatebox form{
	display: inline;
}

.event .large{
	font-style: normal;
}
			