/* The Worst - And Best - Day styles
Last modified March 20 2014 by John Silby (Alien Son) */




* {
  margin: 0;
  padding: 0;
  border: 0;
}


html {
  font-family: sans-serif;
  font-size: 100%;
}

body {
  margin: 20px auto;
  padding-bottom: 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 1.428571429;
  color: #f5f5f5;
  background-color: #373948;
}

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  background-color: transparent;
}

.title {
  position: relative;
  top: 80px;
  width: 685px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  background-image: url(ten-oclock.jpg);
  background-position: right 40px;
  background-repeat: no-repeat;
  border: 0px solid #8A2BE2;
}

h1, h2, h3 {
  position: relative;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  color: fff;
  width: 480px;
  text-align: center;
  text-shadow: 1px 1px 3px #0f1832;
  border: 0px solid #9ACD32;
}

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

h2 {
  top: 80px;
  font-size: 24pt;
}

h3 {
  top: 100px;
  font-size: 12pt;
}

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

a:hover {
  color: #ffbe6e;
}

p {
  margin: 0 0 15px;
  text-indent: 40px;
}

.indent {
  margin: 10px 0 20px 50px;
  font-style: italic;
}

.indent2 {
  margin-left: 30px;
}

.epitaph {
  text-align: center;
  font-variant: small-caps;
  margin: 50px 0;
}

.notice {
  text-align: center;
  font-size: 10pt;
  margin: 50px 0;
}

.note {
  width: 100%;
  margin: 60px 0 60px 0;
  background-color: #303496;
  padding: 20px 15px 10px 15px;
  border-radius: 5px;
  font-size: 12pt;
  color: #fff;
}

.divider {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16pt;
  text-align: center;
  margin: 40px 0 25px;
}

.i {
  font-style: italic;
}

.b {
  font-weight: bold;
}

.c {
  text-align: center;
}

.n {
  font-style: normal;
}

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