body {
  background-color: #F8F8F8;
}

div.outer {
  border: 25px dashed #F8F8F8;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 800px;
  background-color: white;
}
 
div.inner {
  text-align: left;
  padding: 20px;
  position: relative;
}

h1,h2,h3,h4,p,table,li,a {
  font-family: verdana, arial, 'sans serif'; 
  color: black;
  text-decoration: none;
}

a {
  text-decoration: underline;
}

a:visited {
  color: #445;
}

a:hover,a.active {
  color:#222;
  text-decoration: none;
}

h1,h2,h3,h4 {
  margin-left: 20pt;
}

p.copyright {
  margin-top:40pt;
  font-size:8pt;
  text-align: center;
  color:gray;
}

#logo {
  position: absolute;
  left: 400px;
  padding: 5px;
}

#logo:hover img {
  display: none;
}

#logo img.hidden{
  display: none;
}

#logo:hover img.hidden{
  display: inline;
}

#teaser {
  width: 300px;
  padding: 10px;
  margin: 10px 40px;
}

#teaser p {
  text-align: center;
  color: white;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  background-color: #777;
  border: dotted 4px white; 
  padding: 20px;
  margin: 0px;
}

#bio {
  width: 300px;
  background-color: #EEE;
  border: dashed 2px #777; 
  padding: 10px;
  margin: 50px 40px;  
}

#setlist {
  position: relative;
}

#setlist #player embed {
  position: absolute;
  top: 0px;
  right: 0px;
}

#setlist em a {
  font-style: normal;
  background-color: #FEFF7F;
}

#setlist ul {
  list-style-type: none;
}

#setlist li:hover .hidden {
  display: inline;
}

#setlist .hidden {
  
  display: none;
  background-color: #D8D8D8;
}

.gray {
  color: gray;
}

.smaller {
  font-size: 80%;
}