/* AwesomeDude chapter styles
Last modified February 23 2014 by John Silby (Alien Son)  */


/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}


/* Basics */

body {
  margin: 90px auto;
  padding-bottom: 0px;
  font-family: Calibri;
  font-size: 16pt;
  line-height: 1.2;
  color: #fff;
  background-color: #551B19;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

h1, h2, h3 {
  font-family: "Berlin Sans FB";
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

h1 {
  font-size: 1.95em;
  padding-top: 43px;
}

h2 {
  font-size: 16pt;
  padding-top: 10px;
  padding-bottom: 18px;
}

h3 {
  font-size: 21pt;
  margin-bottom: 115px;
}

h4 {
  font-size: 24pt;
  margin-bottom: 25px;
  text-align: left;
}

p {
  font-weight: normal;
  margin-bottom: 20px;
}

.n {
  font-style: normal;
}

.divider {
  font-size: 16pt;
  text-align: center;
  margin: 40px 0 25px 0;
}

.end {
  text-align: center;
  padding-top: 30px;
}

hr {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #004242;
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}


/* Special formatting */

.preamble {
  font-style: italic;
}

.copyright {
  background-color: #453730;
  width: 70%;
  margin: 50px auto;
  padding: 10px;
  font-size: 10pt;
  text-align: center;
  border: transparent;
  border-radius: 5px;
}

.copyright p {
  margin-bottom: 0;
  text-indent: 0;
}

.disclaimer {
  font-size: 10pt;
  text-align: center;
  margin-bottom: 5px;
}

.c {
  margin: 50px 0 40px 0;
  text-align: center;
}

.quote p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffff05;
}

.indent {
  text-indent: 30px;
}

.indent2 {
  margin-left: 30px;
}

.reference {
  font-size: 14px;
  margin-top: 10px;
  color: #ffff05;
}

.quote-indent, .quote-indent-normal {
  margin-bottom: 20px;
  margin-left: 30px;
}

.quote-indent p {
  margin-bottom: 0;
  font-style: italic;
  color: inherited;
}

.quote-indent-normal p {
  margin-bottom: 0;
  font-style: normal;
  color: inherited;
}

.note {
  width: 80%;
  margin: 40px auto 20px auto;
  background-color: #4B0201;
  padding: 20px 15px 10px 15px;
  border-radius: 5px;
}

.nav {
  min-height: auto;
  margin: 30px 0 20px 0;
  padding: 2px 0;
  background-color: #343434;
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

a:link {
  color: #fff;
}

a:hover, .nav a:visited:hover {
  text-decoration: none;
  color: #FFBE6E;
}

a:visited {
  text-decoration: none;
}

.nav a:focus {
  text-decoration: none;
}

.flashback {
  font-style: italic;
}

.sc {
  font-variant: small-caps;
  font-weight: bold;
  }

b, strong {
  font-weight: bold;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

