body {
  font-family: sans-serif;
  margin:0; padding:0;
  background: #cccc99; color: black;
  text-align: left; }
div { margin: 0; padding: 0; }

h1 {
  text-align: right;
  font-size: 2em;
  line-height: 2.5em;
  font-weight: normal;
  font-style: italic;
  font-family: serif; }

h2 {
  margin: .4em;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: normal;
  font-style: italic;
  font-family: serif; }
h3 {
  margin: .6em;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  font-family: serif; }
p { margin: .6em; padding: 0; text-align: justify; }
a:link {
  color: #00c;
  text-decoration: underline; }
a:visited {
  color: #808;
  text-decoration: underline; }
a:hover {
  color: #a0a;
  text-decoration: underline; }
a:active {
  color: #00d;
  text-decoration: underline; }

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color: black; text-decoration: none; }

small { font-size: 0.8em; font-style: italic; color: #663; }
small a:link { color: #66c; }
small a:visited { color: #848; }
small a:hover { color: #a4a; }
small a:active { color: #66d; }

.translucent {
  border: 2px solid #333300;
  background: transparent url(/style/yellow-alpha50.gif); color: black; }
.blurb {
  width: 98%;
  margin: 0 0 10px 0; padding: 0; }

#backgroundimage, #body {
  width: 100%; height: 100%;
  left: 0px; top: 0px;
  position: absolute; }
#backgroundimage img { margin: 0; height: 99%; }
#backgroundimage { z-index: 0; }
#body { z-index: 1; }

#header {
  height: 210px;
  background: #999966; color: black;
  margin: 20px 20px 0 20px; padding: 0 30px; }
#headerText {
  position: relative;
  height: 40px;
  margin: 0 20px;
  background: black; color: #ffcc66; }
#headerText span {
  font-size: 1.25em;
  font-style: italic;
  font-family: serif;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 265px; }
#headerText a {
  border: none;
}
#headerText img {
  border: none;
  position: absolute;
  width:311px; height:282px;
  margin:0; padding:0;
  top: -210px; left: -20px; }

#menu {
  width: 15%;
  margin: 10px 10px 10px 20px; padding: .5em 0 1em 0;
  float: left; }
#menu ul {
  list-style: none; margin: 0; padding: 0; }
#menu li {
  display: block;
  line-height: 1.5em;
  margin: 1em -1px 0 -1px; padding: 0; }
#menu a {
  display: block; margin: 0; padding: 1px .5em 1px 1em;
  color: black; text-decoration: underline; }
#menu a:link, #menu a:visited { }
#menu a:hover {
  padding: 0 .5em 0 1em;
  background: #ffff99; color: black;
  border: 1px solid #333300;
  opacity: .6;/*CSS3 compliant only. Get yourself a proper browser!*/ }
#menu a:active { }
#menu .selected {
  background: #ffcc66; color: black;
  padding: 0 .5em 0 1em;
  border: 1px solid #333300; }

#agenda {
  width: 15%;
  margin: 10px 20px 10px 10px; padding: 0;
  float: right; }
#agenda img {
  display: block;
  width: 99%;
  margin: 0 0 10px auto;
  border: 2px solid black; }
#agenda p {
  margin: 0.6em 0.1em;
  text-align: center; }

#content {
  margin: 10px 15%; padding: 0 34px; }

/* For index page */
.news {
  display: block;
  margin: 0 2% 0 2%; padding: .3em 0 .1em 1%;
  border-left: 2px solid #996; }
.title {
  margin: 3% 2% -0.25em 2%;
  /*border-bottom: 1px dashed #666633;*/
  font-size: 1.1em;
  color: #996600; }
.date {
  font-size: .75em; }

/* For members page */
.member { float: left; margin-top: 0.8em; }
.membername  { font-size: 1.3em; font-weight: bold; color: #996600; }
.memberinstruments { font-size: 1.1em; padding-left: 0.3em; }
.clear { clear: both; }

/* For gallery */
.thumbset { float: left; width: 100%; }
.thumb { float: left; width: 47%; padding: 1%; }
.thumb img { display: block; margin: 0 auto; text-align: center; border: 2px solid black; }
.thumb img.folder { width: 116px; height: 100px; border: none; }
.thumb p { margin: .2em; text-align: center; }