/* The Other Side styles
Last modified March 22 2014 by John Silby (Alien Son) */


@import url(http://fonts.googleapis.com/css?family=Oswald:regular,700);


/* Reset */

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


/* Basics */

body {
  margin: 50px auto;
  padding-bottom: 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14pt;
  line-height: 1.42;
  color: #fff;
  background-color: #151413;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  border: 0px solid #800080;
}

.title {
  width: 450px;
  margin: 60px auto;
  height: 640px;
  background-image: url(the-other-side-med.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

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

h1 {
  font-family: Oswald;
  font-size: 38pt;
  font-weight: 700;
  top: 470px;
  text-shadow: 0px 0px 9px #fbd4ad;
}

h2 {
  font-size: 18pt;
  top: 470px;
  padding-bottom: 40px;
}

h3 {
  top: 450px;
  font-size: 11pt;
}

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

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

p {
  margin-bottom: 20px;
  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;
}


/* Special formatting */

.quote p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffff05;
}

.indent {
  text-indent: 30px;
}

.indent2 {
  margin-left: 30px;
}

.note {
  width: 90%;
  margin: 60px auto 60px auto;
  background-color: #4c0026;
  padding: 20px 5% 10px 5%;
  text-align: center;
}

.note2 {
  width: 90%;
  margin: 120px auto 40px auto;
  background-color: #4c0026;
  padding: 20px 5% 10px 5%;
  text-align: center;
}

.note p, .note2 p {
  text-indent: 0;
  font-size: 18pt;
  color: #FFD700;
}

.c {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 20px;
}

.c1 {
  text-align: center;
}

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