/* The Worst 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: #3d3e3f;
}

.container {
  width: 90%;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.title {
  position: relative;
  top: 10px;
  width: 870px;
  height: 578px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-image: url(../another-day/wing.jpg);
  background-position:  left top;
  background-repeat: no-repeat;
  border: 0px solid #808080;
}

h1, h2, h3 {
  position: relative;
  clear: right;
  padding-right: 40px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  color: #1C4A7B;
  text-shadow: 1px 1px 3px #0f1832;
}

h1 {
  top: 30px;
  font-size: 30pt;
  text-align: right;
  border: 0px solid #7FFF00;
}

h2 {
  top: 40px;
  text-align: right;
  font-size: 24pt;
}

h3 {
  position: relative;
  top: 433px;
  font-size: 12pt;
  text-align: right;
}

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

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

a:hover, h3 a:hover {
  color: #ffbe6e;
  font-weight: 900;
  text-decoration: none;
}

p {
  margin: 0 0 15px 10px;
}

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

.indent2 {
  margin-left: 30px;
}

.indented {
  text-indent: 50px;
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #A7A9A6;
	color: black;
	text-align: center;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

.red-text {
    color: #D80C10;
    font-weight: bold;
		font-style: italic;
}
.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;
}

.note-top {
  position: relative;
  font-style: italic;
  margin: 5px auto 3px auto;
  padding: .8em .8em .1em .8em;
  background-color: #E5F3FF;
  color: #000;
}

.note {
  font-style: italic;
  margin: 3em auto;
  padding: .8em .8em .1em .8em;
  background-color: #E5F3FF;
  color: #000;
}

.note p, .note-top p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  text-indent: 0;
}

