.masthead {
  border-bottom: 1px solid #666;
}
.masthead a {
  text-decoration: none;
  color: #666;
}
.masthead-title a {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.masthead-title a, .masthead-tagline {
  float: left;
}
.masthead-tagline {
  margin-top: 1em;
  color: #999;
}
.masthead-tagline {
  padding-left: 12px;
  font-size: 0.8em;
}
.masthead-menu {
  padding-top: 12px;
  text-align: right;
}
.masthead-menu a {
  text-transform: uppercase;
}
.masthead-menu .menu-item {
  padding-right: 6px;
  font-weight: bold;
}

/* footer */
footer {
  margin-top: 48px;
  border-top: 1px solid #999;
  color: #aaa;
}
div.copyright {
  float: left;
}
div.last-updated {
  float: right;
}
.site-generation {
  font-size: xx-small;
  clear: both
}