/*------------
 Global Reset
------------*/

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

/* HTML5 display-role reset for older browsers */

/*------------
 Embed Font
------------*/

@font-face {
    font-family: "MaiolaPro";
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/MaiolaPro.woff)
}

@font-face {
    font-family: "MaiolaPro";
    font-weight: normal;
    font-style: italic;
    src: url(/fonts/bookfonts/MaiolaPro-Italic.woff)
}

@font-face {
    font-family: "MaiolaPro";
    font-weight: bold;
    font-style: normal;
    src: url(/fonts/bookfonts/MaiolaPro-Bold.woff)
}

@font-face {
    font-family: "MaiolaPro";
    font-weight: bold;
    font-style: italic;
    src: url(/fonts/bookfonts/MaiolaPro-BoldItalic.woff)
}

@font-face {
    font-family: "Alegreya Sans SC";
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/AlegreyaSansSC-Regular.woff)
}

/*------------
 Layout
------------*/

body {
    font-family: "MaiolaPro", serif;
    font-size: 1.2em
}

/*------------
 Headings
------------*/

h1 + p, h1 + table {
    margin-top: 5%
}

h1 + div.subtitle, h1 + div.quote {
    margin-top: 2%
}

div.subtitle {
    font-family: "Alegreya Sans SC", serif
}

h2 {
    font-size: 1em;
    font-family: "Alegreya Sans SC", serif;
    margin: 2% 0;
    text-indent: 4%;
    letter-spacing: 0.1em
}

#titlepage h2 {
    font-size: 2.2em;
    font-family: "MaiolaPro", serif
}

#titlepage h3 {
    font-family: "Alegreya Sans SC", sans-serif
}

#titlepage h4 {
    font-style: normal;
    font-size: 0.85em;
}

/*------------
Copyright Page
------------*/

#copyright h2 {
    text-indent: -3%;
    font-size: 0.95em
}

#copyright p + h2 {
    margin-top: 2%
}

/*------------
 Paragraphs
------------*/

.block {
    font-style: italic;
}

.block p {
    margin: 0.2em 0
}

.address {
    font-size: 0.7em;
    text-transform: none;
    font-family: "Alegreya Sans SC"
}

/*------------
 formatting
------------*/

/*-------------
  abbreviations
---------------*/

#abbreviations table {
    /*	margin-left:12%;*/
}

/*------------
   Verses
------------*/

/*-----------
  hyperlinks
-------------*/
