﻿body {
  border: 0px;
  background-color: rgb(205,188,173);
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center
}

img {
  border-width: 0;
}

#content {
  clear: left;
  border: black 7px solid;
  padding: 0px 19px 19px 19px;
  width: auto;
  margin-right: 20%;
  background-color: rgb(255,255,255);
  color: rgb(143,116,92);
  font-size: 100%;
  text-align: left
}

#logo {
  background-color: lime;
  color: fuchsia;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
  font-style: bold;
  font-variant: normal;
  font-size: 250%;
  text-transform: none;
  text-align: center;
}

#logo a {
  text-decoration: none;
  background: lime;
  color: fuchsia;
}

#logo a:hover {
  background-color: fuchsia;
  color: lime;
  display: block;
}

#trail {
  clear: both;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgb(143,116,92);
  color: rgb(205,188,173);
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

#trail A {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgb(143,116,92);
  color: rgb(205,188,173);
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  /* font-size: 76%; */
  text-transform: none;
  text-align: left;
}

#nav {
  clear: both;
  width: 100%;
  padding: 0;
  text-align: left;
  background: brown;
}

#nav, #nav ul { /* all lists */
  float: left;
  padding: 0;
  margin: 0; /* must be zero! */
  list-style: none;
  background: brown;
  font-variant: normal;
  font-weight: bold;
  line-height: 1;
}

#nav a {
  display: block;
  text-decoration: none;
  color: rgb(221,126,39);
  width: 10em;
  padding: 0.25em;
}

#nav li { /* all list items */
  float: left;
  padding: 0;
  width: 10em;
}

#nav li ul { /* second-level lists */
  position: absolute;
  left: -999em; /* must use left instead of display to hide menus */
  background: orange;
  font-weight: normal;
  width: 10em;
  border-width: 0.25em;
  margin: 0;
  height: auto;
}

#nav li li {
  width: 10em
}

#nav li ul a {
  width: 10em;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -1.5em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#music {
  border-top: rgb(205,188,173) 5px solid;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: rgb(205,188,173);
  color: rgb(221,126,39);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 84%;
  text-align: center;
}

#content A {
  color: rgb(221,126,39);
  text-decoration: underline
}

#content A:hover {
  background-color: rgb(221,126,39);
  color: rgb(255,255,255);
}

#content A:active {
  background-color: rgb(221,126,39);
  color: rgb(255,255,255);
}

#content p {
  clear: none;
}

#content img {
  margin: 4px;
  float: left;
}

#badge img {
  vertical-align: top;
  text-align: left;
  width: 120px;
  height: 120px;
}

table#content {
  table-layout: fixed;
  width: 100%;
}

th#content {
  text-align: center;
  border-bottom: thin solid;
}

th.when, th.where {
  width: 25%;
  border-bottom: thin solid;
}

th.what {
  width: auto;
  border-bottom: thin solid;
}

tr {
  border: rgb(144,118,95) 2px;
  vertical-align: top;
  text-align: left;
}

td {
  border: rgb(144,118,95) 2px;
  text-align: left;
  border-bottom: rgb(205,188,173) 1px solid;
}

h1 {
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 160%
}

h2 {
  clear: left;
  padding-top: 21px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 151%
}

h3 {
  clear: left;
  padding-top: 21px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 124%
}

h4 {
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 115%
}

h5 {
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 80%
}

h6 {
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-family: Trebuchet MS, sans-serif;
  font-variant: normal;
  font-size: 60%
}

#trail A {
  text-decoration: none
}

#trail A:hover {
  background-color: rgb(143,116,92);
  color: rgb(255,255,255);
}

@media Print

{
#nav {
  display: none
}

#content {
  padding: 0px;
}

#content A {
  text-decoration: underline
}

}
