.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

/* hyde-x pads top and bottom 4rem?  wtf? */

.content {
  padding-top:    1.25rem;
  padding-bottom: 0.5rem;
}

.page,
.post {
  margin-bottom: 1em;
}


.sidebar {
  width: 18rem;
  font-size: 1.0rem;
}

.sidebar-nav-item {
  display: block;
  line-height: 1.25;
}

html {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 1em;
  }
}

img.homepage  {
  float: right;
  margin: 0 0 3px 3px;
}

div.clearfix {
  clear: both;			
}

a.label, a.label:link, a.label:hover, a.label:visited, a.label:active {
  color: #fff;
}

