/*------------
 Global Reset
------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, 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;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
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: "TheSans 4-SemiLight";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/TheSans-SemiLight.woff);
  }
@font-face {
  font-family: "TheSans 4-SemiLight Caps";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/TheSans-SemiLightCaps.woff);
  }
/*------------
 Layout
------------*/
body {
  font-family: "Aldus nova Pro", serif;
  line-height: 1.25em;
  font-size: 1.15em;
}
#cover img {
    padding:0;
    margin:0 auto;
    width:100%;
    box-shadow: 3px 3px 3px #666;
}
#titlepage, #copyright {
  margin: 0 12%;
  padding-top: 12%;
}
#introquote {
  margin: 0 4%;
  padding-top: 12%;
  text-align: center;
  line-height: 1.15em;
}
/*------------
 Headings
------------*/
h1 + p, h2 + p, h3 + p {
  page-break-before: avoid;
}
div.chapterheading {
  text-indent: 4%;
  padding-top: 2%;
  font-size: 0.7em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "TheSans 4-SemiLight", sans-serif;
}
div.chapterheading + h1 {
  padding-top: 5%;
}
h1 {
  margin: 0 /*topmargin*/ 4% 4% 4%;
  /*padding-top: 4%;*/
  text-indent: 0;
  font-size: 1.5em;
  line-height: 1.6em;
  font-style: italic;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  font-weight: normal;
  font-family: "Aldus nova Pro", serif;
  text-transform: none;
}
h2 {
  margin: 4% 0 2% 4%;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  font-family: "TheSans 4-SemiLight Caps", sans-serif;
}
h3, #introduction h2 {
  margin: 3% 4%;
  text-align: left;
  font-style: italic;
  font-weight: normal;
  /*letter-spacing: 0.1em;*/
  font-size: 1.05em;
  font-family: "Aldus nova Pro", serif;
}
h4 {
  margin: 1.5% 0;
  text-align: left;
  text-indent: 4%;
  font-weight: normal;
  font-style: normal;
  font-family: "TheSans 4-SemiLight", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
}
h5 {
  text-align: left;
  text-indent: 4%;
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 2% 0;
}
#titlepage h2 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  font-size: 2.4em;
  margin: 0 0 12% 0;
  font-family: "Aldus nova Pro", serif;
  letter-spacing: 0;
  line-height: 1em;
  font-variant: normal;
}
#titlepage h3 {
  text-align: center;
  font-style: normal;
  margin: 2.4% 0;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "TheSans 4-SemiLight", sans-serif;
}
#titlepage h4 {
  text-align: center;
  margin: 12% 0 0 0;
  font-size: 1.2em;
  font-style: italic;
  text-transform: none;
  text-indent: 0;
  letter-spacing: 0;
  font-family: "Aldus nova Pro", serif;
}
#titlepage h4 + h4 {
  margin-top: 3%;
}
/*------------
Copyright Page
------------*/
#copyright {
  font-size: 0.9em;
}
#copyright p {
  margin: 0;
  text-indent: 0;
  text-align: left;
  font-size: 0.9em;
}
#copyright h2 {
  text-indent: -4%;
  text-align: left;
  margin: 0 0 0.3em 0;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-family: "TheSans 4-SemiLight", sans-serif;
  font-style: normal;
}
#copyright p + h2 {
  margin-top: 0.6em !important;
}
/*------------
 Paragraphs
------------*/
p {
  text-indent: 4%;
  margin: 0.2em 0;
  text-align: justify;
}
p.first {
  margin-top: 0.6em;
}
p.section {
  margin-top: 1.2em;
}
h2 + p.section, h3 + p.section, h4 + p.section, h5 + p.section, div.verse + p.section {
  margin-top: 2%;
}
.block {
  margin: 0.8em 4%;
}
.block p {
  margin: 0.2em 0;
}
.no-i-block {
  margin: 0.8em 4%;
}
.no-i-block p {
  margin: 0;
  text-indent: 0;
}
.dblock {
  margin: 0.8em 8%;
}
.dblock p {
  margin: 0;
  text-indent: 0;
}
.hdblock {
  margin: 0.8em 8%;
}
.hdblock p {
  margin: 0;
  text-indent: 0;
}
.hdblock p.hang {
  text-indent: -4%;
}
.hdblock p.add {
  margin-top: 0.4em;
}
.sq-list {
  margin: 0.6em 0;
}
.sq-list p {
  margin: 0;
}
.pbreak {
  margin: 0.8em 0;
}
.note {
  margin: 0.6em 4%;
  font-size: 0.9em;
}
.note p {
  margin: 0;
}
.note p.notetitle {
  font-family: "TheSans 4-SemiLight Caps", sans-serif;
  font-size: 1.1em;
  margin-top: 2.4%;
  margin-bottom: 1.2%;
  text-indent: 0;
  letter-spacing: 0.1em;
}
p.seealso {
  margin-top: 0.8em;
  font-style: italic;
  font-size: 0.9em;
}
.date {
  text-indent: -10%;
  font-style: italic;
  margin: 1em 0 1.2em 60%;
}
.signatures {
  text-indent: 40%;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.1em;
}
.signatures + .signatures {
  margin-top: 0;
  margin-bottom: 1em;
}
.address {
  text-indent: 0;
  margin: 1.2em 4%;
  font-size: 0.6em;
  font-style: normal;
  font-family: "TheSans 4-SemiLight", sans-serif;
  text-transform: uppercase;
}
.address p {
  text-indent: 0;
  margin-top: 0;
  margin-bottom: -0.2em;
  letter-spacing: 0.1em;
}
#glossary p, #furtherreadings p {
  margin-left: 4%;
  text-indent: -4%;
  margin-bottom: 0.4em;
}
.suttaCite {
  font-style: italic;
  margin-left: 50%;
  margin-top: 0.6em;
}
/*------------
 formatting
------------*/
.bolditalic {
  font-weight: bold;
  font-style: italic;
}
.smaller {
  font-size: smaller;
  font-style: normal;
}
.small {
  font-size: 0.5em;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.fn /*superscript*/ {
  vertical-align: 0.4em;
  font-size: 0.6em;
}
.normal {
  font-style: normal;
}
.grey {
  color: grey;
}
.normal {
  font-style: normal;
}
.allcaps {
  text-transform: uppercase;
}
p.stars {
  text-indent: 0;
  text-align: center;
  letter-spacing: 0.5em;
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.lc {
  text-transform: lowercase;
}
.nc {
  text-transform: none;
}
/*-------------
  abbreviations
---------------*/
#abbreviations table {
  margin-left: 8%;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}
#abbreviations caption {
  margin-bottom: 1em;
  margin-left: 8%;
  text-align: left;
  text-transform: uppercase;
}
#abbreviations td + td {
  padding: 0.2em 2em;
}
#abbreviations td {
  font-style: italic;
}
#abbreviations p {
  text-indent: 0;
  text-align: justify;
  margin: 0.6em 4%;
}
/*------------
   Verses
------------*/
div.block div.verse {
  margin: 0.6em 4%;
}
.verse {
  margin: 2% 8%;
  text-indent: 0;
}
.verse-add {
  margin-top: 0.4em;
  text-indent: 0;
}
.verse p {
  text-indent: -2em;
  padding-left: 2em;
  margin: 0 !important;
}
p.v_udent {
  margin-left: 0;
  text-indent: 0;
  padding-left: 0;
}
p.vspk {
  /*margin-bottom:1.6em;*/
  padding-bottom: 0.6em;
  text-indent: -2.6em;
  font-style: italic;
}
div.verse-add p.vspk {
  padding-top: 0.6em;
}
p.vcenter {
  text-indent: 0;
  padding-left: 0;
  text-align: center;
}
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%;
}
p.v7 {
  text-indent: -2%;
  padding-left: 30%;
}
p.v8 {
  text-indent: -2%;
  padding-left: 34%;
}
p.v9 {
  text-indent: -2%;
  padding-left: 38%;
}
p.v10 {
  text-indent: -2%;
  padding-left: 42%;
}
p.v11 {
  text-indent: -2%;
  padding-left: 46%;
}
p.v12 {
  text-indent: -2%;
  padding-left: 50%;
}
/*-----------
  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;
}
