/* AwesomeDude Template for responsive short stories styles */

/* Last modified May 19 2015 by John Silby (Alien Son) */

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

/* Reset */

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




/* Basics */

body {
  margin: 30px auto;
  padding-bottom: 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

.wrapper {
  width: 90%;
  margin: 30px auto;
}

header {
  position: relative;
  width: 785px;
  height: 700px;
  margin: 20px auto;
  background-image: url(racquet-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #fff;
}

h1 {
  font-family: "Boogaloo";
  font-size: 42pt;
  padding-top: 480px;
  text-align: center;
  color:;
}

h2 {
  font-size: 28pt;
  padding-top: 15px;
  text-align: center;
  color:;
}


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


h4 {
  font-size: 26pt;
  padding-bottom: 30px;
}


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


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




/* Links */

.email {
  font-size: 12pt;
  padding-top: 5px;
  text-align: center;
  text-indent: 0;
}


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


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


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




/* Special formatting */

.divider {
  font-size: 20pt;
  font-weight: bold;
  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
}


.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}


.c {
  text-align: center;
}


.note {
  font-style: italic;
  width: 80%;
  margin: 60px auto;
  background-color: #ddd;
  padding: 15px 15px 1px 15px;
  border-radius: 5px
}

.note p {
  font-size: 12pt;
  text-indent: 0;
}

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


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


.epitaph {
  width: 50%;
  margin: 70px auto;
  font-weight: bold;
  text-align: center;
}


.tribute {
  margin: 70px 200px 70px 100px;
}


.tribute p {
  text-indent: 0;
}

#image {
  margin: 0 auto;
  text-align: center
}


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

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