/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(/assets/media/opensans.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/assets/media/opensans-light.woff) format("woff"); }

a {
  text-decoration: none;
  color: #0088cc; }
  a:hover {
    color: #005580;
    text-decoration: underline; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.iblock {
  display: inline-block;
  white-space: nowrap; }

.pgp-fingerprint {
  white-space: normal; }

#site-header, #inner-container {
  border: 1px solid #232323;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #181818; }

#container {
  width: 600px;
  position: relative;
  bottom: 0px;
  top: 100px;
  min-width: 310px; }

#outer {
  position: absolute;
  height: 100%;
  display: block;
  bottom: 0px;
  margin-right: 260px;
  margin-left: 200px;
  margin-top: 20px; }

#inner-container {
  padding: 20px;
  position: relative;
  left: 242px; }

@media (max-width: 1060px) {
  #outer {
    right: 0px !important;
    margin-left: auto; } }
@media (max-width: 880px) {
  #outer {
    margin-left: 20px;
    left: 0px; }

  #container {
    width: auto !important;
    margin-left: 0px; } }
@media (max-width: 700px) {
  #site-header {
    position: relative !important;
    left: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
    width: auto !important; }

  #outer {
    margin-right: 20px !important; }

  #container {
    top: 20px !important; }

  #inner-container {
    left: 0; } }
@media (max-height: 500px) and (min-width: 675px) {
  #outer {
    height: 398px; }

  #container {
    top: 0px; } }
@media (max-height: 422px) {
  #container {
    top: 0px !important; }

  #outer {
    top: 0px;
    height: auto; } }
html, body {
  line-height: 20px;
  background-color: #111111;
  color: #ddd;
  font-size: 12px;
  font-family: "Open Sans", sans-serif; }

/* Custom container */
#site-header {
  left: 0;
  width: 198px;
  position: absolute;
  padding-right: 20px;
  /* Stupid padding */ }
  #site-header .brand {
    color: #fff;
    text-shadow: 0 1px 0 #111; }
  #site-header h1 {
    font-weight: 400;
    padding: 20px 10px;
    width: 100%;
    background-color: #2a2a2a;
    border-bottom-color: #333333; }

#page-header {
  background-color: #2a2a2a;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom-color: #333333; }
  #page-header time {
    padding-left: 5px; }

#about-nicks {
  color: #888;
  font-size: 24px;
  line-height: 26px; }

#about-realname {
  font-size: 36px;
  line-height: 40px; }

#about-name {
  font-weight: lighter; }

#site-nav ul {
  white-space: nowrap; }
  #site-nav ul > li {
    line-height: 26px;
    font-size: 20px;
    padding: 10px;
    width: 100%; }
    #site-nav ul > li > a {
      color: #ccc;
      text-shadow: 0 1px 0 #111;
      width: 100%;
      display: inline-block; }
    #site-nav ul > li.active, #site-nav ul > li.active:hover, #site-nav ul > li.active:focus {
      color: #999;
      background-color: #454545; }
    #site-nav ul > li:focus, #site-nav ul > li:hover {
      color: #999; }

