body.custom {
  border-top: 3px solid #455101;
}

.custom a:hover, .custom a:active {
  text-decoration: underline;
}

.custom #navigation {
  list-style-type: none;
  overflow: hidden;
  padding-bottom: 2em;
}

.custom #navigation li {
  display: block;
  float: left;
  padding: 4px 6px;
  margin-right: 10px;
  line-height: 1.1em;
  font-size: 1.4em;
  text-transform: uppercase;
}

.custom #navigation li a {
  text-decoration: none;
}

.custom #navigation li a:hover, .custom #navigation li a:active {
  text-decoration: underline;
}

.custom #navigation li.current {
  background-color: #455101;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.custom #navigation li.current a {
  color: #fff;
  text-decoration: none;
}

.custom #navigation li.subscribe {
  float: right;
  padding-left: 20px;
  background: transparent url(images/feed.png) no-repeat left center;
}

.custom #header {
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  border-top-width: 0.3em;
}

.custom #header #splash h1 a {
  display: block;
  float: left;
  width: 500px;
  height: 85px;
  background: transparent url(images/splash.png) no-repeat top left;
  text-indent: -9999px;
}

.custom #header #logo a {
  display: block;
  float: right;
  width: 187px;
  height: 74px;
  background: transparent url(images/logo.png) no-repeat top left;
  text-indent: -9999px;
}

.custom #search input {
  font-style: italic;
  color: #999;
}

.custom #disqus_thread {
  margin: 1.1em 2.3em 0px 1.1em;
  padding-top: 1.1em;
  border-top: 1px dotted #ccc;
}

.custom #footer {
  border-top: 1px solid @border-color;
  margin-top: 10px;
  padding: 20px 0px 20px 1.1em;
  overflow: hidden;
  text-align: left;
}

.custom #footer p {
  line-height: 1.1em;
}

.custom #footer a.rally {
  float: left;
  display: block;
  width: 75px;
  height: 50px;
  background: transparent url(images/rally.png) no-repeat left top;
  border: 0px;
  text-indent: -9999px;
}

.custom #footer a.rally:hover {
  background-position: left -50px;
  cursor: pointer;
}

.custom #footer div.footer-content {
  float: left;
  padding-left: 10px;
  font-size: 11px;
  color: #777;
}

.custom #footer div.footer-content a {
  color: #777;
  border: 0px;
  text-decoration: underline;
}

.custom #footer div.footer-content a:hover,
.custom #footer div.footer-content a:active { color: #333; }
