* {
  margin: 0;
  padding: 0;
  color: #444;
}

html, body {
  height: 100%;
}

body {
  background-color: #F9F9F9;
  font: 13.34px monospace;
  font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #8085C1;
  text-decoration: none;
}

a:hover {
  color: #636B96;
  text-decoration: underline;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

ul.posts li {
  line-height: 1.50em;
}

li span {
  float: right;
  color: gray;
}

.site {
  font-size: 115%;
  text-align: justify;
  max-width: 44em;
  margin: 3em auto 2em;
  padding: 0 7% 0;
  line-height: 1.5em;
  display: inline-block;
}

.site #home {
  min-width: 44em;
}

.site .header a {
  font-weight: bold;
  text-decoration: none;
}

.site .header a.extra {
  color: #aaa;
  margin-left: 1.3em;
}

.site .header a.extra:hover {
  color: #000;
}

.site h1.title {
  display: inline-block;
  margin-bottom: 2em;
}

.site h1.title a {
  font-size: 3em;
  margin-left: -1em;
  color: #F9F9F9;
  background-color: #FF96A7;
  padding: 0.06em 0.06em 0.05em 0.06em;
}

.site h1.title a:hover {
  color: gray;
  background-color: #F9F9F9;
}

.meta {
  color: #aaa;
}

#selfie {
  width: 50%;
}

.footer {
  font-size: 85%;
  color: #C8C8C8;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overlow: hidden;
}

.footer .contact {
  float: right;
  margin-right: 2em;
}

.footer .contact a {
  color: #9FA6F0;
  padding: 0 0 0 8px;
  margin: 0 0 0 auto;
}

.footer .contact a:hover {
  color: #636B96;
}

.footer p {
  display: inline-flex;
}

.footer .rss {
  margin-top: 1.1em;
  margin-right: -.2em;
  float: right;
}

.footer .rss img {
  border: 0;
}

.post a {
  color: white;
  background-color: #FF96A7;
  text-decoration: none;
  padding: 1px;
}

.post a:hover {
  color: gray;
  background-color: #F9F9F9;
}

.post ul, .post ol {
  margin-left: 1.35em;
}