html,h1,h2,h3,h4,h5,h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body {
  color: #777;
}

@media (min-width: 38rem) {
  html {
    font-size: 18px;
  }
}

.theme-base-0d .sidebar {
  background-color: #6a9fb5;
}
.theme-base-0d a,
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5;
}

.mugshot {
  float:left;
  width:75px;
  height:75px;
  margin:0 20px 0 0;
}

.mugshot img {
  width:75px;
  height:75px;
  margin:0;
  padding:0;
}

.masthead {
  margin-bottom:3em;
  padding-bottom: 0;
}

.masthead-title a {
  color: #333;
}

.masthead-title small {
  display:block;
  color: #777;
}

.nav {
  margin:0;
  padding:0;
  line-height:1;
}

.nav li {
  display: inline-block;
  list-style-type: none;
}

.nav a {
  margin:0;
  padding:0;
  font-size:13px;
  color: #999;
}

.post {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.posts {
  margin:0 0 40px;
  line-height: 1;
}

.posts .post {
  margin-bottom:0;
  padding:0.8em 0;
  border-top: 1px solid #eee;
  border-bottom: none;
  float:left;
  display: block;
  clear: both;
  width:100%;
}

.posts .post .post-title {
  font-size:1rem;
  font-weight: 700;
  margin:0;
  padding:0;
  float:left;
  display: block;
}

.posts .post .post-date {
  margin:0;
  padding:0;
  float:right;
  display: block;
}

.by-twitter {
  text-transform: lowercase;
  margin-bottom: 3em;
  font-size: 15px;
}

.chronological-nav {
  overflow:auto;
}

a.prev, a.next {
  font-size:13px;
  border:1px solid #eee;
  padding:10px 20px;
  border-radius:10px;
  color:#777;
}

a.prev:hover, a.next:hover {
  text-decoration: none;
  color: #6a9fb5;
}

.prev {
  float:left;
}

.next {
  float:right;
}

.footer {
  margin-bottom:3em;
  text-transform: lowercase;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.emoji {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  line-height: 18px;
  width: 18px;
  height: 18px;
}

.about-mugshot {
  float:right;
  width:220px;
  height:220px;
  margin:0 0 0 20px;
}

.about-mugshot img {
  width:220px;
  height:220px;
  margin:0;
  padding:0;
}