.pagination {
  text-align: center;
  display: inline-block;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  width: 100%; }
  .pagination ul {
    display: inline-block; }
    .pagination ul > li {
      display: inline; }
      .pagination ul > li > a, .pagination ul > li > span {
        background: #333;
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        border: 1px solid #232323;
        border-left-width: 0; }
      .pagination ul > li:first-child > span, .pagination ul > li:first-child > a {
        border-left-width: 1px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -o-border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px; }
      .pagination ul > li:last-child > span, .pagination ul > li:last-child > a {
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -o-border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px; }
      .pagination ul > li.active > a, .pagination ul > li.active > span {
        background: #181818; }

.content th {
  text-align: left;
  text-decoration: underline; }
.content td + td, .content th + th, .content th + td, .content td + th {
  padding-left: 10px; }
.content img {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }
.content ul > li {
  list-style: disc outside;
  margin-left: 2em; }

hr {
  border-color: #333333; }

/* The white background content wrapper */
/* posts index */
.item {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #232323;
  margin-bottom: 20px;
  padding: 10px;
  background: #222;
  position: relative; }
  .item .title {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px; }
    .item .title time {
      font-size: 0.9em;
      float: right; }
  .item h2 {
    font-size: 18px;
    line-height: 28px; }
  .item h3 {
    font-size: 16px;
    line-height: 26px; }
  .item h4 {
    font-size: 14px;
    line-height: 24px; }
  .item .more {
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden; }
    .item .more a {
      float: right; }

.page h2 {
  font-size: 30px;
  line-height: 36px; }
.page h3 {
  font-size: 26px;
  line-height: 30px; }
.page h4 {
  font-size: 22px;
  line-height: 26px; }

/* tag_box */
.tag_box {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  overflow: hidden; }
  .tag_box li {
    line-height: 28px;
    float: left; }
  .tag_box a {
    padding: 3px 6px;
    margin: 2px;
    background: #1a1a1a;
    color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    border: 1px dashed #ccc; }
    .tag_box a span {
      vertical-align: super;
      font-size: 0.8em; }
    .tag_box a:hover {
      background-color: #e5e5e5; }
    .tag_box a.active {
      background: #57A957;
      border: 1px solid #4C964D;
      color: #FFF; }

/* Buttons */
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #333;
  border: 1px solid #232323;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #ccc; }
  .btn:hover, .btn:active, .btn.active {
    color: #aaa; }

.btn-small {
  line-height: 16px;
  font-size: 12px;
  padding: 4px 6px; }

code {
  padding: 2px; }

pre, code {
  color: #aaa;
  font-family: monospace;
  font-size: 10px; }

pre {
  background-color: #121212;
  max-height: 30em;
  overflow: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px;
  border: 1px solid #333333; }

blockquote {
  border-color: #191919; }
  blockquote p {
    font-size: 14px; }

p {
  margin: 0 0 10px; }

h1, h2, h3 {
  font-weight: 300; }

h1 {
  font-size: 40px;
  line-height: 40px; }

h2 {
  font-size: 36px;
  line-height: 40px; }

h3 {
  font-size: 30px;
  line-height: 36px; }

h4 {
  font-size: 24px;
  line-height: 30px; }

h5 {
  font-size: 22px;
  line-height: 28px; }

#about-logo {
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #333333;
  float: left; }

#about-logo img {
  display: block; }

#about-key {
  white-space: nowrap;
  font-variant: small-caps;
  font-family: monospace;
  margin-bottom: 15px;
  text-align: left; }
  #about-key th {
    padding-right: 10px; }

#about-header {
  overflow: hidden; }

footer.copyright {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin-left: -20px;
  margin-bottom: -30px;
  line-height: 1;
  font-size: 12px; }

.item .summary.ellipsis:after {
  content: "...";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px; }

#about-nicks {
  display: inline; }
  #about-nicks li {
    display: inline; }
  #about-nicks > li + li:before {
    content: ", "; }

.collate_month {
  padding-left: 10px; }

.collate_links {
  padding-left: 20px;
  padding-top: 5px; }

