/* Light reset */
* { margin: 0; padding: 0}

body {
    width:6in;
    margin: 1in auto;
    font: 16px/23px 'Droid Serif', georgia, serif;
    color: #222;
    text-rendering: optimizeLegibility;
}

tt, pre { 
    font-size:80%;
    font-family: monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
}

.by {
    font-size: 16px;
    font-variant: small-caps;
}

.award {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 3em;
}

tt, pre, blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1.5em;
}

blockquote {
  font-size:90%;
  margin-right: 1em;
}

figure {
    padding: 2em;
}

figcaption {
    font-style: italic;
}

h1 {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 300;
    font-size:36px;
    padding-top: .5em;
    padding-bottom: .5em;
}

h2.part {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
}

p {
  line-height: 1.75em;
  text-indent: 0;
}

p + p {
  text-indent: 1em;
}

ul, ol {
    border-bottom:1px solid transparent;
    margin-left: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.hr {
    height: 40px;
    margin-top: 1em;
    margin-bottom: 10px;
    background: #fff url("fleuron.png") no-repeat scroll center;
}

div.hr hr {
    display: none;
}


.notes { 
  margin-top: 11px;
  padding-top: 22px;
  border-top: 1px dotted #ccc;
  font-size:13px;
  line-height: 19px;
}

.note-ref {
  vertical-align: super;
  line-height: 0;
  font-weight: bold;
  font-size: 90%;
}

.note {
  margin-top: 11px;
}

div.note p:first-child {
  text-indent: 0;
}

.notes p { 
  margin-left: 1.5em; 
}

.note-number {
  display: block;
  width: 1em;
  text-align: right;
  margin-left: -2em;
  float: left;
}


.hersey {
    font-size:36px;
    line-height: 1.25em;
    padding-top: .5em;
    padding-bottom: .5em;
}