/* Global styling. */

body
{
  color: #eee;
  background: #000 url(bg.gif) no-repeat fixed 0 15px;
  margin: 125px 64px 6em 250px;
  font-family: serif;
  text-align: justify;
  line-height: 150%;
}


/* Link styling. */

a:link, a:visited
{
  background-color: inherit;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed;
}

a:hover, a:active
{
  border-bottom-style: solid;
}

a.img
{
  border: none;
}

a img
{
  border: none;
}


/* Header styling. */

h1, h2, h3, h4, h5, h6
{
  font-family: Utopia, Georgia, serif;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 2em;
  text-align: left;
  color: #aaa;
}

h1
{
  font-size: 1.4em;
  margin: 3em 2em 0.5em;
}

h2
{
  font-size: 1.2em;
  margin: 2em 2em 0.25em 3.5em;
}

h3
{
  font-size: 1em;
  text-align: center;
  margin: 1em 3em 0 3em;
}

h4
{
  font-size: 1em;
  text-align: right;
  margin: 1em 0 0 6em;
}

h5
{
  font-size: 0.85em;
  text-align: right;
  margin: 1em 0 0 6em;
}

h6
{
  font-size: 0.7em;
  text-align: right;
  margin: 1em 0 0 6em;
}


/* Paragraph styling. */

p
{
  margin: 0;
  text-indent: 1.5em;
}

p.noindent
{
  text-indent: 0;
}


/* Various list stylings. */

ul
{
  padding-left: 3em;
}

dt
{
  margin: 0.75em 0 0;
}

dd
{
  margin-left: 3em;
}


/* Class for stylistically big punctuation. */

.pnct
{
  vertical-align: middle;
  font-size: 2em;
  color: #fff;
}


/* Styling for the `see also' section at bottom of every page. */

#cf h1
{
  text-align: right;
  margin-right: 0;
}

#cf dl
{
  color: #aaa;
  text-align: right;
}


/* Block- and pull-quote styling. */

blockquote
{
  background: url(rdquot-big.gif) no-repeat bottom right;
  margin: 1em -32px 1em 1.5em;
  padding-right: 32px;
  min-height: 21px;
  clear: right;
}

blockquote.epigraph
{
  margin-left: 33%;
}

blockquote.pull
{
  float: right;
  max-width: 200px;
  color: #aaa;
  text-align: center;
}

blockquote p, blockquote div
{
  padding-left: 32px;
}

blockquote .caption
{
  margin-right: 2em;
  color: #aaa;
  text-align: right;
  letter-spacing: 0.25em;
}

blockquote p.noindent
{
  background: url(ldquot-big.gif) no-repeat top left;
  min-height: 21px;
}
