/* CSS for witches band website
 * Version 1 May 2005 -> Jan 2006
 */
 
body {
  color: black;  
  font-size: 85%;
  font-family: georgia, serif;
  line-height: 1.5em;
  text-align: center;
}

#header {
  height: 60px;
  margin: 120px 0 80px 0;
  background-color: black;
}

#nav {
  margin-top: 1em;
  padding: 0;
}

#nav li {
  display: inline;
  margin: 0.2em;
}

#main {
  margin: 1em auto 3em auto;
}

#foot {
  margin: 1em auto 1em auto;
  font-size: 70%;
  color: #333;
  clear: both;
}

h1 {
  position: relative;
  height: 200px;
  top: -90px;
  color: silver;
  font-size: 140%;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  background: url('/inc/wtw/wtw.png') transparent no-repeat center;
  border: 1px solid white;
}

#homelink {
  display: block;
  margin-top: 107px;
  text-decoration: none;
}

h2 {
  color: #333;
  font-size: 120%;
  margin-bottom: 1em;
}

img {
  border: none;
}

.clear {
  clear: both;
}

a:link, a:visited {
  color: #333;
}

a:hover {
  color: #aaa;
}

a:active {
  color: gray;
}

a#homelink {
  color: #aaa;
}

a#homelink:hover {
  color: silver;
}

#options {
  margin-top: 1em;
}

#options input, #options select {
  background-color: black;
  color: #aaa;
}

dt {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.separator {
  border-top: 1px solid gray;
  color: gray;
  font-variant: small-caps;
  text-align: center;
}

.thumbpop {
  display: none;
  position: absolute;
  border: 1px solid black;
}

sup {
  font-size: 70%;
  font-weight: normal;
}
.citation {
  display: block;
  text-align: right;
}

.cdcover {
  float: right;
  border: 1px solid black;
  margin: 1em;
  margin-top: -0.5em;
}

.attribution {
  display: block;
  text-align: right;
  font-size: 85%;
}

q {
  font-style: italic;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

ul {
  text-align: left;
}

.resourceBlock {
  display: block;
  float: left;
  width: 25em;
  border: 1px solid silver;
  padding: 0.5em;
  margin: 0.5em;
}

.resourceBlock h3 {
  margin-top: 0;
}