@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.jpg') left top no-repeat;
  height: 102px;
  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: 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 20px;
  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-left: 10px;
  padding-right: 20px;
  padding-bottom: 4px;
  text-align: right;
}

div.footer a {
  color: #fff;
}

div.footer .quickcontact {
  float: left;
  padding-left: 20px;
  width: 320px;
}

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.png') left top no-repeat;
  float: left;
  margin-left: 8px;
}

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

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

div.footer a.credit:hover {
  text-decoration: none;
}

div.footer a.credit em {
  background: url('../images/je-signature.png') left top no-repeat;
  display: -moz-inline-block; /* Firefox doesn't recognize inline-block */
  display: inline-block;
  height: 29px;
  font: 0/0 Arial;  /* Some browsers don't recognize text-indent for inline-block elements */
  margin: -10px 0;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
  width: 69px;
}

div.disclaimer {
  font-size: 10px;
  margin: 15px 0;
  text-align: center;
}
