body {
  letter-spacing: 1px;
  margin: 0px;
  color: #000;
  background-color: #fff;
}

#index {
  text-align: center;
  font: Normal 13px Helvetica, sans-serif;
}

img#cover-art {
  border: 1px solid black;
}

#cover {
  font: Normal 13px Helvetica, sans-serif;
  background-image: url('/x/img/nervous_system_bg.jpg');
  background-color: #111;
  background-repeat: no-repeat;
}

.toc {
  margin: 30px;
  width: 690px;
}

.toc table {
  width: 100%;
  background-color: white;
  border: solid 1px #aaa;
}

.toc table tr td {
  border-bottom: 1px solid black;
  height: 40px;
}


.lucent {
  opacity: 0.80;
  filter: alpha(opacity = 80);
  -moz-opacity: .80;
}

.art_credit {
  padding: 3px;
  margin-top: 50px;
}

.marginal {
  margin-left: 10px;
}

.banner {
  font: 22px Georgia, serif;
  letter-spacing: 1px;
}

.epigraph {
  font: Normal 11px Helvetica, sans-serif;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 32px;
}

.epigraph span, .header span {
  padding: 5px;
}

.bw {
  color: black;
  background-color: white;
  border: 1px solid #aaa;
}

a { color: black; }

a.back {
  font: 18px Georgia, serif;
  font-weight: normal;
  background-color: white;
}

a.poem {
  margin-left:5px;
}
a.author {
  margin-right: 5px;
}

a.poem, a.author {
  font: 18px Georgia, serif;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

td.rr {
  text-align: right;
}

/* **** entry CSS **** */
#template {
  font: Normal 13px/15px Helvetica, sans-serif;
  background-image: url('/x/img/nervous_system_entry_bg.jpg');
  background-color: #111;
  background-repeat: no-repeat;
}

.container {
  margin-top: 15px;
  background-color: white;
}

.title {
  background-color: #000;
  color: white;
  font-weight: bold;
  padding: 8px;
  font: 24px Georgia, serif;
}

.stanza {
  line-height:200%;
}

.entry {
  margin-top: 18px;
  padding-bottom: 36px;
  width: 500px;
}

.byline {
  padding: 10px 0px 10px 70px;
  font: 14px Georgia, serif;
  font-style: italic;
}

.title, .entry, .footer {
  padding-left: 20px;
}

.audio {
  padding-left: 20px;
}
.audio a {
  color: #ccf;
}


.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container, .footer {
  border-top: 3px solid #452b83;
}

img.crop {
  border: 5px solid black;
  margin-top: 18px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.container {
  padding-top: 5px;
}