/* AwesomeDude Template for story pages styles */

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



/* Reset */

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




/* Basics */

body {
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  background-color: #43496a;
  background-image: url(hotmix.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

.background {
  margin: 0 auto;
  width: 80%;
  background-color: #2e2e2e;
  padding: 20px 0;
}

.container {
  padding: 60px;
  background-color: transparent;
  background-image: url(AZ89r-lg.jpg);
  background-position: center 50px;
  background-repeat: no-repeat;
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: center
}


h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 36pt;
  font-weight: bold;
  padding-top: 40px;
  padding-right: 100px;
}

h2.subtitle {
  font-size: 18pt;
  padding-top: 0px;
  padding-right: 100px;
  margin-bottom: -30px;
}

h2 {
  font-size: 18pt;
  padding-top: 120px;
  padding-bottom: 30px
}


h3 {
  font-size: 16pt;
  padding-top: 50px
}


h4 {
  font-size: 12pt
}


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


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




/* Links */

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


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


a:visited {
  text-decoration: none;
  color: #6495ED;
}




/* Special formatting */

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


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


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


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


.chant {
  margin: 50px 5%;
}

.chant-normal {
  text-indent: 0;
  margin: 0 5%;
}

.chant-indent {
  text-indent: 0;
  margin-left: 20%;
}

.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}

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



.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  width: 125px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  height: 25px;
  padding: 8px 0 0 0;
  text-align: center;
  background-color: #343434;
  border-radius: 7px;
  border: 1px solid #202020;
}

p.nav {
  text-indent: 0;
}