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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Cabin';
  src: url("/assets/font/Cabin-Regular-webfont.eot");
  src: url("/assets/font/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/font/Cabin-Regular-webfont.woff") format("woff"), url("/assets/font/Cabin-Regular-webfont.ttf") format("truetype"), url("/assets/font/Cabin-Regular-webfont.svg#CabinRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cabin';
  src: url("/assets/font/cabin-bold-webfont.woff2") format("woff2"), url("/assets/font/cabin-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html {
  overflow-y: scroll;
  background-color: #fff;
}

body {
  background-color: #fff;
  border-top: 5px solid #669;
  color: #333;
  font: 18px/1.5 "Lato", "Helvetica Neue", arial, sans-serif;
  word-spacing: 0.1em;
  margin: 0;
}

a {
  color: #933;
}
a:focus, a:hover {
  color: #393;
}

article {
  margin: 5em 0;
}
article:first-child {
  margin-top: 0;
}

blockquote {
  border-left: 4px solid #ddd;
  margin: 2em 0;
  padding-left: 15px;
  opacity: 0.75;
}

code {
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 1px 4px;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", "Helvetica Neue", arial, sans-serif;
  font-weight: normal;
  margin: 1.2em 0;
}

h1 {
  font-size: 2em;
  margin-top: .5em;
}

h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.1em;
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.1em;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: 0.83em;
  font-weight: bold;
}

h6 {
  font-size: 0.67em;
  font-weight: bold;
}

pre {
  background: #f8f8f8;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}
pre code {
  display: inline;
  border: none;
  background: none;
  padding: 0;
}

samp {
  color: #008080;
}

strong {
  font-weight: bold;
}

ul,
ol {
  margin: 1em 0;
  padding-left: 40px;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: 'Inconsolata', courier, monospace;
  font-size: 16px;
}

.wrapper {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 1em;
}

.meta {
  font-style: italic;
  font-size: 15px;
  margin-top: -1em;
}

article img {
  width: 100%;
}
article footer {
  font-size: 16px;
  margin: 5em 0;
  padding-top: 1em;
  -webkit-box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
article footer em {
  font-weight: bold;
  font-style: normal;
}

/* Share Bar */
#share-bar {
  font-size: 16px;
  /* All buttons */
}
#share-bar a {
  text-decoration: none;
}
#share-bar .heading {
  margin-bottom: 1em;
  font-family: "Cabin", "Helvetica Neue", arial, sans-serif;
  font-weight: normal;
}
#share-bar .share-buttons {
  text-align: center;
  /* Each button */
  /* Facebook button */
  /* Twitter button */
  /* Pinterest button */
  /* Tumblr button */
  /* Reddit button */
  /* LinkedIn button */
  /* Email button */
}
#share-bar .share-buttons .share-button {
  margin: 0px;
  margin-bottom: 10px;
  margin-right: 3px;
  border: 1px solid #D3D6D2;
  padding: 5px 10px 5px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#share-bar .share-buttons .share-button:hover, #share-bar .share-buttons .share-button:focus {
  opacity: 1;
  color: #ffffff;
}
#share-bar .share-buttons .share-fb {
  color: #3b5998;
}
#share-bar .share-buttons .share-fb:hover, #share-bar .share-buttons .share-fb:focus {
  background-color: #3b5998;
}
#share-bar .share-buttons .share-twitter {
  color: #55acee;
}
#share-bar .share-buttons .share-twitter:hover, #share-bar .share-buttons .share-twitter:focus {
  background-color: #55acee;
}
#share-bar .share-buttons .share-pinterest {
  color: #cb2027;
}
#share-bar .share-buttons .share-pinterest:hover, #share-bar .share-buttons .share-pinterest:focus {
  background-color: #cb2027;
}
#share-bar .share-buttons .share-tumblr {
  color: #32506d;
}
#share-bar .share-buttons .share-tumblr:hover, #share-bar .share-buttons .share-tumblr:focus {
  background-color: #32506d;
}
#share-bar .share-buttons .share-reddit {
  color: #ff4500;
}
#share-bar .share-buttons .share-reddit:hover, #share-bar .share-buttons .share-reddit:focus {
  background-color: #ff4500;
}
#share-bar .share-buttons .share-linkedin {
  color: #007bb5;
}
#share-bar .share-buttons .share-linkedin:hover, #share-bar .share-buttons .share-linkedin:focus {
  background-color: #007bb5;
}
#share-bar .share-buttons .share-email {
  color: #444444;
}
#share-bar .share-buttons .share-email:hover, #share-bar .share-buttons .share-email:focus {
  background-color: #444444;
}

