html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

.background {
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: visible;
  z-index: -99; }
  .background .topmost {
    background-image: url("assets/deep_green.png");
    background-position: 50% 0%;
    background-repeat: repeat-x;
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px; }
  .background .top {
    background-image: url("assets/green_bg.jpg");
    background-position: 50% 0%;
    background-repeat: repeat-x;
    position: absolute;
    z-index: -4;
    width: 100%;
    height: 390px;
    top: 0px;
    left: 0px; }
  .background .mid {
    background-image: url("assets/stone2.jpg");
    background-position: 50% 0%;
    background-repeat: repeat-x;
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 180px;
    top: 390px;
    left: 0px; }
  .background .bottom {
    background-image: url("assets/wood.jpg");
    background-position: 50% 0%;
    background-repeat: repeat-x;
    position: absolute;
    z-index: -5;
    width: 100%;
    height: 943px;
    top: 0px;
    left: 0px; }
  .background .overlay {
    background-image: url("assets/layers.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -2;
    width: 100%;
    margin: 0 auto;
    max-width: 1182px;
    height: 642px;
    top: -3px; }
    @media screen and (max-width: 940px) {
      .background .overlay {
        display: none; } }
    @media screen and (min-width: 940px) {
      .background .overlay {
        display: block; } }

#container {
  max-width: 940px;
  margin: 0 auto;
  height: 100% auto;
  min-height: 100%;
  margin-bottom: -160px; }
  @media screen and (min-width: 600px) {
    #container {
      padding-top: 30px; } }
  @media screen and (max-width: 600px) {
    #container #header #logo {
      padding: 3%;
      width: 60%; } }

body.loggedin #container {
  padding-top: 3px;
}

@media screen and (min-width: 940px) {
  .donate-button {
    height: 40px;
    max-width: 290px;
    background-image: url("assets/green_smudge.png");
    text-align: center;
    float: right;
    padding: 10px;
    margin: 5% 5% 2% 5%;
    font-family: Trajan;
    font-size: 19px;
    color: #fffae1; }
    .donate-button a {
      color: white;
      font-size: 12px;
      font-family: Georgia, Times, serif;
      font-style: italic;
      border-width: 0px 0px 1px 0px;
      border-style: dotted;
      margin-top: -5px;
      text-decoration: none; }
    .donate-button .donate-text {
      float: left;
      line-height: 90%;
      padding-top: 10px;
      padding-left: 10px; }
    .donate-button #life-ring {
      background-image: url("assets/life_ring.png");
      width: 48px;
      height: 48px;
      float: left;
      margin-left: 10px;
      margin-right: 5px; } }
@media screen and (max-width: 940px) {
  .donate-button {
    display: none; } }

.nav ul li a {
  background-image: url("assets/separator.png");
  background-position: top-left;
  background-repeat: repeat-y;
  display: block;
  padding: 16px 28px 12px 28px;
  color: #3a455d;
  text-decoration: none; }

.nav ul li a:hover {
  color: #5e6940;
}

@media screen and (min-width: 740px) {
  .nav {
    height: 46px;
    width: 100%;
    box-shadow: 0px 0px 8px #2d0505;
    overflow: hidden;
    text-align: center; }
    .nav ul {
      float: left;
      margin: 0 auto;
      list-style-type: none;
      padding: 0px;
      position: relative;
      left: 50%; }
      .nav ul li {
        float: left;
        font-size: 18px;
        line-height: 18px;
        font-family: "Trajan";
        background-image: url("assets/button_shadow.png");
        background-repeat: repeat-x;
        position: relative;
        right: 50%; }

      .nav ul li:hover {
        background-image: url("assets/button_highlight.jpg");
      }

  .menu-button {
    display: none; } }
