@font-face {
  font-family: 'Entypo';
  font-weight: 400;
  src: url(/images/font/entypo.fontello.woff);
}
icon {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  font-family: Entypo;
  font-weight: 400;
  font-size: 1.3em;
  color: #000;
  line-height: 1em;
  vertical-align: text-top;
  cursor: default;
}
a icon {
  cursor: pointer;
}
.clearMe {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-block;
}
/* hide IE mac \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* */
html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  font-family: arial;
  color: #d8d8d8;
  background: #070707 url(/images/grunge.jpg) 0 0 repeat fixed;
}
#container {
  max-width: 960px;
  margin: 0 auto;
}
a {
  color: #a7974b;
  text-decoration: none;
}
a:hover {
  color: #cc6600;
}
nav {
  display: none;
  position: relative;
  z-index: 20;
  padding: 8px 8px 24px 8px;
}
nav a {
  position: fixed;
}
nav icon {
  color: #878701;
  font-size: 31px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
nav.active icon,
nav.active.hidden icon {
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}
nav.hidden icon {
  -webkit-transform: translate(-36px, 0);
          transform: translate(-36px, 0);
}
@media only screen and (max-width: 640px) {
  nav {
    display: block;
  }
}
header {
  float: left;
  width: 20%;
  padding: 20px 0;
  color: #d8d8d8;
}
header icon {
  color: #d8d8d8;
}
header a icon {
  color: #a7974b;
}
header h1 {
  padding: 0 20px;
}
header h1 a {
  display: block;
  max-width: 152px;
  max-height: 195px;
  padding-top: 128%;
  background: url(/images/logo.png) 0 0 no-repeat;
  background-size: contain;
  opacity: .7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header h1 a:hover {
  opacity: 1;
}
header h1 a span {
  display: none;
}
header ul.links,
header ul.projects {
  display: block;
  margin: 16% 0;
  list-style: none;
  text-align: right;
}
header ul.links li {
  display: inline-block;
  margin: 0 6px;
}
header ul.links li icon {
  color: #878701;
  font-size: 32px;
  opacity: .7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header ul.links li a:hover icon {
  opacity: 1;
}
header ul.projects li {
  display: inline-block;
  width: 45%;
  margin: 0 0 3% 3%;
}
header ul.projects li a {
  opacity: .7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header ul.projects li a:hover {
  opacity: 1;
}
header ul.projects li img {
  width: 100%;
  height: auto;
}
header p {
  margin: 0 0 8% 0;
  font-size: 14px;
  color: #cbcbcb;
  line-height: 20px;
}
header .about {
  padding-left: 8px;
  text-align: right;
}
header .about em {
  font-style: italic;
}
header .recent {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
header .recent h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
}
header .recent ul {
  list-style: none;
  margin: 0 0 8% 0;
  padding: 0;
}
header .recent ul li {
  margin: 0 0 8px 0;
}
header .subscribe {
  text-align: right;
}
header .subscribe icon {
  margin: 0 0 0 6px;
  font-size: 17px;
}
@media only screen and (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    left: -100%;
    float: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  header.open {
    left: 0;
  }
  header .gutter {
    max-width: 320px;
    margin: 0 auto;
  }
  header h1 {
    margin: 0 auto;
    text-align: center;
  }
  header h1 a {
    margin: 0 auto;
    height: 195px;
    padding: 0;
    opacity: 1;
  }
  header ul.projects,
  header ul.links {
    text-align: center;
  }
  header ul.projects li {
    width: 42%;
    margin: 0 3% 3% 3%;
  }
  header ul.projects li a {
    opacity: 1;
  }
  header p {
    padding-left: 8px;
    padding-right: 8px;
  }
  header .about {
    text-align: left;
  }
  header .recent {
    padding: 0 8px;
    text-align: center;
  }
  header .subscribe {
    text-align: center;
  }
}
.page-content {
  float: right;
  width: 73%;
  padding: 32px 1% 0 1%;
  font-size: 14px;
  line-height: 22px;
}
.page-content h1 {
  margin: 0 0 20px 0;
  font-size: 32px;
  line-height: 36px;
}
.page-content h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 28px;
}
.page-content h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 22px;
}
.page-content h4 {
  font-size: 18px;
  line-height: 22px;
}
.page-content p {
  padding: 0 0 16px 0;
}
.page-content pre {
  margin: 0 0 16px 0;
}
.page-content ul {
  list-style: disc;
}
.page-content ul,
.page-content ol {
  margin: 0 0 16px 32px;
}
.page-content blockquote {
  margin: 0 0 16px 0;
  padding: 5px;
  color: #bcad69;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  background: #1e1e1e;
  border-radius: 3px;
}
.page-content blockquote *:last-child {
  padding-bottom: 0;
}
.page-content hr {
  height: 5px;
  margin: 0 0 16px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #6c4b11;
}
@media only screen and (max-width: 640px) {
  .page-content {
    float: none;
    width: 96%;
    padding: 12px 2% 0 2%;
  }
  .page-content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .page-content h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .page-content h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .page-content h4 {
    font-size: 10px;
    line-height: 14px;
  }
}
.post-list {
  margin: 0 !important;
  list-style: none !important;
}
.post {
  padding: 0 0 42px 0;
}
.post .post-header .date {
  float: right;
  margin: 0 0 0 32px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.post .post-header .date span {
  display: block;
  font-size: 18px;
  color: #d8d8d8;
}
.post article {
  padding: 0 0 0 8px;
}
.post article h2 {
  margin-left: -4px;
  margin-top: 8px;
  color: #ccc;
}
.post article img {
  height: auto;
  max-width: 100%;
  max-height: 800px;
}
.post article strong {
  font-weight: bold;
}
.post article em {
  font-style: italic;
}
.post article .alignright {
  float: right;
  margin-left: 16px;
}
.post .commentlink {
  float: right;
}
.post .tags {
  margin-left: 16px;
  list-style: none;
}
.post .tags li {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.post .tags li icon {
  color: #878701;
}
.post .comments {
  margin-top: 48px;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 640px) {
  .post article {
    padding-left: 0;
  }
  .post article h2 {
    margin-left: 0;
  }
}
.pagination {
  font-size: 16px;
  text-align: center;
}
pre,
code {
  color: #d8d8d8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  background: #1e1e1e;
  border-radius: 3px;
}
code {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
}
pre {
  padding: 2px 8px;
  overflow-x: auto;
  background: #1e1e1e;
}
pre code {
  margin: 0;
  padding: 0;
  color: #d8d8d8;
  white-space: pre;
  background: none;
}
em code,
strong code {
  font-style: normal;
  font-weight: normal;
}
.lnr {
  display: none;
  color: #7f7f7f;
}
.Statement,
kwd {
  color: #ccaa88;
  font-weight: bold;
}
.Constant,
.str {
  color: #e09085;
}
.Type,
.typ {
  color: #99cccc;
}
.Identifier {
  color: #d0d0b0;
}
.Comment,
.com {
  color: #7f7f7f;
}
.Operator {
  color: #ffdead;
}
.Special {
  color: #bbccee;
}
.hljs {
  padding: 0 !important;
  background: none !important;
}
.hljs,
.hljs-setting .hljs-value,
.hljs-expression .hljs-variable,
.hljs-expression .hljs-begin-block,
.hljs-expression .hljs-end-block,
.hljs-class .hljs-params,
.hljs-function .hljs-params,
.hljs-at_rule .hljs-preprocessor {
  color: #d8d8d8 !important;
}
ul.parody {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
ul.parody li {
  margin: 0 0 8px 0;
}
ul.parody li.flagged h3 a {
  margin: 0 0 0 3px;
  color: #999;
}
ul.parody li h3 {
  margin: 0;
  color: #bbb;
  font-size: 12px;
  line-height: 14px;
}
ul.parody li h3 a {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 14px;
}
ul.parody li small {
  display: inline-block;
  margin: 0 0 0 8px;
  color: #bbb;
  word-spacing: .05em;
  font-size: 11px;
}
ul.parody li small a {
  margin-left: 3px;
}
