/* 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;
}
body {
  line-height: 1;
}
/*------------
 Embed Font
------------*/
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/FFSpinozaPro-Regular.woff);
  }
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/FFSpinozaPro-RegularItalic.woff);
  }
@font-face {
  font-family: "FF Spinoza Pro";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/FFSpinozaPro-Bold.woff);
  }
@font-face {
  font-family: "Syntax Next LT Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/SyntaxNextLTPro-Regular.woff);
  }
/*------------
 Layout
------------*/
body {
  font-family: "FF Spinoza Pro", serif;
  line-height: 1.25em;
  font-size: 1.15em;
  color: #3d3d3d;
}
#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.4em;
  text-indent: 0;
  font-weight: normal;
  font-style: italic;
  padding-top: 4%;
  margin-bottom: 0;
  letter-spacing: 0;
}
#introduction h1, #glossary h1 {
  margin-bottom: 1em;
}
div.subdate {
  text-align: center;
  margin: 1em 0;
  font-style: italic;
}
h2 {
  text-align: center;
  font-size: 0.8em;
  text-indent: 0;
  font-weight: bold;
  font-style: normal;
  margin: 3.4% 0 5% 0;
  letter-spacing: 0.2em;
}
#titlepage h2 {
  font-size: 2em;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  line-height:1em;
  margin: 0;
  padding-top:6%;
}
.gray {
  color: #999;
  vertical-align: -0.25em;
}
#titlepage h3 {
  font-style: italic;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 6% 0 12% 0;
  letter-spacing: 0;
}
#titlepage h4 {
  text-align: center;
  text-indent: 0;
  font-style: italic;
  font-size: 0.8em;
  letter-spacing: 0;
}
#titlepage h5 {
  font-style: normal;
  letter-spacing: 0;
  font-size: 1em;
  text-indent: 0;
  text-align: center;
  margin-top: 6%;
}
#titlepage h5 + h5 {
  margin-top: 0.2em;
  font-size: 0.9em;
}
/*------------
Copyright Page
------------*/
#copyright {
  font-size: 0.9em;
  padding:3% 9%;
}
#copyright p {
  margin: 0;
  text-indent: 0;
  text-align:justify;
  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: "Syntax Next LT Pro", sans-serif;
  font-style: normal;
  font-weight:normal;
}
#copyright p + h2 {
  margin-top: 0.6em !important;
}
/*---------------
acknowledgements
---------------*/
/*------------
 Paragraphs
------------*/
p {
  text-indent: 5%;
  margin: 0.2em 0;
  text-align: justify;
}
.signature p {
	text-indent:0;
	font-style:italic;
	margin:.2em;
  padding-left:50%;
}
.address {
	margin:.5em 0 .75em 0;
  font-size:.7em;
}
.address p {
	margin: 0 0 0 4%;
	text-indent:0;
    line-height:1.1em;
}
.block {
	margin:.8em 4%;
}
.block p {
	margin: 0;
}
.stars p {
  text-indent: 0;
  text-align: center;
  margin-top: 0.6em;
}
#glossary p {
  padding-left: 1%;
  text-indent: -1%;
  margin-bottom: 1em;
}
/*------------
 formatting
------------*/
em {
  font-style: italic;
}
/*-----------
  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;
}
