/*Copyright (c) 2007, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 2.4.1*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

html, body {
	color: #fff;
	background: #030 url(greenlines.jpg);
	text-align: center;
	font-family: Arial, "Lucida Grande", sans-serif;
}

a:link {
	color: #363;
}

a[href$=".mp3"] {
	background: url(audioicon.png) no-repeat right top;
	padding-right: 1.4em;
	padding-top: .2em;
}

a[href$=".pdf"] {
	background: url(pdf.png) no-repeat right top;
	padding-right: 1.4em;
	padding-top: .2em;
}

a[href$=".doc"] {
	background: url(word.png) no-repeat right top;
	padding-right: 1.4em;
	padding-top: .2em;
}

a[href$=".xls"] {
	background: url(xls.png) no-repeat right top;
	padding-right: 1.4em;
	padding-top: .2em;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content-main {
	width: 760px;
	background: #363 url(greencanvas.jpg);       
}

#branding {
	display: block;
	height: 60px;
	width: 760px;
	background-image: url(banner.jpg);
	margin: 10px 0;

}

#branding img {
	position: relative;
	left: 10px;
	top: -1px;
}


/* =Nav-Main CSS, with kludges for IE */
#nav-main {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	float: left;
	background: #000 url(navbargreen.jpg) 0 130px;	
}

#nav-main li {
	float: left;
}

#nav-main a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	background: url(divider.jpg) no-repeat left top;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, sans-serif;
}

#nav-main .events a {
	background: none;
}

#nav-main a:link, #nav-main a:visited {
	color: #ff9;
}

#nav-main a:hover {
	color: #ffb;
	background: #000 url(navbargreen.jpg) 0px 100px;
}

/* Leaf logo to the right of the navbar 
#misc-1 {
	position: relative;
	top: 0;
	left: 720px;
	width: 40px;
	height: 30px;
	background-image: url(leafstamp.jpg);
}*/

#bottom {
	clear: both;

}

/* This turns the menu listing for the current page (using body and li ids into a unattractive clicking option */
#home #nav-main .home a,
#about #nav-main .about a,
#events #nav-main .events a,
#skills #nav-main .skills a,
#donate #nav-main .donate a,
#volunteer #nav-main .volunteer a,
#blog #nav-main .blog a,
#contact #nav-main .contact a {
	text-decoration: none;
	color: #fff;
	background: #363;
	cursor: default;
}

	
#nav-supp p {
	text-align: center;
	}

#nav-supp a {
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	margin: 0 15px;
}

#nav-supp a:hover {
	text-decoration: underline;
}

#branding-supp {
	width: 760px;
	height: 3.5em;
	font: .8em normal;
	text-align: center;
	color: #ccc;
	background: #030 url(greencanvas.jpg) no-repeat top left;
	background-position: 0 -800px;
	margin: 10px 0 0 0;
	line-height: 1.75em;
}

#siteinfo-credits {
	width: 760px;
	height: 2em;
	font: .8em normal;
	text-align: center;
	color: #333;
	background: #fff;
	line-height: 2em;
}

#bassman {
	height: 85px;
	background: url(bassman.png) no-repeat;
}

#base {
	height: 10px;
	background: #fff;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#nav-main li.donate a {
	color: #cff;
}

span.dayofweek {
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	display: block;
}

span.location {
	font-weight: bold;
	color: #666;
	display: block;
}

span.descriptor {
	display: block;
	padding: 10px;
}

span.subtitle {
	color: #900;
	font-weight:bold;
}

img.widephoto {
	width: 490px;
}

#sendEmail {
display: none;
}

#brochure form table tbody {
	color: #111;
	background-color: #fff;
}
