/* AwesomeDude Template for story pages styles */

/* Last modified April 4 2014 by John Silby (Alien Son) */


/*
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
@import url(http://fonts.googleapis.com/css?family=Schoolbell);
*/

@import url(http://fonts.googleapis.com/css?family=Metamorphous);




/* Reset */

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




/* Basics */

body {
  margin: 50px auto;
  padding-bottom: 0px;
  font-family: "Comic Sans MS", sans-serif;
  font-size: 16pt;
  line-height: 1.4;
  color: #fdf4c7;
  background-color: #2f0042;
}


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


.title {
  height: 850px;
  margin: 50px;
  text-align: center;
  background-color: transparent;
}


h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-style: normal;
}


h1 {
  font-family: Metamorphous, serif;
  font-size: 26pt;
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
  text-shadow: 0px 0px 7px #999999;
}

h2 {
  font-family: Metamorphous, serif;
  font-size: 18pt;
  text-align: center;
  padding-top: 35px;
  text-shadow: 0px 0px 7px #999999;
}


h3 {
  font-size: 24pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}


h4 {
  font-size: 16pt;
  font-weight: bold;
  margin: 60px 0 20px;
}


h5 {
  font-size: 17pt;
  padding-bottom: 40px
}


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




/* Links */

a:link {
  text-decoration: none;
  color: #fff;
}


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


a:visited {
  text-decoration: none
}




/* Special formatting */

.divider {
  font-family: Georgia, serif;
  font-size: 48pt;
  text-align: center;
  margin: 50px 0 50px 0;
}


.northstar {
  margin: 10px auto 40px auto;
  text-align: center;
}


.space {
  height: 200px;
}

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


.indent-first-line {
  text-indent: 30px
}


.indent-all {
  margin-left: 30px
}


.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}


.c {
  text-align: center;
}


.note {
  font-style: italic;
  width: 80%;
  margin: 40px auto 20px auto;
  background-color: transparent;
  padding: 20px 15px 10px 15px;
  border: 1px solid #4B0082;
  border-radius: 5px;
}


.note p {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 80%;
  margin-bottom: 15px;
  text-align: left;
}


.newspaper {
  width: 80%;
  margin: 40px auto 40px auto;
}


.newspaper p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14pt;
  margin-bottom: 15px;
  text-align: left;
}



.epitaph {
  width: 40%;
  font-family: "Patrick Hand SC", sans-serif;
  font-size: 20pt;
  margin: 80px auto;
  padding: 20px;
}


.epitaph p {
  margin-bottom: 15px;
  text-align: center;
}


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


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


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


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