body, html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fbfbfb;
  color: #423F37;
  font-family: 'Actor', sans-serif;
  padding: 0 1em;
}

h1 {
  font-family: 'Actor', sans-serif;
}

p, div, a {
  text-align: left;
}

a {
  text-decoration: none;
  color: #0e73c6;
}
a:hover {
  color: #1E93E6;
}

header#master {
  padding-top: 0.5em;
  margin-bottom: 1em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDD;
}
header#master img {
  margin: 0 1em 0 6px;
  border-radius: 64px;
  box-shadow: 0px 0px 6px #313131;
}
header#master h1 {
  font-size: 1.5em;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  line-height: 64px;
  vertical-align: top;
}
header#master h2 {
  display: inline-block;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 6px;
  font-size: 1em;
}
header#master nav {
  font-size: 0.9em;
}
header#master nav ul {
  list-style: none outside none;
  padding-left: 0;
  display: inline-block;
  margin: 0;
}
header#master nav li {
  display: inline-block;
  padding: 0 0.5em 0 0;
}
header#master nav a {
  transition: all 1.4s ease 0s;
  border-bottom: transparent 1px dotted;
}
header#master nav a:hover {
  text-decoration: none;
  border-bottom: #1E93E6 1px solid;
  transition: all 0.3s ease 0s;
}

article p, article ul, article h1, article h2, article h3, article time, article div, article > pre {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
article figure.highlight, article div.highlighter-rouge {
  max-width: 720px;
  text-align: left;
  padding: 1em;
  background-color: #404040;
  color: #d0d0d0;
  box-sizing: border-box;
  overflow: auto;
}
article p, article ul {
  font-size: 17px;
  line-height: 30px;
}
article li {
  margin-left: 0.4em;
}
article h1 {
  font-weight: normal;
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 0.1em;
}
article h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px auto;
}
article > img {
  margin-top: 1em;
}
article > img, article figure {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1281px) {
  article > img, article figure {
    max-width: 80%;
  }
}
article > img img, article figure img {
  width: 100%;
}
article > img figcaption, article figure figcaption {
  font-size: small;
  font-style: italic;
  font-family: 'Noto Serif', serif;
}
article > figure {
  margin-top: 4em;
  margin-bottom: 4em;
}
article > figure.narrow img {
  max-width: 400px;
}
article a {
  transition: all 1s ease 0s;
  border-bottom: transparent 1px solid;
}
article a:hover {
  transition: all 0.3s ease 0s;
  border-bottom: #0E73C6 1px solid;
}
article a.img:hover {
  /* Hack to get rid of the border on img anchors */
  border-bottom: 0 white solid !important;
}
article hr {
  border-top: 0;
  border-bottom: 1px solid #989694;
  border-left: none;
  width: 50%;
}
article div#disqus_thread {
  margin-top: 2em;
}
article a.dsq-brlink {
  text-align: center;
  display: block;
}
article header.post-header time {
  display: block;
  font-size: 11px;
}

footer {
  font-size: 0.7em;
  font-weight: 200;
  max-width: 720px;
  margin: 20px auto 10px auto;
  color: #625F57;
}

.group {
  clear: both;
}

.del {
  text-decoration: line-through;
}

/* Responsive Grid System */
/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
}

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}
/* End Responsive Grid */
.portfolio.section * {
  text-align: left;
  margin-top: 1em;
}

.portfolio img {
  border-radius: 6px;
}

.section.portfolio .col + .col {
  padding-top: 1em;
  font-size: 17px;
  line-height: 30px;
}

.journal-entry {
  margin-top: 30px;
  margin-bottom: 60px;
}
.journal-entry h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 6px;
}
.journal-entry span.tags {
  font-size: 16px;
  color: #999;
}

.not-found {
  margin: 60px auto 30px;
  font-size: 30px;
}
