body {
	background-color: #c90;
	background-image: url("http://brass.menazeri.com/images/header.jpg");
	background-repeat: no-repeat;
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Futura Normal", "Futura Medium", "Futura Light", Futura, Arial, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	margin: 30pt;
	margin-top: 175px;
}

.featured { 
	font-size: x-large !important;
	line-height: 1.5em !important;
	text-align: center !important;
	padding: 1em !important;
	border: 2px solid #f00;
	background-color: #ff0;
}

/* anchors */
a {
	border-width: 1px 0px;
	border-style: solid;
	padding: 0 1px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 0px;
	border-right: 0px;
}

a:link, a:visited {
	color: #960;
	border: solid transparent;
	border-width: 1px 0px !important;
}

a:active, a:hover {
	color: #170 !important;
	border: solid black !important;
	border-width: 1px 0px !important;
	text-decoration: none;
}

#header a { border: none; }

#navbar a:link, #navbar a:visited {
	border-color: transparent;
	border-width: 1px 0px;
}
/* end anchors */

/* headings */
#header h1 { font-variant: small-caps;}

h2 {
	font-variant: small-caps;
	text-align: center;
}

#header h3 {
	font-style: italic;
	font-weight: normal;
	padding-right: 3em !important;
}
/* end headings */

/* menus */
div#navbar {
	float: left;
	width: 22em;
	margin: 10px .2em 0;
	padding: .3em .8em .4em;
	text-align: center;
	font-size: smaller;
	font-weight: normal;
	line-height: 100%;
}

div#navbar a { padding: 0px; }

div#navbar b { display: none !important }

#navbar .firstletter {
	font-size: 1.1em;
	font-style: italic;
}

/* end menus */

div#header {
	float: right;
	margin: 0 .5em 0;
	line-height: 1em;
	padding-left: 30pt;
	display: none;
}

div#header * {
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div#blurb {
	text-align: justify;
	background-color: #44d;
	padding: 10pt 3em;
	margin-bottom: 15pt;
	margin-top: 15pt;
	font-size: large;
}
#blurb * { font-size: large; }
#blurb a:link, #blurb a:visited { color: #4c0 !important; border-color: #44d; }
#blurb a:hover, #blurb a:active { color: #49e !important; }
#members a:link, #members a:visited { color: #4c0 !important; }
#members a:hover, #members a:active { color: #49e !important; }
#contact a:link, #contact a:visited { color: #49e !important; }
#contact a:hover, #contact a:active { color: #db0 !important; }

div#recordings {
	padding: 10pt;
	background-color: #2e2;
	width: 80%;
}

div#news {
	padding: 10pt;
	background-color: #e55;
	width: 90%;
	margin: 25pt;

}

#recordings a:link, #recordings a:visited {
	border-color: #2e2;
}

div#members {
/*	clear: left; */
	padding: 10pt;
	background-color: #e40;
	width: 70%;
	margin-left: 40pt;
}

#members a:link, #members a:visited {
	border-color: #e40;
}

div#upcoming {
/*	clear: both; */
	float: right;
	width: 40%;
	background-color: #ce0;
	padding: 10pt;
	margin-left: 15pt;
	margin-top: 20pt;
	padding-bottom: 25pt;
}

#upcoming a:link, #upcoming a:visited {
	border-color: #ce0;
}

#upcoming li {
	line-height: 1em;
	text-align: center;
	margin: 1.5em;
}

#upcoming ul {
	padding-bottom: 15pt;
}

#upcoming h3 {
	text-align: center;
	margin-top: 1em;
}

div#contact {
	float: right;
	width: 40%;
	background-color: #b0b;
	padding: 10pt;
	margin-left: 15pt;
	margin-right: 20pt;
	text-align: center;
}

#contact a:link, #contact a:visited {
	border-color: #b0b;
}

li {
	list-style: none;
	text-indent: -1em;
}

.center { text-align: center; }
.parenthetical { font-style: italic; }
.hidden { display: none; }

