/* AwesomeDude chapter styles
Last modified February 14 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: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  line-height: 1.4;
  color: #dfdfdf;
  background-color: #000;
}

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

h1, h2, h3 {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
}

h1 {
  font-size: 26pt;
  padding-top: 60px;
}

h2 {
  font-size: 22pt;
  padding-top: 10px;
  padding-bottom: 20px;
}

h3 {
  font-size: 18pt;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: left;
}

p {
  margin-bottom: 17px;
  text-indent: 0;
}

.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;
  box-sizing: content-box;
}


/* Special formatting */

.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;
}

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

.note {
  width: 65%;
  margin: 40px auto 20px auto;
  background-color: #790103;
  padding: 20px 15px 10px 15px;
  border-radius: 5px;
  text-align: center;
}

.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;
}

.nav a {
  color: #fff;
}

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

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

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

.flashback {
  font-style: italic;
}

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

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