body > header {
  background: #99c;
  background: -moz-linear-gradient(top, #aad 0%, #88b 100%);
  background: -webkit-linear-gradient(top, #aad 0%, #88b 100%);
  background: -o-linear-gradient(top, #aad 0%, #88b 100%);
  background: -ms-linear-gradient(top, #aad 0%, #88b 100%);
  background: linear-gradient(to bottom, #aaaadd 0%, #8888bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffaaaadd, endColorStr=#ff8888bb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaaaadd, endColorstr=#ff8888bb)";
  border-top: 1px solid #ccf;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body > header h1,
body > header .title {
  float: left;
  font-size: 2em;
  font-family: "Cabin", "Helvetica Neue", arial, sans-serif;
  font-weight: normal;
  margin: 10px 0;
  text-transform: lowercase;
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
}
body > header h1 span,
body > header .title span {
  color: #ff3;
  position: relative;
  left: -.22em;
}
body > header a {
  color: #fff;
  text-decoration: none;
}
body > header a:focus, body > header a:hover {
  color: #fff;
  text-decoration: none;
}

body > footer {
  background: #ddd;
  border-top: 1px solid #ddd;
  font-size: 12px;
  overflow: hidden;
}
body > footer nav,
body > footer .links,
body > footer .categories {
  margin: 2em auto;
  overflow: hidden;
  text-align: left;
}
body > footer nav {
  font-size: 16px;
  text-align: center;
  padding: 0;
}
body > footer nav li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  padding: 0 2em;
}
body > footer .categories,
body > footer .links {
  background: #eee;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body > footer .categories p,
body > footer .links p {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
body > footer .categories li,
body > footer .links li {
  float: left;
  padding: 3px 10px;
  width: 33%;
  list-style-type: none;
}
body > footer .links {
  background: transparent;
  padding: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}

#copyright {
  font-size: 10px;
  text-align: center;
}

.highlight pre {
  background-color: #272822;
  color: #f8f8f2;
}

.highlight .hll {
  background-color: #272822;
}

.highlight .c {
  color: #75715e;
}

/* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}

/* Error */
.highlight .k {
  color: #66d9ef;
}

/* Keyword */
.highlight .l {
  color: #ae81ff;
}

/* Literal */
.highlight .n {
  color: #f8f8f2;
}

/* Name */
.highlight .o {
  color: #f92672;
}

/* Operator */
.highlight .p {
  color: #f8f8f2;
}

/* Punctuation */
.highlight .cm {
  color: #75715e;
}

/* Comment.Multiline */
.highlight .cp {
  color: #75715e;
}

/* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
}

/* Comment.Single */
.highlight .cs {
  color: #75715e;
}

/* Comment.Special */
.highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
}

/* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
}

/* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
}

/* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
}

/* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
}

/* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
}

/* Keyword.Type */
.highlight .ld {
  color: #e6db74;
}

/* Literal.Date */
.highlight .m {
  color: #ae81ff;
}

/* Literal.Number */
.highlight .s {
  color: #e6db74;
}

/* Literal.String */
.highlight .na {
  color: #a6e22e;
}

/* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
}

/* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
}

/* Name.Class */
.highlight .no {
  color: #66d9ef;
}

/* Name.Constant */
.highlight .nd {
  color: #a6e22e;
}

/* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
}

/* Name.Entity */
.highlight .ne {
  color: #a6e22e;
}

/* Name.Exception */
.highlight .nf {
  color: #a6e22e;
}

/* Name.Function */
.highlight .nl {
  color: #f8f8f2;
}

/* Name.Label */
.highlight .nn {
  color: #f8f8f2;
}

/* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
}

/* Name.Other */
.highlight .py {
  color: #f8f8f2;
}

/* Name.Property */
.highlight .nt {
  color: #f92672;
}

/* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
}

/* Name.Variable */
.highlight .ow {
  color: #f92672;
}

/* Operator.Word */
.highlight .w {
  color: #f8f8f2;
}

/* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
}

/* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
}

/* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
}

/* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
}

/* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
}

/* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
}

/* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
}

/* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
}

/* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
}

/* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
}

/* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
}

/* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
}

/* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
}

/* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
}

/* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
}

/* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
}

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
}

/* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
}

/* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
}

/* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
}

/* Literal.Number.Integer.Long */
/* Generic Heading & Diff Header */
.highlight .gu {
  color: #75715e;
}

/* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd {
  color: #f92672;
}

/* Generic.Deleted & Diff Deleted */
.highlight .gi {
  color: #a6e22e;
}

/* Generic.Inserted & Diff Inserted */
