.site-title {
  font-size: 42px;
  font-family: 'Cambo', serif;
}

/* Turns off the word FEATURED with a sticky post */

.sticky-post {
  display: none;
}

#masthead.site-header {
  padding-top: 1em;
  padding-bottom: 0px;
}

.site-header-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.site-description {
  font-size: 18px;
}

.site-branding .site-title a:hover {
  color: #aa0000;
}

.site-branding .site-title a {
  color: #a00;
}

.entry-title a {
  color: #a00;
}

.entry-title {
  color: #a00;
}

.widget-area {
  background-color: #d0d0d0;
  padding: 8px;
  margin-bottom: 10px;
}

.entry-title a:hover {
  color: #aa0000;
}

.post-navigation .post-title {
  font-size: 15px;
}

.post-navigation .meta-nav {
  display: inline;
}