/*------------
 Global Reset
------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------
 Embed Font
------------*/
@font-face {
  font-family: "Stone Serif";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/StoneSerifRegular.woff);
  }
@font-face {
  font-family: "Stone Serif";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/StoneSerifRegularItalic.woff);
  }
@font-face {
  font-family: "Stone Serif";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/StoneSerifBold.woff);
  }
@font-face {
  font-family: "Stone Sans Std Regular SC";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/StoneSansStdRegularSC.woff);
  }
/*------------
 Layout
------------*/
body {
  font-family: "Stone Serif", serif;
  line-height: 1.2em;
}
#middles, #acknowledgements, #copyright, #titlepage, #glossary, #abbreviations {
  margin-top: 0;
  padding-top: 0;
}
#cover img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-shadow: 3px 3px 3px #666;
}
/*------------
 Headings
------------*/
h1 + p, h2 + p, h3 + p {
  page-break-before: avoid;
}
h1 {
  text-align: center;
  font-size: 1.6em;
  text-indent: 0;
  font-weight: normal;
  font-style: italic;
  margin-top: 3%;
  margin-bottom: 0;
  letter-spacing: 0;
}
h1 + p, h1 + table {
  margin-top: 5%;
}
h2 {
  text-align: center;
  font-size: 0.95em;
  text-indent: 0;
  font-style: normal;
  margin: 3% 0;
  letter-spacing: 0;
  font-family: "Stone Sans Std Regular SC", sans-serif;
}
#middles h2 {
  text-align: left;
  text-indent: -2%;
  padding-left: 7%;
}
#titlepage h2 {
  font-size: 2em;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  margin: 0;
  padding-top: 3%;
  font-family: "Stone Serif", serif;
}
#titlepage h2 + h2 {
  padding-top: 0.8em;
}
#titlepage h3 {
  font-style: normal;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  margin: 7% 0;
  letter-spacing: 0;
  font-family: "Stone Sans Std Regular SC", sans-serif;
}
#titlepage h3 + h3 {
  text-transform: none;
  font-size: 0.6em;
}
#titlepage h4 {
  text-align: center;
  text-indent: 0;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0.4em;
}
#titlepage h4 + h4 {
  font-size: 0.9em;
}
#titlepage h5 {
  font-style: italic;
  letter-spacing: 0.2em;
  font-size: 0.6em;
  text-indent: 0;
  text-align: center;
  margin-top: 2.4em;
}
/*------------
Copyright Page
------------*/
#copyright {
  margin: 0% 8% 0 18%;
  font-size: 0.9em;
}
#copyright p {
  margin: 0;
  text-indent: 0;
  text-align: left;
  font-size: 0.9em;
}
#copyright h2 {
  text-indent: -3%;
  text-align: left;
  margin-top: 3%;
  font-size: 1em;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
  font-family: "Stone Sans Std Regular SC", sans-serif;
}
#copyright p + h2 {
  margin-top: 1.2em;
}
/*------------
 Paragraphs
------------*/
p {
  text-indent: 5%;
  margin: 0.2em 0;
  text-align:justify;
}
.first {
  margin-top: 1em;
}
.pali-block {
  font-style: italic;
  margin: 0.75em 5%;
}
.pali-block p {
  margin: 0.2em 0;
}
.signatures {
  text-indent: 50%;
  font-style: italic;
  margin-top: 1em;
}
.signatures + .signatures {
  margin-top: 0;
  margin-bottom: 1em;
}
.address {
  text-indent: 0;
  margin-left: 5%;
  font-size: 0.8em;
  font-style: italic;
}
.address p {
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#glossary p {
  padding-left: 1%;
  text-indent: -1%;
  margin-bottom: 1em;
}
/*------------
 formatting
------------*/
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.normal {
  font-style: normal;
}
/*-------------
  abbreviations
---------------*/
#abbreviations table {
  /*margin-left:24%;*/
  margin-left: auto;
  margin-right: auto;
}
#abbreviations caption {
  margin-bottom: 1em;
}
#abbreviations td + td {
  padding: 0.2em 0 0.2em 2em;
}
/*------------
   Verses
------------*/
.verse {
  margin: 0.75em 0 0.75em 8%;
  text-indent: 0;
  font-style: italic;
}
.normal {
  font-style: normal;
}
.verse-add {
  margin: 0.5em 0;
  text-indent: 0;
}
.verse p {
  text-indent: -4%;
  padding-left: 4%;
  margin: 0;
  text-align:left;
}
p.v2 {
  text-indent: -2%;
  padding-left: 6%;
}
p.v4 {
  text-indent: -2%;
  padding-left: 10%;
}
/*-----------
  hyperlinks
-------------*/
#content a:link {
    text-decoration: underline;
    color: #214d7d;
}
#content a:visited {
    color: #707070;
}
#content a:hover {
    color: #c05c26;
    text-decoration: none;
}
#contents a:link {
    text-decoration: none;
}
#contents a:hover {
    text-decoration: underline;
}
.no-ul {
    text-decoration: none;
}
.outlink:link {
    color: blue;
}