@media screen and (max-width: 740px) {
  .nav {
    width: 100%;
    display: block; }
    .nav ul {
      list-style-type: none;
      padding: 0px; }
      .nav ul li {
        font-size: 18pt;
        font-family: "Trajan";
        color: #f0ece3;
        background-image: url("assets/deep_green.png");
        border-bottom: 1px solid black; }
        .nav ul li a {
          height: 18px;
          color: #f0ece3;
        }

  .nav.closed {
    display: none; }

  .menu-button {
    border-radius: 7px;
    height: 30px;
    width: 20%;
    background-image: url("assets/deep_green.png");
    text-align: center;
    color: #f0ece3;
    float: right;
    margin-top: 10%;
    padding-top: 1%;
    margin-right: 5%;
    margin-left: 5%; } }

#content {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px; }
  @media screen and (min-width: 940px) {
    #content {
      background-image: url("assets/content_corners.png"); } }
  #content #inner {
    padding: 15px;
    background-color: white; }
    @media screen and (min-width: 940px) {
      #content #inner {
        max-width: 888px;
        margin: 0px 25px 0px 25px; } }
    @media screen and (max-width: 940px) and (min-width: 740px) {
      #content #inner {
        margin: 0px 25px 0px 25px; } }
    #content #inner p {
      color: #605d4c;
      font-size: 14px;
      font-family: Helvetica, Arial, sans-serif;
      line-height: 22px; }
    #content #inner h2 {
      color: #a3b475;
      font-weight: bold;
      font-family: Trajan;
      line-height: 1.2;
      font-size: 24px; }

#page-header {
  position: relative;
  height: 233px;
  overflow: hidden; }
  #page-header #banner {
    overflow: hidden;
    height: 233px;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px; }
    #page-header #banner img {
      overflow: hidden; }
  #page-header #gradient {
    position: relative;
    top: -63px;
    z-index: 2;
    height: 63px; }
  #page-header #page-title {
    border-collapse: separate;
    color: #717f4b;
    display: block;
    font-family: Monika, cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    height: 53px;
    line-height: 51px;
    text-align: left;
    text-shadow: white 0px 1px 0px;
    text-decoration: none;
    padding-left: 20px;
    z-index: 3;
    top: 185px;
    position: absolute; }

@media screen and (min-width: 400px) {
  #verse {
    margin: 0 auto;
    max-width: 778px;
    text-align: center;
    clear: both;
    color: #7d875f;
    font-family: Futura;
    font-size: 16px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("assets/verse.png");
    background-position: center center;
    background-repeat: no-repeat; } }
@media screen and (max-width: 400px) {
  #verse {
    display: none; } }
#push {
  height: 150px; }

#footer {
  width: 100%;
  height: 100px;
  overflow: hidden; }

#address, #copyright {
  text-align: center; }

#address {
  font-variant: small-caps;
  font-family: "Trajan";
  height: 30px;
  background-image: url("assets/stone.jpg");
  background-repeat: repeat-x;
  background-position: 50% 0%;
  padding-top: 14px;
  color: #42716f;
  position: relative; }

#address a {
  text-decoration: none;
  color: #42716F;
}

@media screen and (max-width: 600px) {
  #address {
    font-size: 12px;
}}

#copyright {
  background-image: url("assets/stone2.jpg");
  background-repeat: repeat-x;
  background-position: 50% 0%;
  text-shadow: 0px 1px 0px white;
  color: #968e75;
  line-height: 1.4;
  font-size: 11px;
  padding-top: 15px;
  height: 35px;
  width: 100%; }

.herobox {
  width: 50%;
  margin: 0 auto;
  margin-left: 25%; }

#hero {
  box-sizing: padding-box;
  position: relative;
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2%;
  margin-top: -15%;
  z-index: 15;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 0px 8px #2d0505; }
  #hero #listenbox {
    max-width: 100%;
    height: auto;
    text-align: center; }
  #hero #listennow {
    position: absolute;
    left: 10%;
    top: 25%;
    max-width: 80%; }

audio { width: 355px; display: block; margin:10px; }
