/*------------
 Global Reset
------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 1em;
    font-family: inherit;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*------------
 Embed Font
------------*/
@font-face {
    font-family: AldusNovaPro;
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/AldusNovaPro-Book.woff);
    }
@font-face {
    font-family: AldusNovaPro;
    font-weight: normal;
    font-style: italic;
    src: url(/fonts/bookfonts/AldusNovaPro-BookItalic.woff);
    }
@font-face {
    font-family: AldusNovaPro;
    font-weight: bold;
    font-style: normal;
    src: url(/fonts/bookfonts/AldusNovaPro-Bold.woff);
    }
@font-face {
    font-family: AldusNovaPro;
    font-weight: bold;
    font-style: italic;
    src: url(/fonts/bookfonts/AldusNovaPro-BoldItalic.woff);
    }
@font-face {
    font-family: AlegreyaSans;
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/AlegreyaSans-Regular.woff);
    }
/*------------
 Layout
------------*/
body {
    font-family: AldusNovaPro, serif;
    line-height: 1.15em;
}
#cover img {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 3px 3px 3px #666;
}
/*------------
 Headings
------------*/
h1 {
    font-style: italic;
    text-align: center;
    font-size: 1.5em;
    margin: 4% 0 2% 0;
    line-height: 1em;
}
#cover h1, #titlepage h1, #copyright h1 {
    display:none;
}
h2 {
    font-size: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    margin: 3% 0 2% 4%;
    font-weight: normal;
    text-transform:uppercase;
    font-family: AlegreyaSans, sans-serif;
}
h3 {
    text-align: center;
    font-size: 2.4em;
    font-style: italic;
    margin-top: 6%;
    line-height:1em;
}
h3 + h3 {
    margin: 0.1em 0 0.5em 0;
}
h4 {
    text-align: center;
    font-style: italic;
    font-size: 1em;
}
h5 {
    text-align: center;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    margin: 2.4em 0;
    font-family: AlegreyaSans, sans-serif;
}
h6 {
    text-align: center;
    font-style: italic;
    font-size: 1.2em;
}
/*------------
Copyright Page
------------*/
#copyright {
    margin: 0 12%;
    padding-top: 0;
    font-size: 0.9em;
}
#copyright p {
    margin: 0;
    text-indent: 0;
    font-size: 0.9em;
}
#copyright h2 {
    text-indent: -8%;
    text-align: left;
    margin: 1.2em 0 0 0;
    font-size: 1em;
    margin-bottom: 0.4em;
    letter-spacing: 0.1em;
    font-family: AlegreyaSans, sans-serif;
    font-weight:normal;
    line-height:1em;
}
#copyright h2 + h2 {
    margin-top: 0;
}
/*------------
 Ending Stuff
------------*/
#glossary p {
    margin: 0.6em 0 0.6em 4%;
    text-indent: -4%;
}
.gloss_entry {
    font-style: italic;
    font-weight: bold;
}
/*-------------
  abbreviations
---------------*/
#abbreviations table {
    /*	margin-left:12%;*/
    margin-left: auto;
    margin-right: auto;
}
#abbreviations caption {
    margin: 1em 0 1em 0;
    text-align: left;
}
#abbreviations td + td {
    padding: 0.2em 0 0.2em 2em;
}
#abbreviations td {
    font-style: italic;
}
#abbreviations p {
    font-style: normal;
    text-align: left;
    margin: 0.6em 12%;
}
/*#abbreviations table {
    margin-left: 3em;
}
#abbreviations td {
    padding: 0.2em 1em;
}*/
/*------------
 Paragraphs
------------*/
p {
    text-indent: 4%;
    margin: 0.2em 0;
    text-align:justify;
}
.suttacite {
    text-indent: 0;
    margin: 0 0 1.33em 50%;
    font-size: 0.88em;
    font-style: italic;
}
.notetitle {
    letter-spacing: 0.1em;
    font-family: AlegreyaSans, sans-serif;
}
.notes {
    margin: 2em 0;
    font-size:0.9em;
}
.subsection {
    margin-bottom: 0.6em;
}
.blockquote {
    margin: 1.5em 2em;
}
.bottompad {
    margin-bottom: 1em;
}
.center {
    margin: 1em 0;
    text-indent: 0;
    text-align: center;
}
/*------------
 formatting
------------*/
em {
    font-style: italic;
}
.em {
    font-style: italic;
}
/*------------
   Verses
------------*/
.verse_body {
    margin-left: 8%;
    text-indent: 0;
}
.verse_body p {
    text-indent: -4%;
    padding-left: 4%;
    margin: 0;
    text-align:left;
}
.verse {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
p.vpad {
    margin-bottom: 0.3em;
}
p.v1 {
    text-indent: -2%;
    padding-left: 6%;
}
p.v2 {
    text-indent: -2%;
    padding-left: 10%;
}
p.v3 {
    text-indent: -2%;
    padding-left: 14%;
}
p.v4 {
    text-indent: -2%;
    padding-left: 18%;
}
p.v5 {
    text-indent: -2%;
    padding-left: 22%;
}
p.v6 {
    text-indent: -2%;
    padding-left: 26%;
}
/*-----------
  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;
}
