@import "reset.css";

body {
  background-color: #000;
  color: #d5b151;
  font-family: "Lucida Sans Unicode",Helvetica,Verdana,sans-serif;
  font-size: 14px;
}

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

a:hover { text-decoration: underline; }

h1 {
  background: transparent url('../images/header.png') left top no-repeat;
  height: 84px;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
}

h2 {
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}

h3 a {
  color: #fff;
}

p {
  line-height: 1.3em;
}

div.clear {
  clear: both;
  height: 0;
  width: 0;
}

body div.wrapper {
  margin: 20px auto 0 auto;
  width: 852px;
}

div.nav {
  background: #5c0303 url('../images/navigation.png') left top repeat-x;
}

div.nav li {
  float: left;
  list-style: none;
}

div.nav li a {
  color: #d5b151;
  display: block;
  font-size: 13px;
  padding: 12px 25px;
  text-decoration: none;
}

div.nav li a:hover, div.nav li a.current {
  text-decoration: underline;
}

div.content {
  background-color: #000;
  border-left: 15px solid #5d0303;
  border-right: 15px solid #5d0303;
  padding: 30px;
}

div.footer {
  background: transparent url('../images/footer.png') left top repeat-x;
  border-top: 1px solid #8a1313;
  color: #f6dfae;
  font-size: 11px;
  padding: 15px 0;
}

div.footer .quickcontact {
  float: left;
  padding-left: 40px;
  padding-bottom: 4px;
}

div.footer .copyright {
  float: right;
  padding-right: 40px;
  padding-bottom: 4px;
  text-align: right;
}


div.footer a {
  color: #fff;
}


  div.footer .quickcontact {
    float: left;
    padding-left: 40px;
    width: 300px;
  }

  div.footer .copyright {
    float: right;
    width: 220px;
  }

  div.footer .socialmedia {
    float: right;
    height: 0;
    overflow: visible;
    position: relative;
    text-align: center;
    top: -6px;
    width: 112px;
  }

  div.footer a.facebook, div.footer a.twitter, div.footer a.blogger {
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
  }

  div.footer a.facebook {
    background: transparent url('../images/facebook_32.png') left top no-repeat;
    float: left;
    margin-left: 8px;
  }

  div.footer a.twitter {
    background: transparent url('../images/twitter_32.png') left top no-repeat;
    float: right;
  }

  div.footer a.blogger {
    background: transparent url('../images/blogger_32.png') left top no-repeat;
    float: left;
  }