/*
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;}

body, html {
	background: #eee url(bgswirl.jpg) ;
}

#branding-logo {
	width: 432px;
	height: 186px;
	background: transparent url(images/logo.png) top left no-repeat;
	margin: 25px auto 0 auto;
	position: relative;
	left: -200px;
	top: 50px;
	z-index: 1;
}

#container {
	width: 728px;
	background: #369;
	margin: 25px auto 0 auto;
	border: #444 1px solid;
	position: relative;
	top: -220px;
}

#home #splash {
	width: 724px;
	height: 290px;
	background: #fff url(images/artist1.jpg) center center no-repeat;
	border: #aac 2px solid;
}

#events #splash {
	height: 220px;
	background-image: url(calendar.jpg);
}

#member #splash {
	height: 220px;
	background-image: url(images/member.jpg);
}

#about #splash {
	height: 220px;
	background-image: url(images/about.jpg);
}

#tono #splash {
	height: 220px;
	background-image: url(images/tono.jpg);
}

#nav-main {
	width: 524px;
	height: 25px;
}

#nav-main li {
	float: left;
}

#nav-main a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.6em;
	border-left: #000 1px dotted;
	text-decoration: none;
	font-family: Georgia, "Book Antiqua", serif;
}

#nav-main .home a {
	border-left: none;
}

#nav-main a:link, #nav-main a:visited {
	color: #fff;
}

#nav-main a:hover {
	color: #ddf;
}

/* This turns the menu listing for the current page (using body and li ids into a unattractive clicking option */
#home #nav-main .home a,
#events #nav-main .events a,
#member #nav-main .member a,
#about #nav-main .about a {
	text-decoration: none;
	background-color: #036;
	color: #ddf;
	cursor: default;
}

#content-main img {
	clear: both;
	float: left;
	border: 1px solid #fff;
	margin: 0 1em 1em;
}

.newsitem {
	clear: both;
	margin: -1em 0;
}

.eventitem {
	clear: both;
	margin: 10px;
}

.spacer {
	clear: both;
}

h2 {
	color: #fff;
	background: #036;
	font: normal 1em Arial, "Lucida Grande" sans-serif;
	margin-top: 1.5em;
	padding: 3px 10px;
}

h2 em {
	font-style: oblique;
}

.eventitem h1 {
	display: block;
	margin: .5em 0;
	padding: .4em;
	color: #333;
	background: #fff;
	font-weight: bold;
	font-size: 1.4em;
}

.eventitem h2 {
	margin-top: .5em;
	padding-left: 10px;
}

.eventitem h3 {
	color: #ff9;
	padding-left: 10px;
	padding-top: 3px;
}

p {
	color: #eee;
	font: normal .9em Arial, "Lucida Grande" sans-serif ;
	margin-right: 1em;
	line-height: 1.4;
	padding: 3px 10px;
}

a {
	color: #ff9;
		font: normal 1em Arial, "Lucida Grande" sans-serif ;
}

.footer {
	width: 728px;
	margin: 0 auto;
	position: relative;
	top: -220px;
}

.footer li {
	display: inline;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: .8em;
	color: #000;
}

.small {
	font-size: .5em;
}

strong {
	font-weight: bold;
}

#content-main div.eventitem ul {
	padding: 0 30px;
	color: #ccc;
}

#content-main div.eventitem ul li {
list-style-type: disc;	
}


#newsletter #splash {
	height: 220px;
	background-image: url(images/bgswirl.png);
	background-repeat: no-repeat;
	background-position: center center;
}
