/* CSS for witches band website
 * Version Sept 2008
 */
 
body {
  color: #100;
  background: url(bg.jpg) #7e4b4b repeat-y fixed top right;
  margin: 2em;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 90%;
}

#header {
  width: 40em; 
}

#homelink img {
  margin: 1em 0;
}

#nav {
  margin: 1em 0;
  padding: 0;
  font-style: italic;
  font-weight: bold;
  background: url("50p.png") repeat;
}

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

.shelterRed {
  color: red;
  font-family: sans-serif;
}

.highlight {
  background: url(../50k.png) repeat;
  font-size: 120%;
  font-family: sans-serif;
}

.promo {
  margin:1em;
}
.promo h2 {
  display: inline;
  font-size: 90%;
}
.promo h3 {
  display: inline;
  font-size: 80%;
}
.promo .date {
  font-size: 90%;
  font-style: italic;
}

#main {
  width: 55em;
  padding: 0 0.5em;
  background: url("50p.png") repeat;
}

#main p:first-child, #main div:first-child {
  margin-top: 0.5em;
}

#bandPic {
  float: right;
  margin: -2em 0 0 2em;
  border: 1px solid #310000;
}

.doublej {
  text-align: justify;
}

.multicol {
  float: left;
  width: 17em;
  min-height: 19em;
  padding: 0.5em;
  border-right: 1px dotted #310000;
}

.multicol h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.feedItem {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid gray; 
}

.feedItemInfo {
  margin-top: 1em;
}

#foot {
  clear: both;
  font-size: 70%;
  color: #310000;
  margin-top: 3em;
}

h1 {
  margin: 2em auto 0;
  color: #310000;
  font-size: 140%;
  font-style: italic;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 100%;
  font-style: italic;
  margin: 2em 0 1em 0;
  color: #310000;
  clear: right;
}

div > h2 {
  margin: 0;
}

img {
  border: none;
}

.clear {
  clear: both;
}

.galleryset a img {
  padding-bottom: 1px;
  border-bottom: 1px solid #310000;
}

.galleryset a:hover img{
  border-color: black;
}

a:link, a:visited {
  color: #310000;
  font-weight: bold;
}

a:hover {
  color: black;
}

a:active {
  color: #aaa;
}

#options {
  margin-top: 1em;
}

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

dt {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.gigs dt {
  clear: both;
}

#nextGig {
  color: red;
  font-variant: small-caps;
}

.lastfmEvent {
  float: right;
  font-size: 70%;
  width: 30em;
}

.lastfmEventSingle {
  font-size: 70%;
}

.lastfmEvent a img {
  float: right;
}

.lastfmEvent img, .lastfmEventSingle img {
  margin: 0.3em;
}

.lastfmEvent .id {
  clear: both;
  text-align: right;
  line-height: 1.1;
}

.separator {
  border-top: 1px solid #310000;
  font-variant: small-caps;
}

.flierthumb {
  margin-right: 2em;
}

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

.eventname {
  font-weight: bold;
}

.venue_loc_ctrl {
  position: absolute;
  background: url(noise.jpg) #7e4b4b repeat;
  color: black;
  border: 2px solid #310000;
  margin: 0 0 0 0.3em;
  padding: 0.15em;
}

.venue_loc_ctrl a {
  color: black;
}

.venue_loc_ctrl:hover {
  cursor: hand;
}

.venue_loc {
  display: none;
  padding: 0.35em;
}

sup {
  font-size: 70%;
  font-weight: normal;
}

.citation {
  display: block;
  text-align: right;
}

.galleryset {
  margin-bottom: 2em;
  border-bottom: 1px dotted #333;
}

.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: "”";
}
