.blog.center-column {
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1em;
/*background-color: #eee;;*/
}
.blog div {
  font-weight: 300;
}
.blog h1,
.blog h2 {
  color: #959ea1;
  font-weight: 700;
}
.blog .post {
/*border: 5px solid grey;*/
  margin: 10px 0;
  padding: 0px 0;
  border-top: 1px solid #ccc;
}
.blog .post-info {
  display: block;
  margin: 0 1.667em 0 0;
  overflow: hidden;
  width: 400px;
  word-wrap: break-word;
/* background-color: #eef;  */
}
.blog .post-info {
  color: #959ea1;
  vertical-align: top;
}
.blog .post-info h1,
.blog .post-info h2 {
  vertical-align: top;
  font-weight: 700;
  font-size: 28px;
}
.blog .post-info a {
  color: #959ea1;
  text-decoration: none;
}
.blog .post-info a:hover {
  color: #fa0;
}
.blog .post-content {
  vertical-align: top;
  display: inline-block;
  max-width: 550px;
  overflow: visible;
  padding-top: 20px;
  color: #444;
  line-height: 1.5em;
  font-size: 18px;
/*  background-color: #fee; */
}
.blog .post-content iframe {
  vertical-align: top;
}
.blog .post-content a {
  color: #fa0;
}
.blog a:hover,
.blog a:hover h1 {
  color: #fc0;
  text-decoration: none;
}
.blog .post-info .title {
  color: #ccc;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: -8px;
}
.blog .subtitle {
  color: #ccc;
  font-size: 18px;
  padding-left: 1px;
}
.blog .tag {
  padding: 0 5px;
}
pre {
  font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;
  color: #444;
  background-color: #eee;
  font-size: 14px;
  border: 1px solid #999;
  line-height: 1.5em;
  padding: 0 20px;
  overflow: auto;
  width: 100%;
  background-image: -webkit-linear-gradient(#fff 50%, #f8f8f8 50%);
  background-image: -moz-linear-gradient(#fff 50%, #f8f8f8 50%);
  background-image: -ms-linear-gradient(#fff 50%, #f8f8f8 50%);
  background-image: -o-linear-gradient(#fff 50%, #f8f8f8 50%);
  background-image: linear-gradient(#fff 50%, #f8f8f8 50%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 3em 3em;
}
@media (min-width: 768px) {
  .blog.center-column {
    width: 60.334em;
  }
  .blog .post-info {
    width: 16em;
    display: inline-block;
  }
  .blog .post-content {
    width: 40.333em;
  }
}
