body {
  background: #0e72c5;
  color: #eee;
  font-family: "Fertigo", "Georgia", "Big Caslon", serif;
  font-size: 87.5%;
  line-height: 1.5;
  margin: 0;
}

html>body {
  font-size: 14px;
}

.container {
  background: url(../images/body.png) no-repeat 290px top;
}

#content {
  height: 1000px;
  margin-bottom: 6em;
}

div.border {
  padding-right: 20px;
  margin-right: 10px;
  border-right: none;
}

#left-column-1, #left-column-2, #left-column-3 {
  background: #9a3d22;
  margin-left: 50px;
}

#left-column-1 {
  height: 318px;
}

#left-column-2 {
  height: 400px;
}

#left-column-1 img {
  padding-top: 46px;
  padding-left: 14px;
}

#main-column-1, #main-column-2 {
  height: auto;
  padding-bottom: 3em;
}

img.start {
  position: relative;
  top: 180px;
  left: 250px;
  z-index: 100;
}

#footer {
  background: #002146;
  border-top: 1px solid #9c9dc0;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

#footer ul
{
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}

#footer li
{
  display: inline;
  font-size: 0.85em;
  margin: 0;
  padding: 0 2em;
}

/* ==BUTTONS== */

a.button {
  display: block;
  height: 46px;
}

a#join-the-trail, button#join-the-trail {
  background: url(../images/buttons/join_the_trail.png) no-repeat;
  border: none;
  display: block;
  height: 46px;
  width: 185px;
}

a#the-story-so-far {
  background: url(../images/buttons/the_story_so_far.png) no-repeat;
  float: right;
  margin: 1em 1em 3em 0;
  width: 227px;
}

a#join-the-trail {
  margin: 7em 0 0 2.25em;
}

button#join-the-trail {
  float: right;
}

.button span {
  display: none;
}

/* ==TYPOGRAPHY== */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
  font-family: 'Museo Regular'; 
  src: url('../fonts/Museo500-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Museo Italic'; 
  src: url('../fonts/MuseoSans_500_Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Fertigo'; 
  src: url('../fonts/Fertigo_PRO.otf') format('opentype');
}

h1, h2, h3 {
  color: #eee;
  font-family: "Museo Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-shadow: #0065ad 2px 2px 1px;
  text-transform: uppercase;
}

h1 {
  font-size: 2.571em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

h1.image, h2.image {
  display: none;
}

h1#itinerary {
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.714em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2 span {
  font-size: 70%;
}

h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  color: #fffbc3;
  font-family: "Museo Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;;
  font-size: 1.285em;
  margin: -0.5em 0 0.5em 0;
  padding: 0 0.5em;
}

p {
  background: #0065ad;
  color: #f4e6d8;
  font-size: 1em;
  font-family: "Fertigo";
  line-height 1.5em;
  margin: 0 0 1.5em 0;
  padding: 0.5em;
}

p.right {
  text-align: right;
  padding-right: 0.5em;
}

a {
  color: #c7b299;
  text-decoration: none;
}

a:hover {
  color: #fffbc3;
  text-decoration: underline;
}

p a {
  background: #00477a;
  padding: 0 3px;
}

/* ==FORMS== */

form {
  height: auto;
}

form p {
  text-align: right;
}

fieldset {
  height: auto;
}

label {
  float: left;
}

input {
  border: none;
}

input[type=text] {
  width: 85%;
}

textarea {
  width: 98%;
  height: 3em;
}

/* ==TABLES== */

table {
}

tr {
  background: #0065ad;
}

td.date {
  padding-left: 0.5em;
  width: 10%;
}

td.route {
  width: 75%;
}

td.distance {
}

/* ==ADMIN== */

div.admin {
  border-top: 1px dotted #fff;
}

div.admin p {
  background: none;
  font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0.5em 0;
  text-align: right;
}

div.admin p a {
  background: #666;
  color: #ddd;
  font-weight: bold;
  padding: 0.5em;
}

div.admin p a:hover {
  color: #fff;
}
