html
{
  overflow-y: scroll;
}

body.custom
{
  background: #8c7300;
}

.custom #page
{
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding: 0;
  border: 1px solid #000;
  position: relative;
}

.custom .menu
{
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ie .custom .menu
{
  width: auto;
}

.custom #header
{
  background: #e6d580;
  height: 115px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.custom #header a
{
  display: block;
  padding-top: 6px;
  outline: none;
}

.custom #subnav
{
  background: #ab2124;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  float: left;
  list-style-type: none;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.custom #subnav li
{
  float: left;
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 20%;
}

.custom #subnav a
{
  color: white;
  text-decoration: none;
}

.custom #sidebars .links
{
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 2.2em;
}

.custom #sidebars .links li
{
  margin-bottom: 6px;
}

.custom #sidebars .links a
{
  color: #ab2124;
  font-weight: bold;
}

.custom #sidebar_1
{
  position: relative;
  top: 5px;
  left: 5px;
}

.custom #content
{
  width: 61.0em;
  padding-right: 1.0em;
}

.custom .no_sidebars #content
{
  width: 100%;
}

.custom .post_box h1
{
  color: #8c7300;
  font-size: 2.2em;
  line-height: 1.364em;
}

.custom .post_box h2
{
  color: #ab2124;
  clear: both;
}

.custom .post_box hr
{
  color: #ab2124;
  margin: 0.6em 8.4em 1.6em 6.2em;
}

.custom #footer
{
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

/* post-5 is the home page. */

#post-5
{
  padding: 0;
  margin: 0;
  position: relative;
  left: 1.0em;
}

#post-5 .headline_area
{
  display: none;
}

#post-5 .banner img
{
  display: block;
  border-bottom: 10px solid #cca92d;
}

.ie #post-5 .banner img
{
  position: relative;
  left: -0.7em;
}

#post-5 .pie
{
  float: left;
  margin: 30px;
}

#post-5 .tagline
{
  font-style: italic;
  color: #ab2124;
  font-size: 24px;
  line-height: 48px;
  margin-top: 80px;
  margin-right: 20px;
}
