/*------------
 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: "Aldus nova Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/AldusNovaPro-Book.woff);
  }
@font-face {
  font-family: "Aldus nova Pro";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/AldusNovaPro-BookItalic.woff);
  }
@font-face {
  font-family: "Aldus nova Pro";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/AldusNovaPro-Bold.woff);
  }
@font-face {
  font-family: "Optima nova LT Pro Regular";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/OptimaNovaLTPro-Regular.woff);
  }
/*------------
 Layout
------------*/
body {
  font-family: "Aldus nova Pro", serif;
  line-height: 1.2em;
  font-size: 1em;
}
#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.75em;
  text-indent: 0;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding-top: 3%;
  letter-spacing: 0;
  line-height: 1.2em;
}
h1 + p, h1 + table {
  margin-top: 5%;
}
h1 + div.subtitle, h1 + div.quote {
  margin-top: 2%;
}
div.subtitle {
  text-align: center;
  margin: 0 0 3% 0;
  font-style: normal;
  font-size: 1em;
  text-transform: none;
  font-family: "Optima nova LT Pro Regular", serif;
}
h2 {
  font-size: 1em;
  text-align: left;
  font-family: "Optima nova LT Pro Regular", serif;
  text-transform: none;
  margin: 1.2em 0;
  text-indent: 4%;
  letter-spacing: 0.1em;
  text-transform: none;
}
#titlepage h2 {
  font-size: 2.2em;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding-top: 3%;
  text-indent: 0;
  font-family: "Aldus nova Pro", serif;
  text-transform: none;
}
#titlepage h2 + h2 {
  padding-top: 3%;
}
#titlepage h3 {
  font-style: normal;
  text-align: center;
  font-size: 1.15em;
  font-weight: normal;
  margin: 9%;
  font-family: "Optima nova LT Pro Regular", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
#titlepage h4 {
  text-align: center;
  text-indent: 0;
  font-style: normal;
  font-size: 0.85em;
  letter-spacing: 0;
  margin: 0;
}
#titlepage h5 {
  font-style: italic;
  letter-spacing: 0;
  font-size: 1.1em;
  text-indent: 0;
  text-align: center;
  margin-top: 9%;
}
#titlepage h5 + h5 {
  font-size: 1.05em;
  margin-top: 1%;
}
/*------------
Copyright Page
------------*/
#copyright {
  margin: 0 18% 0 18%;
  padding-top: 3%;
  font-size: 0.9em;
}
#copyright p {
  margin: 0;
  text-indent: 0;
  font-size: 0.9em;
}
#copyright h2 {
  text-indent: -3%;
  text-align: left;
  margin-top: 0;
  font-size: 0.9em;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
  font-weight: normal;
  /*text-transform: none;*/
}
#copyright p + h2 {
  margin-top: 0.9em;
}
/*------------
 Paragraphs
------------*/
p {
  text-indent: 4%;
  margin: 0.2em 0;
  text-align:justify;
}
.first {
  margin-top: 0.9em;
}
.block {
  margin: 0.8em 4%;
  font-style: normal;
}
.block p {
  margin: 0.3em 0;
  text-indent: 0;
}
.block2 {
  margin: 0.8em 8%;
  font-style: normal;
}
.block2 p {
  margin: 0.3em 0;
  text-indent: 0;
}
.blocklist {
  margin: 0.8em 4% 0.8em 8%;
}
.blocklist p {
  text-indent: -4%;
  margin: 0;
}
.signature {
  font-style: italic;
  margin: 0.9em 0;
}
.signature p {
  text-indent: 50%;
  margin: 0;
}
.address {
  margin: 0.9em 4%;
  font-size: 0.7em;
  text-transform: none;
  font-style: normal;
  font-family: "Optima nova LT Pro Regular";
  text-transform: none;
}
.address p {
  text-indent: 0;
  margin: 0.6em;
  line-height: 1em;
}
#glossary p {
  margin-bottom: 0.9em;
}
/*------------
 formatting
------------*/
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/*-------------
  abbreviations
---------------*/
#abbreviations table {
  /*	margin-left:12%;*/
  margin-left: auto;
  margin-right: auto;
}
#abbreviations td + td {
  padding: 0.2em 0 0.2em 2em;
}
#abbreviations td {
  font-style: italic;
}
#abbreviations p {
  font-style: italic;
  text-indent: 0;
  text-align: center;
  margin: 0.6em 12%;
}
/*------------
   Verses
------------*/
.verse {
  margin: 0.8em 8%;
  text-indent: 0;
}
.verse p {
  text-indent: -2em;
  padding-left: 2em;
  margin: 0 !important;
  text-align:left;
}
p.v1 {
  text-indent: -2%;
  padding-left: 6%;
}
p.v2 {
  text-indent: -2%;
  padding-left: 10%;
}
p.v5 {
  text-indent: -2%;
  padding-left: 22%;
}
/*-----------
  hyperlinks
  siteorange #c05c26
  siteblue #214d7d
  sitegreen #50a721
-------------*/
#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;
}
