/* 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: 50px auto;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14pt;
  line-height: 1.4;
  color: #fff;
  background-color: #2f3d58;
}

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

.title {
	position:relative;
	top: 50px;
	width: 50%;
	height: 300px;
	margin: 0 auto;
	background-image: url(beach-sunset.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
	



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

h1 {
  font-size: 36pt;
  padding-top: 70px;
}

h2 {
  font-size: 18pt;
  padding-top: 35px;
  padding-bottom: 0px;
}

h3 {
  font-size: 12pt;
  padding-top: 0px;
  padding-bottom: 40px;
}

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



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



.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 */

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


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

a:link {
	color:#fff;
}	

a:hover, a:visited:hover {
color:#ffbe6e;
}
.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;
}.anniversary {
 position: absolute;
 top: 20px;
 right: 20px;
 width: 101px;
 height: 67px;
 background-image: url(../../images/tenyears/turning-ten-badge.jpg);
 border: 1px solid #F5DEB3;
}

.ann-text {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #000;
 text-align: center;
 text-indent: 0;
 margin: 0 auto;
 padding-top: 3px;
 line-height: 1.1;
}