html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #fff;
  font: 12px  "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

/*
 * Header
 */
.overhead {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  z-index: 9999;
  background: #fff;
}

.overhead-title {
  display: inline-block;
}

.overhead-title img {
  max-width: 238px;
}

.alt-info {
  position: relative;
  float: right;
}

.alt-info .name {
  position: relative;
  color: #c2c2c2;
  top: 5px;
}

.name a {
  color: #333;
}

.alt-info ul { list-style: none; }
.alt-info li {
  display: inline-block;
  margin: 0 5px;
  font-family: Lustria;
}

.blog-icon-svg,
.github-icon-svg,
.twitter-icon-svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 10px;
}

.github-icon-svg:hover path {
  fill: #4183c4;
}

.twitter-icon-svg:hover path {
  fill: #55acee;
}

/*
 * Body
 */

 .canvas {
   width: 900px;
   margin: 0 auto;
 }

 .post {
   margin: 20px 0;
   padding: 0;
   max-width: 800px;
 }

 .post:hover .post-info,
 .post:hover .post-preview {
   border-color: #ccc;
 }

 .post a {
   text-decoration: none;
   display: block;
 }

 .post:first-child {
   margin-top: 20px;
 }

 .post-preview {
   max-width: 800px;
   margin: 0 0 -3px 0;
   padding: 0;
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
   border: 1px solid #eee;
   border-bottom: none;
 }

 .post-title {
   font-family: Lustria;
   font-size: 18px;
   margin: 0 0 3px 0;
   color: #000;
 }

 .post-title:hover {
   color: #6539b3;
 }

 .post-info {
   padding: 20px;
   border: 1px solid #eee;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
   font-family: Lustria;
 }

 .post-intro {
  font-size: 16px;
  color: #aaa;
 }

 .post-date {
   float: right;
   margin-top: -8px;
   color: #999;
 }

 /*
  * Features
  */

.fullscreen {
  position: absolute;
  top: 68px;
  bottom: 0;
  width: 100%;
}

.fullscreen-overlay {
  position: absolute;
  padding: 20px;
  bottom: 60px;
  left: 60px;
  right: 60px;
  text-align: center;
  font-size: 14px;
  font-family: Lustria;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
}

.halfscreen {
  position: relative;
  top: 68px;
  height: 60vh;
  width: 100%;
  clear: both;
}

.page-content {
  padding: 20px;
  margin: 68px auto 0 auto;
  font-size: 14px;
  font-family: Lustria;
}

/*
 * Page
 */
.page .overhead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.page .overhead-title {
  display: inline-block;
}

.page .overhead-title img {
  max-width: 150px;
}

.page-title {
  display: inline-block;
  vertical-align: 7px;
  font-family: Lustria;
  font-size: 16px;
}

.page-title:before {
  display: inline-block;
  content: "\2605";
  color: hotpink;
  margin: 0 10px;
}

/*
 * Footer
 */

 .updated {
   width: 200px;
   margin: 10px auto;
   text-align: center;
   display: block;
   color: #999;
 }
