body {
  padding-top: 1em;
  background-color: #fff;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#bd,
#ft {
  width: 37em;
  margin: 0 auto;
  font-size: 120%;
}

#ft {
  margin-top: 1em;
  text-align: center;
}

/*--- tags -----------------------------------------------------------------*/

a:link {
  color: #00e;
}
a:hover {
  color: #66e;
}

h2 {
  position: relative;
  margin-bottom: 1px;
  font-family: "Lucide Grande", "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 125%;
  font-weight: normal;
  text-align: center;
}

abbr {
  border-bottom: 1px dotted #bbb;
}
em,
cite {
  font-style: italic;
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}

/*--- header ---------------------------------------------------------------*/

h1 {
  font-size: 250%;
  font-weight: normal;
  letter-spacing: -1px;
  text-align: center;
}
h1 strong {
  font-weight: normal;
}
h1 a,
h1 a:hover {
  color: #000;
  text-decoration: none;
}

/*--- nav ------------------------------------------------------------------*/

.nav {
  width: 37em;
  margin: 2em auto;
  padding: 5px 0;
  background-color: #ccc;
  color: #333;
  font-family: "Lucide Grande", "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 120%;
  text-align: center;
}

.nav h2,
.nav ul,
.nav li {
  display: inline;
  margin-right: 1em;
}

.nav h2,
.nav li {
  font-size: 100%;
  text-align: left;
}

.nav h2 {
  font-weight: bold;
}

.nav a,
.nav a:hover {
  color: #005;
  text-decoration: underline;
}

.nav #contact {
  padding-left: 17px;
  background: transparent url(/cujah/images/email.gif) center left no-repeat;
}


/*--- footer ---------------------------------------------------------------*/

#buy {
  padding: 2px;
  background-color: #ff0;
}

#backissues {
  font-size: 90%;
}

#login,
#login:hover {
  position: absolute;
  right: 2em;
  margin-top: -1.6em;
  color: #999;
  font-family: verdana, arial, sans-serif;
  font-size: 65%;
  text-align: right;
  text-decoration: none;
}

/*--- home -----------------------------------------------------------------*/

#cover {
  width: 425px;
  margin: 0 auto;
}
#cover h2 {
  font-size: 145%;
  text-align: left;
}
#cover span#date {
  position: absolute;
  right: 0;
}
#cover p#attribution {
  margin-top: .5em;
  font-size: 85%;
  text-align: center;
}

/*--- issue ----------------------------------------------------------------*/

#issue li {
  margin-bottom: .75em;
  font-size: 115%;
}
#issue li p.notes {
  margin: .5em 0 0 2em;
  color: #666;
  font-size: 70%;
}

/*--- piece ----------------------------------------------------------------*/

#piece h2 {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .5em;
}
#piece p {
  clear: left;
  margin-bottom: 1em;
  text-align: justify;
  line-height: 150%;
}

h3 {
  margin-bottom: 2em;
  font-family: "Times New Roman", Times, serif;
  font-size: 105%;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 1em;
  font-size: 105%;
}
h5 {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}

/*--- paragraphs -----------------------------------------------------------*/

p.indent {
  text-indent: 3em;
}
blockquote {
  background: url('/cujah/images/blockquote.png') no-repeat 1.2em 2px;
}
blockquote p {
  margin: 0 2em 1em 3em;
}
blockquote.indent p {
  text-indent: 3em;
}

/*--- images ---------------------------------------------------------------*/

#piece span.left,
#piece span.right,
#piece span.center,
#piece p.center {
  text-indent: 0;
  text-align: center;
}
#piece span.left {
  float: left;
  padding: 1em 1em 1em 0;
}
#piece span.right {
  float: right;
  padding: 1em 0 1em 1em;
}
#piece span.center {
  display: block;
}
#piece div.caption {
  color: #555;
  font-size: 85%;
  text-align: center;
}

/*--- bibliography ---------------------------------------------------------*/

ol.hanging li {
  margin-left: 3em;
  padding-bottom: .5em;
  line-height: 150%;
  text-indent: -3em;
}

/*--- footnotes ------------------------------------------------------------*/

#piece p#fn1 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
#piece p.footnote {
  margin-bottom: .2em;
  font-family: "Lucide Grande", "Trebuchet MS", arial, helvetica, sans-serif;
  font-size: 80%;
}

/*--- staff ----------------------------------------------------------------*/

#staff dl {
  width: 25em;
  margin: 0 auto;
}
#staff dt {
  clear: both;
  float: left;
  margin-bottom: 1em;
}
#staff dd {
  clear: right;
  float: right;
  margin-bottom: 1em;
  font-variant: small-caps;
}

