@font-face {
  font-family: 'QuicksandBook';
  src: url('fonts/Quicksand_Book-webfont.eot');
  src: url('fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/Quicksand_Book-webfont.woff') format('woff'),
  url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
  url('fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #ffffff;
  background: #413f3b url("../images/bg.jpg");
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 90%;
  margin: 0px;
  text-align: center;
}
a {
  color: #B5A668;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}
a.skipLink {
  background-color: #413f3b;
  border: 2px solid #0B0B0B;
  display: block;
  font-size: 1.3em;
  left: -1000em;
  padding: 0.8em;
  position: absolute;
  z-index: 10;
}
a.skipLink:focus, a.skipLink:active {
  top: 1em;
  left: 1em;
  z-index: 1000;
  color: #B5A668;
}
.header {
  background-image: url("../images/bg-header.jpg");
  padding: 0px 0px 0px 0px;
  height: 100px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.nav {
  float: right;
  font-family: QuicksandBook, Helvetica, Arial, sans-serif;
  padding: 45px 0px 0px 0px;
  text-align: right;
}
.wrapper {
  width: 960px;
  margin: 0px auto;
  background-image: url("../images/bg-triangle.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-align: left;
}
.logo {
  margin-bottom: 20px;
}
h1, h2 {
  color: #b5c1ad;
  font-family: QuicksandBook, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 240%;
  margin-top: 140px;
}
.header2 {
  color: #b5c1ad;
  font-family: QuicksandBook, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 140%;
  text-transform: uppercase; 
  margin-bottom: 0px;
}
.date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #B5A668;
}
.intro {
  clear: left;
  font-size: 90%;
  line-height: 1.4em;
}
.main-story {
  background-image: url("../images/triangles.png");
  background-repeat: no-repeat;
  background-position: 122px 142px;
  height: 570px;
}
.more-articles {
  border-top: 1px solid #ffffff;
  padding: 10px;
}
.more-articles img {
  width: 220px;
  height: 125px;
}
.more-articles p {
  border-bottom: 1px solid #807c72;
  padding: 5px 0px 15px 0px;
  font-size: 80%;
}
.more-articles p:last-child {
  border-bottom: none;
}
.footer {
  clear: both;
  background: #0B0B0B;
  padding: 5px 10px;
}
.footer p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 75%;
  text-align: right;
}
.footer a {
  color: #807c72;
}
p.clean {
  border: none;
  font-size: 100%;
}
#contact_form {
  margin-bottom: 20px;
}
#contact_form .row {
  margin: 10px 0;
}
#contact_form #submit_button {
  background-color: #b5c1ad;
  border: 2px solid #0B0B0B;
  display: block;
  padding: 5px 10px;
  width: 75px;
}
#contact_form input,
#contact_form textarea {
  width: 250px;
}

