@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oleo+Script+Swash+Caps|Croissant+One);

@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oleo+Script+Swash+Caps|Croissant+One);
/*! normalize.css v2.1.1 | 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 styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-family: sans-serif;
  /* 3 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}
@font-face {
  font-family: 'socials';
  src: url('../font/socials.eot?26770686');
  src: url('../font/socials.eot?26770686#iefix') format('embedded-opentype'), url('../font/socials.woff?26770686') format('woff'), url('../font/socials.ttf?26770686') format('truetype'), url('../font/socials.svg?26770686#socials') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@primary:   #586e75;  // body text / default code / primary content
@secondary: #93a1a1;  // comments / secondary content
@bg:     		#fdf6e3;  // background
@constants: #cb4b16;  // constants
@special:   #dc322f;  // regex, special keywords
@reserved:  #268bd2;  // reserved keywords
@strings:   #2aa198;  // strings, numbers
@others:    #859900;  // operators, other keywords
*/
@font-face {
  font-family: 'socials';
  src: url('../font/socials.eot?26770686');
  src: url('../font/socials.eot?26770686#iefix') format('embedded-opentype'), url('../font/socials.woff?26770686') format('woff'), url('../font/socials.ttf?26770686') format('truetype'), url('../font/socials.svg?26770686#socials') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gist {
  /* 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 */

}
.gist .gist-file {
  border-radius: 2px;
}
.gist .line-numbers .line-number {
  font-size: .7em;
  line-height: 21px;
}
.gist .line-numbers,
.gist .gist-meta {
  background: #ffffff !important;
  color: #586e75 !important;
  border: 0 !important;
  opacity: .6;
}
.gist .line-numbers > *,
.gist .gist-meta > * {
  color: #586e75 !important;
  border: 0 !important;
  opacity: .6;
}
.gist .gist-data {
  border: 0 !important;
}
.gist .gist-meta {
  background: #ececec !important;
}
.gist .gist-meta * {
  font-size: .9em !important;
}
.gist .file-data {
  background-color: #ffffff;
}
.gist .highlight {
  background-color: #ffffff;
  color: #586e75;
}
.gist .highlight .c {
  color: #8cd7d1;
}
.gist .highlight .err {
  color: #586e75;
}
.gist .highlight .g {
  color: #586e75;
}
.gist .highlight .k {
  color: #69c4bd;
}
.gist .highlight .l {
  color: #586e75;
}
.gist .highlight .n {
  color: #586e75;
}
.gist .highlight .o {
  color: #69c4bd;
}
.gist .highlight .x {
  color: #ca5d28;
}
.gist .highlight .p {
  color: #586e75;
}
.gist .highlight .cm {
  color: #8cd7d1;
}
.gist .highlight .cp {
  color: #69c4bd;
}
.gist .highlight .c1 {
  color: #8cd7d1;
}
.gist .highlight .cs {
  color: #69c4bd;
}
.gist .highlight .gd {
  color: #e6753d;
}
.gist .highlight .ge {
  color: #586e75;
  font-style: italic;
}
.gist .highlight .gr {
  color: #e6753d;
}
.gist .highlight .gh {
  color: #ca5d28;
}
.gist .highlight .gi {
  color: #69c4bd;
}
.gist .highlight .go {
  color: #586e75;
}
.gist .highlight .gp {
  color: #586e75;
}
.gist .highlight .gs {
  color: #586e75;
  font-weight: bold;
}
.gist .highlight .gu {
  color: #ca5d28;
}
.gist .highlight .gt {
  color: #586e75;
}
.gist .highlight .kc {
  color: #ca5d28;
}
.gist .highlight .kd {
  color: #1bbbc9;
}
.gist .highlight .kn {
  color: #69c4bd;
}
.gist .highlight .kp {
  color: #69c4bd;
}
.gist .highlight .kr {
  color: #1bbbc9;
}
.gist .highlight .kt {
  color: #e6753d;
}
.gist .highlight .ld {
  color: #586e75;
}
.gist .highlight .m {
  color: #e6753d;
}
.gist .highlight .s {
  color: #e6753d;
}
.gist .highlight .na {
  color: #586e75;
}
.gist .highlight .nb {
  color: #b58900;
}
.gist .highlight .nc {
  color: #1bbbc9;
}
.gist .highlight .no {
  color: #ca5d28;
}
.gist .highlight .nd {
  color: #1bbbc9;
}
.gist .highlight .ni {
  color: #ca5d28;
}
.gist .highlight .ne {
  color: #ca5d28;
}
.gist .highlight .nf {
  color: #1bbbc9;
}
.gist .highlight .nl {
  color: #586e75;
}
.gist .highlight .nn {
  color: #586e75;
}
.gist .highlight .nx {
  color: #586e75;
}
.gist .highlight .py {
  color: #586e75;
}
.gist .highlight .nt {
  color: #1bbbc9;
}
.gist .highlight .nv {
  color: #1bbbc9;
}
.gist .highlight .ow {
  color: #69c4bd;
}
.gist .highlight .w {
  color: #586e75;
}
.gist .highlight .mf {
  color: #e6753d;
}
.gist .highlight .mh {
  color: #e6753d;
}
.gist .highlight .mi {
  color: #e6753d;
}
.gist .highlight .mo {
  color: #e6753d;
}
.gist .highlight .sb {
  color: #8cd7d1;
}
.gist .highlight .sc {
  color: #e6753d;
}
.gist .highlight .sd {
  color: #586e75;
}
.gist .highlight .s2 {
  color: #e6753d;
}
.gist .highlight .se {
  color: #ca5d28;
}
.gist .highlight .sh {
  color: #586e75;
}
.gist .highlight .si {
  color: #e6753d;
}
.gist .highlight .sx {
  color: #e6753d;
}
.gist .highlight .sr {
  color: #e6753d;
}
.gist .highlight .s1 {
  color: #e6753d;
}
.gist .highlight .ss {
  color: #e6753d;
}
.gist .highlight .bp {
  color: #1bbbc9;
}
.gist .highlight .vc {
  color: #1bbbc9;
}
.gist .highlight .vg {
  color: #1bbbc9;
}
.gist .highlight .vi {
  color: #1bbbc9;
}
.gist .highlight .il {
  color: #e6753d;
}
* {
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  width: 100%;
}
.container {
  width: 900px;
  margin: 0 auto;
  padding: 150px 0;
}
.nav {
  width: 90px;
  position: fixed;
  overflow: hidden;
  border-right: solid 1px #8cd7d1;
  margin-top: 30px;
}
.nav > * {
  line-height: 40px;
  text-align: center;
}
.nav .logo {
  display: block;
  text-decoration: none;
}
.nav .logo .hi {
  font-family: 'Open Sans';
  font-style: italic;
  display: block;
  text-align: center;
  margin: 0px auto;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px 25px 1px 25px;
  color: #ffffff;
  background: #e6753d;
  text-shadow: -1px 1px #ca5d28;
  position: relative;
}
.nav .logo .me {
  font-family: 'Open Sans';
  font-style: italic;
  color: #1bbbc9;
  font-size: 14px;
  height: auto;
  text-align: center;
  display: block;
  line-height: 18px;
  margin: 10px auto 10px auto;
}
.nav ul.social {
  list-style: none;
  display: block;
  position: relative;
  padding: 0;
  margin: 20px 0 0 0;
}
.nav ul.social li {
  display: block;
}
.nav ul.social li a {
  font-family: 'socials';
  color: #1bbbc9;
  font-size: 16px;
  text-align: center;
  display: block;
  font-size: 20px;
  vertical-align: baseline;
  text-decoration: none;
}
.content {
  -webkit-overflow-scrolling: touch;
  margin-left: 90px;
  background: #ffffff;
  padding: 30px;
  min-width: 500px;
  height: 100%;
  overflow: auto;
  position: relative;
}
.content article {
  overflow: auto;
}
.content a {
  font-weight: bold;
  text-decoration: none;
  color: #1bbbc9;
}
.content header {
  padding: 10px;
  border-radius: 2px;
  font-style: italic;
  font-size: 18px;
}
.content .gist * {
  font-size: 14px;
  font-family: 'Monaco', 'Open Sans', 'Helvetica Neue', sans-serif;
}
.content time {
  display: block;
  font-style: italic;
  font-size: 12px;
  border-bottom: solid 1px #4a4a4a;
  padding: 0 0 10px 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: 80;
  margin: 60px 0 15px 0;
  position: relative;
  font-family: "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child {
  margin-top: 0;
}
.content code {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 0.2em;
  margin: 0;
  font-size: 85%;
}
.content .twitter-share-button,
.content .twitter-follow-button {
  float: right;
  margin-top: 22px;
  margin-right: 10px;
}
.content h1 {
  font-size: 40px;
  color: #e6753d;
  margin-top: 0;
  width: 520px;
}
.content h2 {
  font-size: 30px;
}
.content h3 {
  font-size: 25px;
}
.content h4 {
  font-size: 15px;
}
.content blockquote,
.content .note,
.content .warning {
  display: block;
  border-left: solid 4px #8cd7d1;
  padding: 0 15px;
  margin: 15px 0;
  font-size: 18px;
}
.content blockquote > p,
.content .note > p,
.content .warning > p {
  margin: 0 !important;
}
.content blockquote .from,
.content .note .from,
.content .warning .from {
  display: block;
  text-align: right;
  margin: 20px 0;
  font-style: italic;
  font-weight: bold;
  color: #BABABA;
}
.content .note {
  border-color: #e6753d;
}
.content .warning {
  border-color: #e6753d;
  padding: 10px;
}
.content pre {
  margin: 10px;
}
.content p {
  margin: 30px 0;
}
.content p:first-child {
  margin-top: 100px;
}
.content img {
  display: block;
  max-width: 500px;
  max-height: 500px;
  margin: 30px auto;
}
.content ul,
.content ol {
  margin: 15px;
  padding: 0 0 0 15px;
}
.content ul {
  list-style: circle;
}
#disqus_thread {
  margin-top: 20px;
  padding: 20px;
  border-top: solid 1px #8cd7d1;
}
a.next,
a.previous {
  display: inline-block;
  height: 60px;
  margin-top: 20px;
  background: #e6753d;
  font-size: 12px;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  font-family: 'Monaco';
  color: #ffffff;
  font-weight: normal;
}
a.next:hover,
a.previous:hover {
  background: #ca5d28;
}
a.next span,
a.previous span {
  font-size: 12px;
  display: block;
  float: left;
  color: #ffffff;
  width: 160px;
  height: 60px;
  padding: 5px;
  text-overflow: ellipsis;
}
a.previous::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: '<';
  height: 60px;
  line-height: 60px;
  width: 25px;
  float: left;
  text-align: center;
}
a.next {
  margin-left: auto;
  float: right;
}
a.next span {
  padding-left: 10px;
}
a.next::after {
  content: '>';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 25px;
  float: left;
  text-align: center;
}
/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

  .nav {
    height: 80px;
    width: 100%;
    box-shadow: inset 0px -1px 2px rgba(0,0,0,.8);

    > * {
      float: left;
      height: 80px;
      margin: 15px 0;
      text-align: center;
    }

    .me {
      width: 200px;
      line-height: 80px;
      margin: 0 20px 0 5px;
      font-size: 16px;
    }

    .cloud {
      margin-top: 22px;
      -webkit-transform: scale(.8);
      margin-right: 20px;
    }

    .social {
      width: 200px;
      li {
        float: left;
        width: 40px;
        margin: 0;
        line-height: 80px;
        font-size: 70px;
      }
    }
  }

  .content {
    margin: 80px 0 0 0;

    img {
      max-width: 300px;
    }
  }
}
*/