.collate_year > h3, .tag_list > h3 {
  border-bottom: 1px solid #333333; }

.tag_list > h3 + *, .tag_list > h3 {
  display: none; }
.tag_list > h3:target + *, .tag_list > h3:target {
  display: block; }

.honeypot_email {
  display: none; }
::-webkit-scrollbar {
  width: 13px;
  height: 13px; }
  ::-webkit-scrollbar:hover {
    height: 18px; }

::-webkit-scrollbar-button {
  display: none; }

html > ::-webkit-scrollbar-track-piece {
  background-color: #111; }

::-webkit-scrollbar-track-piece {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border: 1px solid #333;
  border-radius: 2px; }
  ::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(100%, #282828)); }
  ::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #282828)); }
/* Copyright: Umberto Raimondi (uraimo) */
.highlight {
  background: #262626;
  color: #ffffff;
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight .hll {
    background-color: #ffffcc; }
  .highlight .c {
    color: #666666;
    font-weight: bold; }
  .highlight .err {
    color: #ffffff; }
  .highlight .g {
    color: #ffffff; }
  .highlight .k {
    color: #6495ed; }
  .highlight .l {
    color: #ffffff; }
  .highlight .n {
    color: #ffffff; }
  .highlight .o {
    color: #ffffff; }
  .highlight .x {
    color: #ffffff; }
  .highlight .p {
    color: #ffffff; }
  .highlight .cm {
    color: #666666;
    font-weight: bold; }
  .highlight .cp {
    color: #ff0000;
    font-weight: bold;
    background-color: #ffffff; }
  .highlight .c1 {
    color: #666666;
    font-weight: bold; }
  .highlight .cs {
    color: #666666;
    font-weight: bold; }
  .highlight .gd {
    color: #0000c0;
    font-weight: bold;
    background-color: #008080; }
  .highlight .ge {
    color: #c000c0;
    text-decoration: underline; }
  .highlight .gr {
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000; }
  .highlight .gh {
    color: #ffd700;
    font-weight: bold; }
  .highlight .gi {
    color: #ffffff;
    background-color: #0000c0; }
  .highlight .go {
    color: #4169e1;
    font-weight: bold; }
  .highlight .gp {
    color: #ffffff; }
  .highlight .gs {
    color: #ffffff; }
  .highlight .gu {
    color: #ffd700;
    font-weight: bold; }
  .highlight .gt {
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000; }
  .highlight .kc {
    color: #6495ed; }
  .highlight .kd {
    color: #6495ed; }
  .highlight .kn {
    color: #6495ed; }
  .highlight .kp {
    color: #6495ed; }
  .highlight .kr {
    color: #6495ed; }
  .highlight .kt {
    color: #6495ed; }
  .highlight .ld {
    color: #ffffff; }
  .highlight .m {
    color: #ffffff; }
  .highlight .s {
    color: #87ceeb; }
  .highlight .na {
    color: #ffdead; }
  .highlight .nb {
    color: #ffffff; }
  .highlight .nc {
    color: #ffffff; }
  .highlight .no {
    color: #ffa0a0; }
  .highlight .nd {
    color: #ffffff; }
  .highlight .ni {
    color: #bdb76b; }
  .highlight .ne {
    color: #ffffff; }
  .highlight .nf {
    color: #ffdead; }
  .highlight .nl {
    color: #ffffff; }
  .highlight .nn {
    color: #ffffff; }
  .highlight .nx {
    color: #ffffff; }
  .highlight .py {
    color: #ffffff; }
  .highlight .nt {
    color: #6495ed; }
  .highlight .nv {
    color: #fa8072; }
  .highlight .ow {
    color: #ff0000; }
  .highlight .w {
    color: #ffffff; }
  .highlight .mf {
    color: #ffffff; }
  .highlight .mh {
    color: #ffffff; }
  .highlight .mi {
    color: #ffffff; }
  .highlight .mo {
    color: #ffffff; }
  .highlight .sb {
    color: #87ceeb; }
  .highlight .sc {
    color: #87ceeb; }
  .highlight .sd {
    color: #87ceeb; }
  .highlight .s2 {
    color: #87ceeb; }
  .highlight .se {
    color: #87ceeb; }
  .highlight .sh {
    color: #87ceeb; }
  .highlight .si {
    color: #87ceeb; }
  .highlight .sx {
    color: #87ceeb; }
  .highlight .sr {
    color: #87ceeb; }
  .highlight .s1 {
    color: #87ceeb; }
  .highlight .ss {
    color: #87ceeb; }
  .highlight .bp {
    color: #ffffff; }
  .highlight .vc {
    color: #fa8072; }
  .highlight .vg {
    color: #fa8072; }
  .highlight .vi {
    color: #fa8072; }
  .highlight .il {
    color: #ffffff; }




