* {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background: #FEF8E5;
}

a {
  text-decoration: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#toolbar { 
    background: none repeat scroll 0 0 #153B54;
    font-family: "Courier New",Courier,monospace;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1000;
    width: 100%;
}

#toolbar > h1 { 
  color: #FEF7DF;
  float: left;
  font-family: "Courier New",Courier,monospace;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}

#toolbar ul { 
    height: 40px;
    margin: 0 auto;
    padding: 0;
    width: 800px;
}

#toolbar li {
    display: inline;
    float: left;
}

#toolbar a {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #153B54;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 1px 1px 0 #283744;*/
    width: 100px;
}

#toolbar li a {
    -moz-box-sizing: border-box;
    border-right: 1px solid #576979;
}

#toolbar li:last-child a {
    border-right: 0 none;
}

#toolbar a:hover, #toolbar a:active {
  color: #4B2D32;
  background: #8C99A4;
}

#toolbar a#pull {
    display: none;
}

@media screen and (max-width: 1050px) {

  #toolbar > h1 { 
    display: none;
  }

}

@media only screen and (max-width: 750px) { 

  #toolbar {
      border-bottom: 0 none;
  }

  #toolbar ul {
      display: none;
      height: auto;
      width: 100%;
  }

  #toolbar a#pull {
      background-color: #283744;
      display: block;
      position: relative;
      width: 100%;
  }

  #toolbar li { 
      display: block;
      float: none;
      width: 100%;
  }

  #toolbar li a {
      border-bottom: 1px solid #576979;
      width: 100%;
  }

  #toolbar a#pull:after {
      background: url("/assets/images/nav-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
      content: "";
      display: inline-block;
      height: 30px;
      position: absolute;
      right: 15px;
      top: 10px;
      width: 30px;
  }

}

#header h1 { 
  color: #5D3C41;
  background: #A6B3B9;
  font: bold 1.5em/2em "Courier New", Courier, monospace;
  padding-left: 20px;
}

#content { 
  background: #FFFFFF;
  position: relative;
  margin: 80px auto;
  width: 80%;
  max-width: 1200px;
  clear: both;
  zoom: 1;
}

#content:before,
#content:after { 
  content: "";
  display: table;
}

#content:after { 
  clear: both; 
}

#ads {
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.footer {
  color: #505764;
  padding: 10px;
  margin: 20px 100px;
  clear: both;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

.footer a,
.footer a:visited,
.footer a:hover {
  color: #505764;
}

.footer a:hover {
  text-decoration: underline;
}

.left {
  text-align: left;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.centre {
  text-align: center;
}