#content a {
  color: #807373;
  background-color: none;
}

#content a:hover {
  color: #f70001;
  background-color: none;
}

#sidebar a {
  color: #807373;
     background-color: none;
}

#sidebar a:hover {
  color: #f70001;
  background-color: none;
}

#footer a {
  color: #BFB0AC;
  background-color: #807373;
}

#footer a:hover {
  color: #f70001;
  background-color: none;
}

img {
  border: none;
  border: 0;
}

body {
  color: #BFB0AC;
  background-color: #807373;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  padding: 0;
  margin: 0;
  text-align: center;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}

h3 {
  color: #807373;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 795px;
  text-align: left;
}

#header {
  border-bottom: 5px solid #660099;
  background-color: #f70001;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#site-title {
  color: white;
  font-size: 325%;
  letter-spacing: 5px;
}

#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}

#site-title a:hover {
  color: white;
  text-decoration: underline;
}

#site-subtitle {
  font-size: 125%;
  font-style: italic;
  letter-spacing: 5px;
}

#main {
  background-color: white;
  border-bottom: 5px solid #FFE500;
  float: left;
  width: 100%;
}

#content-wrapper {
  float: left;
  width: 520px;
}

#content {
  color: #807573;
  background-color: none;
  padding: 25px;
  border-right: 1px dotted #807573;
}

#content img {
  padding: 1px;
}

#content h1 {
  color: #660099;
  margin-top: 0;
}

#content h3 a {
  border-bottom: 1px dotted #807573;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}

#content p {
  line-height: 160%;
}

#content .info {
  color: #b0af99;
  font-size: 90%;
  margin-top: 1.5em;
}

#content .entry .info {
  margin-top: 1em;
}

#content .first.entry h3 {
  margin-top: 0.25em;
}

#sidebar-wrapper {
  float: right;
  width: 250px;
}

#sidebar {
  color: #807373;
  font-size: 80%;
  padding: 15px;
  padding-left: 0px;
  padding-top: 0px;
}

#sidebar h3 {
  color: #660099;
  font-size: 160%;
}

#sidebar p {
  line-height: 140%;
}

#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}

#sidebar li {
  margin-bottom: .25em;
}

#footer {
  color: #BFACAC;
  background-color: none;
  float: left;
  font-size: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}

#footer img {
  vertical-align: middle;
}

#HBM_logo {
  vertical-align: middle;
}

#vdivider_menu ul {
  margin: 0px;
  padding: 0px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  border-top: 1px solid #625e00;
  border-bottom: 1px solid #625e00;
  background-color: #FFE500;
}

* html #vdivider_menu ul { /* IE only rule, reduce menu width. */
  width: 795px;
}

#vdivider_menu ul li {
  display: inline;
}

#vdivider_menu ul li a{
  float: left;
  color: black;
  padding: 2px 12px;
  text-decoration: none;
  background: transparent url(/images/vertical.gif) center right no-repeat;
}

#vdivider_menu ul li a:visited {
  color: black;
}

#vdivider_menu ul li a:hover {
  color: black;
  background-color: #FFF066;
}

