

body {
        background: #fbeebf url('../img/body-bg.jpg') repeat fixed; color: #4e301c;
      }


/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.container > hr {
  margin: 60px 0;
}

#logo { float: left; margin-top: 20px; margin-bottom: 20px; }
.masthead { float: left; }

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

h1 { font: 30px/35px 'BevanRegular', Arial, sans-serif; color: #f28d1e; text-shadow: 1px 1px 0 #fff, 2px 2px 0 rgba(0,0,0,0.35); }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color:#f28d1e;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar { 
  border-top: 1px dotted #a24e26;
  border-bottom: 1px dotted #a24e26;
  padding: 10px 0; 
  background-color: #332312;
}
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  height: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #bcaf90;
}
.navbar .nav li a:hover {
  color: #ffd457;
  background-color: transparent;
}
.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}
.navbar .nav li.active a {
  
}

.row-fluid ul li {
  background: url('../img/brand_01.jpg') no-repeat left center;
  list-style-type: none;
  padding-left: 25px;
  line-height: 30px;
}
#fst-wrap { position: absolute; width: 100%; left: 0; background: #332312; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
#fst-wrap a:hover { text-decoration: none; }
#fst-logo { float: left; padding: 20px; font-size: 16px; color: #fff; }
#fst-logo img { margin-left: 10px;}
#footer-logos { width: 705px; margin: 0 auto; }
#bss-logo { background: url('../img/tribe-logos.png'); width: 125px; height: 125px; float: left; margin-right: 20px; }
#oiv-logo { background: url('../img/tribe-logos.png'); width: 125px; height: 125px; float: left; margin-right: 20px; background-position: -125px 0; }
#bcrv-logo { background: url('../img/tribe-logos.png'); width: 125px; height: 125px; float: left; margin-right: 20px; background-position: -250px 0; }
#board-seal { background: url('../img/tribe-logos.png'); width: 125px; height: 125px; float: left; margin-right: 20px; background-position: -375px 0; }
#council-seal { background: url('../img/tribe-logos.png'); width: 125px; height: 125px; float: left; background-position: -500px 0; }
#subscribe { float: left; width: 100%; background: #332312; margin: 20px 0; padding: 10px 0; font: 18px 'BevanRegular', Arial, sans-serif; text-align: center; border-radius: 5px; color: #bcaf90; border: 1px dashed #a24e26; }
a#subscribe:hover { text-decoration: none; color: #ffd457; }
#donate { float: left; padding: 20px; background: #d9c97e url('../img/clover.png') no-repeat 96% 90%; border-top: 1px dotted #a24e26; }