@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
* base.css
* Copyright 2013, Dan Reeves
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Basic Styles
================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: transparent;
  color: #555;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, blockquote, q {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  font-weight: 400;
}

b, strong {
  font-weight: 900;
}

/* #Links
================================================== */
a, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

/* #Misc
================================================== */
.amp {
  font-style: italic;
  font-weight: 100;
  font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", "Palatino Linotype", "Constantia", "LMRomanUnsl10", "URW Palladio L", "URW Chancery L", sans-serif;
  /* Use for beautiful &amp;s in your titles! */
  /* Should cover Windows XP, Vista, 7, Mac OS X, and Linux */
  /* Not so good on Android, and iOS needs testing */
}

.copy {
  font-family: sans-serif;
  /* In case a browser has trouble rendering this glyph in a web font */
  /* I started using it because of Android browsers */
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Layout
************************************/
.header,
.content,
.footer {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  margin-top: 2.5em;
}

.footer {
  padding-top: 2em;
  margin-bottom: 3em;
}

/* Design
************************************/
h1 a,
h1 a:visited,
h1 label,
nav a,
nav a:visited,
nav label,
h2 a {
  text-decoration: none;
  color: #000;
}

h1 a:hover,
h1 a:focus,
h1 label:hover,
nav a:hover,
nav a:focus,
nav label:hover,
h2 a:hover,
h2 a:focus {
  text-decoration: underline;
}

h1 {
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: -0.25em;
}

h1 a:hover {
  text-decoration: none;
}

nav {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding: 20px 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea;
}

nav ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1.25em;
}

header .icon {
  margin-right: 5px;
  text-decoration: none;
}

main p {
  text-align: justify;
}

h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  color: #353535;
}

h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: -2px;
}

h2 a, h2 a:visited {
  color: #353535;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5,
h6 {
  font-size: 1.2em;
}

hr {
  border: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
  margin-top: 2.5em;
  border-bottom: 1px solid #eaeaea;
}

.tags {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.tags li {
  display: inline-block;
  margin-right: 5px;
}

article .tags {
  font-size: 0.9em;
  margin-top: 0.5em;
}

.tags-block {
  background: #eaeaea;
  margin-top: 39px;
  padding: 1em;
  text-align: left;
}

.tags-block p {
  margin-bottom: 0;
}

.meta {
  display: inline-block;
  text-align: left;
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-right: 0.25em;
}

.article-footer {
  margin-top: 39px;
}

.article-footer a,
.article-footer a:visited {
  text-decoration: none;
  margin-right: 1em;
  display: inline-block;
}

.article-footer a:hover,
.article-footer a:focus {
  text-decoration: underline;
}

.article-footer .icon {
  margin-right: 0.25em;
  text-decoration: none;
}

.img {
  width: 100%;
  padding: 1em;
  background: #eaeaea;
}

.img img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #aeaeae;
}

.pagination {
  padding-top: 1em;
  text-align: center;
}

.post-list {
  list-style-type: none;
}

.post-list p {
  margin: 0;
}

.post-list li {
  margin-bottom: 1em;
}

/* Search / Typeahead
************************************/
.tt-query {
  font-family: sans-serif;
  width: 110px;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 1px solid #eaeaea;
  margin-top: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.tt-query:focus {
  width: 110px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.tt-hint {
  display: none;
}

.tt-dropdown-menu {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #444444;
}

.tt-suggestion {
  padding: 5px;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}

.post-date {
  color: #aaa;
  font-size: 12px;
}

.tt-is-under-cursor .post-date {
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 700px) {
  nav li {
    width: 49%;
    margin: 0;
  }
  .tt-query:focus {
    width: 125px;
  }
}
@media only screen and (max-width: 400px) {
  nav li {
    width: 100%;
    margin: 0;
  }
  .tt-query:focus {
    width: 125px;
  }
}
/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/
.hljs {
  display: block;
  padding: 0.5em;
  background: #23241f;
  overflow: scroll;
}

.hljs,
.hljs-tag,
.css .hljs-rules,
.css .hljs-value,
.css .hljs-function .hljs-preprocessor,
.hljs-pragma {
  color: #f8f8f2;
}

.hljs-strongemphasis,
.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-blockquote,
.hljs-horizontal_rule,
.hljs-number,
.hljs-regexp,
.alias .hljs-keyword,
.hljs-literal,
.hljs-hexcolor {
  color: #ae81ff;
}

.hljs-tag .hljs-value,
.hljs-code,
.hljs-title,
.css .hljs-class,
.hljs-class .hljs-title:last-child {
  color: #a6e22e;
}

.hljs-link_url {
  font-size: 80%;
}

.hljs-strong,
.hljs-strongemphasis {
  font-weight: bold;
}

.hljs-emphasis,
.hljs-strongemphasis,
.hljs-class .hljs-title:last-child {
  font-style: italic;
}

.hljs-keyword,
.hljs-function,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.lisp .hljs-title,
.clojure .hljs-built_in,
.nginx .hljs-title,
.tex .hljs-special,
.hljs-header,
.hljs-attribute,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-tag .hljs-title,
.hljs-value,
.alias .hljs-keyword:first-child,
.css .hljs-tag,
.css .unit,
.css .hljs-important {
  color: #F92672;
}

.hljs-function .hljs-keyword,
.hljs-class .hljs-keyword:first-child,
.hljs-constant,
.css .hljs-attribute {
  color: #66d9ef;
}

.hljs-variable,
.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.css .hljs-id,
.hljs-subst,
.haskell .hljs-type,
.ruby .hljs-class .hljs-parent,
.hljs-built_in,
.sql .hljs-aggregate,
.django .hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.django .hljs-filter .hljs-argument,
.smalltalk .hljs-localvars,
.smalltalk .hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-addition,
.hljs-stream,
.hljs-envvar,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.hljs-prompt,
.hljs-link_label,
.hljs-link_url {
  color: #e6db74;
}

.hljs-comment,
.hljs-javadoc,
.java .hljs-annotation,
.python .hljs-decorator,
.hljs-template_comment,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-shebang,
.apache .hljs-sqbracket,
.tex .hljs-formula {
  color: #75715e;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata,
.xml .php,
.php .xml {
  opacity: 0.5;
}

/*****************/
/* Figure styles */
/*****************/
.figure {
  margin: 10px 10px;
  text-align: center;
}

.figure--frame .figure__inner {
  background-color: #EEE;
  padding: 20px;
}

.figure--caption .figure__inner {
  padding-bottom: 10px;
}

.figure__inner {
  display: inline-block;
  background-image: url(/assets/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
}

.figure__inner--loaded {
  background-image: none;
}

.figure__caption {
  /* font-size: 0.7em; */
  margin-top: 10px;
}

/*# sourceMappingURL=all.css.map */