@charset "UTF-8";
/* line 5, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* non highlighted code colors */
/* Navigation */
/* Sidebar colors */
/* Core theme application */
/* line 64, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_theme.scss */
a {
  color: #1863a1;
}
/* line 18, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #751590;
}
/* line 21, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: #0181eb;
}
/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #0181eb;
}
/* line 27, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #01579f;
}

/* line 67, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_theme.scss */
a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 71, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_theme.scss */
html {
  background: #252525 top left;
}

/* line 75, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_theme.scss */
body > div {
  background: #f8f8f8 none;
  border-bottom: 1px solid #ebebeb;
}
/* line 78, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_theme.scss */
body > div > div {
  background: #f8f8f8 none;
}

/* line 10, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.heading, body > header h1, h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 13, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.sans, body {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 14, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.serif {
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
}

/* line 15, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.mono, pre, code, tt, p code, li code {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
}

/* line 17, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
body > header h1 {
  font-weight: normal;
  line-height: 1.2em;
}

/* line 23, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
body {
  line-height: 1.5em;
  color: #222;
}

/* line 28, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h1 {
  font-size: 1.5em;
  line-height: 1.2em;
}

@media only screen and (min-width: 992px) {
  /* line 34, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
  body {
    font-size: 1.25em;
  }
}
/* line 37, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  margin-bottom: 1em;
  font-weight: bold;
}

/* line 43, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h2, section h1 {
  font-size: 1.5em;
}

/* line 46, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h3, section h2, section section h1 {
  font-size: 1.3em;
}

/* line 49, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h4, section h3, section section h2, section section section h1 {
  font-size: 1em;
}

/* line 52, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h5, section h4, section section h3 {
  font-size: .9em;
}

/* line 55, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
h6, section h5, section section h4, section section section h3 {
  font-size: .8em;
}

/* line 59, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
p, article blockquote, ul, ol {
  margin-bottom: 1.5em;
}

/* line 61, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ul {
  list-style-type: disc;
}
/* line 62, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ul ul {
  list-style-type: circle;
  margin-bottom: 0px;
}
/* line 63, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ul ul ul {
  list-style-type: square;
  margin-bottom: 0px;
}

/* line 65, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ol {
  list-style-type: decimal;
}
/* line 66, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px;
}
/* line 67, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ol ol ol {
  list-style-type: lower-roman;
  margin-bottom: 0px;
}

/* line 69, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ul, ul ul, ul ol, ol, ol ul, ol ol {
  margin-left: 1.3em;
}

/* line 70, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0em;
}

/* line 72, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 74, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
em {
  font-style: italic;
}

/* line 76, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
sup, sub {
  font-size: 0.75em;
  position: relative;
  display: inline-block;
  padding: 0 .2em;
  line-height: .8em;
}

/* line 77, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
sup {
  top: -.5em;
}

/* line 78, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
sub {
  bottom: -.5em;
}

/* line 80, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
a[rev='footnote'] {
  font-size: .75em;
  padding: 0 .3em;
  line-height: 1;
}

/* line 82, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
q {
  font-style: italic;
}
/* line 83, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
q:before {
  content: "\201C";
}
/* line 84, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
q:after {
  content: "\201D";
}

/* line 87, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 89, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 91, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
del, s {
  text-decoration: line-through;
}

/* line 93, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 97, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
hr {
  margin-bottom: 0.2em;
}

/* line 99, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
small {
  font-size: .8em;
}

/* line 101, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
big {
  font-size: 1.2em;
}

/* line 103, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
article blockquote {
  font-style: italic;
  position: relative;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 1em;
  border-left: 4px solid rgba(170, 170, 170, 0.5);
}
/* line 111, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
article blockquote cite {
  font-style: italic;
}
/* line 113, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
article blockquote cite a {
  color: #aaa !important;
  word-wrap: break-word;
}
/* line 114, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
article blockquote cite:before {
  content: '\2014';
  padding-right: .3em;
  padding-left: .3em;
  color: #aaa;
}
@media only screen and (min-width: 992px) {
  /* line 103, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
  article blockquote {
    padding-left: 1.5em;
    border-left-width: 4px;
  }
}

/* line 122, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.pullquote-right:before,
.pullquote-left:before {
  /* Reset metrics. */
  padding: 0;
  border: none;
  /* Content */
  content: attr(data-pullquote);
  /* Pull out to the right, modular scale based margins. */
  float: right;
  width: 45%;
  margin: .5em 0 1em 1.5em;
  /* Baseline correction */
  position: relative;
  top: 7px;
  font-size: 1.4em;
  line-height: 1.45em;
}

/* line 143, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.pullquote-left:before {
  /* Make left pullquotes align properly. */
  float: left;
  margin: .5em 1.5em 1em 0;
}

/* @extend this to force long lines of continuous text to wrap */
/* line 150, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_typography.scss */
.force-wrap, article a {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 13, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.group, body > header, body > nav, body > footer, body #content > article, body #content > div > article, body #content > div > section, body div.pagination, #main, #content {
  *zoom: 1;
}
/* line 38, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.group:after, body > header:after, body > nav:after, body > footer:after, body #content > article:after, body #content > div > article:after, body #content > div > section:after, body div.pagination:after, #main:after, #content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body {
  -webkit-text-size-adjust: none;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body > header, body > nav, body > footer, body #content > article, body #content > div > article, body #content > div > section {
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (min-width: 480px) {
  /* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header, body > nav, body > footer, body #content > article, body #content > div > article, body #content > div > section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header, body > nav, body > footer, body #content > article, body #content > div > article, body #content > div > section {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header, body > nav, body > footer, body #content > article, body #content > div > article, body #content > div > section {
    padding-left: 85px;
    padding-right: 85px;
  }
}
/* line 37, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body div.pagination {
  margin-left: 18px;
  margin-right: 18px;
}
@media only screen and (min-width: 480px) {
  /* line 37, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body div.pagination {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 37, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body div.pagination {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 37, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body div.pagination {
    margin-left: 85px;
    margin-right: 85px;
  }
}
/* line 54, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body > header {
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0;
}
/* line 59, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body figure {
  margin-bottom: 0.5em;
}
/* line 61, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body figure img {
  margin-bottom: 0;
}
/* line 65, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
body figure figcaption {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-style: italic;
  font-size: 0.9em;
}

/* line 75, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
#content {
  overflow: hidden;
}
/* line 77, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
#content > div, #content > article {
  width: 100%;
}

/* line 80, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.flex-content, article img, article video, article .flash-video {
  max-width: 100%;
  height: auto;
}

/* line 83, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.basic-alignment.left, article img.left, article video.left, article .left.flash-video {
  float: left;
  margin-right: 1.5em;
}
/* line 84, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.basic-alignment.right, article img.right, article video.right, article .right.flash-video {
  float: right;
  margin-left: 1.5em;
}
/* line 85, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.basic-alignment.center, article img.center, article video.center, article .center.flash-video {
  display: block;
  margin: 0 auto 1.5em;
}
/* line 86, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
.basic-alignment.left, article img.left, article video.left, article .left.flash-video, .basic-alignment.right, article img.right, article video.right, article .right.flash-video {
  margin-bottom: .8em;
}

@media only screen and (min-width: 550px) {
  /* line 90, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 98, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body {
    -webkit-text-size-adjust: auto;
  }

  /* line 99, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header {
    font-size: 1.2em;
  }

  /* line 100, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  #main {
    padding: 0;
    margin: 0 auto;
  }

  /* line 104, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  #content {
    overflow: visible;
    margin-right: 0;
    border-right: 0;
  }
  /* line 108, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  #content > div, #content > article {
    padding-top: 0;
    padding-bottom: 17.5px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 117, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  body > header {
    font-size: 1.3em;
  }

  /* line 119, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_layout.scss */
  #content > div, #content > article {
    padding-top: 0;
    padding-bottom: 42.5px;
  }
}
/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e3e7;
}

/* line 7, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table th, * + table td {
  border-style: dashed;
  border-width: 1px;
  border-color: #e7e3e7;
  padding-left: 3px;
  padding-right: 3px;
}

/* line 15, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table th {
  border-style: solid;
  font-weight: bold;
  background: url("/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
}

/* line 21, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table th[align="left"], * + table td[align="left"] {
  text-align: left;
}

/* line 25, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table th[align="right"], * + table td[align="right"] {
  text-align: right;
}

/* line 29, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_table.scss */
* + table th[align="center"], * + table td[align="center"] {
  text-align: center;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_header.scss */
body > header {
  background: #f8f8f8;
}
/* line 3, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_header.scss */
body > header h1 {
  display: inline-block;
  margin: 0;
}
/* line 6, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_header.scss */
body > header h1 a, body > header h1 a:visited, body > header h1 a:hover {
  color: #222;
  text-decoration: none;
}
/* line 11, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_header.scss */
body > header h2 {
  margin: .2em 2em 0;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
}
/* line 16, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_header.scss */
body > header h2 a, body > header h2 a:visited, body > header h2 a:hover {
  color: #979797;
  text-decoration: none;
}
/* line 18, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > header h2 a:visited, body > header h2 a:visited:visited, body > header h2 a:hover:visited {
  color: #979797;
}
/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > header h2 a:hover, body > header h2 a:visited:hover, body > header h2 a:hover:hover {
  color: #575757;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav {
  position: relative;
  background-color: #f8f8f8;
  background: #ccc, default;
  border-top: 1px solid none;
  border-bottom: 1px solid #ebebeb;
  padding-top: .35em;
  padding-bottom: .35em;
  font-size: .9em;
}
/* line 11, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  float: left;
  display: block;
  padding-top: .15em;
}
/* line 62, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
body > nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
/* line 49, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
body > nav ul li:first-child {
  padding-left: 0;
}
/* line 50, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
body > nav ul li:last-child {
  padding-right: 0;
}
/* line 52, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
body > nav ul li.last {
  padding-right: 0;
}
/* line 17, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav ul li {
  margin: 0;
}
/* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav a {
  color: #979797;
  float: left;
  text-decoration: none;
  font-size: 1.1em;
  padding: .1em 0;
  line-height: 1.5em;
}
/* line 18, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > nav a:visited {
  color: #979797;
}
/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > nav a:hover {
  color: #575757;
}
/* line 28, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav li + li {
  border-left: 1px solid none;
  margin-left: .8em;
}
/* line 31, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_navigation.scss */
body > nav li + li a {
  padding-left: .8em;
  border-left: 1px solid none;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article {
  padding-top: 1em;
}
/* line 4, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header {
  padding-top: 1em;
  margin-bottom: 1em;
  background: none bottom left repeat-x;
}
/* line 8, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header h1 {
  margin: 0;
}
/* line 10, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header h1 a {
  text-decoration: none;
}
/* line 11, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header h1 a:hover {
  text-decoration: underline;
}
/* line 13, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header p {
  font-size: .9em;
  color: #aaa;
  margin: 0;
}
/* line 17, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article header p.meta {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 4, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
  article header {
    margin-bottom: 1.5em;
    background: none bottom left repeat-x;
  }
}
/* line 26, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article h2 {
  padding-top: 0.8em;
  background: none top left repeat-x;
}
/* line 30, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
.entry-content article h2:first-child, article header + h2 {
  padding-top: 0;
}
/* line 31, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article h2:first-child, article header + h2 {
  background: none;
}
/* line 32, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article .feature {
  padding-top: .5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  background: none bottom left repeat-x;
  font-size: 2.0em;
  font-style: italic;
  line-height: 1.3em;
}
/* line 44, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article video, article .flash-video {
  margin: 0 auto 1.5em;
}
/* line 45, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article video {
  display: block;
  width: 100%;
}
/* line 47, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article .flash-video > div {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}
/* line 54, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article .flash-video > div iframe, article .flash-video > div object, article .flash-video > div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 63, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article > footer {
  padding-bottom: 2.5em;
  margin-top: 2em;
}
/* line 66, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
article > footer p.meta {
  margin-bottom: .8em;
  font-size: .85em;
  clear: both;
  overflow: hidden;
}

/* line 79, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
.blog-index article + article {
  background: none top left repeat-x;
}

/* line 83, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index, #content .home {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 85, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index article header, #content .home article header {
  background: none;
  padding-bottom: 0;
}
/* line 86, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index article h1, #content .home article h1 {
  font-size: 1.5em;
}
/* line 88, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index article h1 a, #content .home article h1 a {
  color: inherit;
}
/* line 88, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index article h1 a:hover, #content .home article h1 a:hover {
  color: #0181eb;
}
/* line 90, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index a[rel=full-article], #content .home a[rel=full-article] {
  background: #ebebeb;
  display: inline-block;
  padding: .4em .8em;
  margin-right: .5em;
  text-decoration: none;
  color: #666666;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 98, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content .blog-index a[rel=full-article]:hover, #content .home a[rel=full-article]:hover {
  background: #0181eb;
  text-shadow: none;
  color: #f8f8f8;
}

/* line 106, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
.separator, article > footer .byline + time:before, article > footer time + time:before, article > footer .comments:before, article > footer .byline ~ .categories:before {
  content: "\2022 ";
  padding: 0 .4em 0 .2em;
  display: inline-block;
}

/* line 112, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination {
  text-align: center;
  font-size: .95em;
  position: relative;
  background: none top left repeat-x;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
/* line 118, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination a {
  text-decoration: none;
  color: #aaa;
}
/* line 121, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination a.prev {
  position: absolute;
  left: 0;
}
/* line 122, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination a.next {
  position: absolute;
  right: 0;
}
/* line 123, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination a:hover {
  color: #0181eb;
}
/* line 125, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_blog.scss */
#content div.pagination a[href*=archive]:before, #content div.pagination a[href*=archive]:after {
  content: '\2014';
  padding: 0 .3em;
}

/* line 2, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_sharing.scss */
p.meta + .sharing {
  padding-top: 1em;
  padding-left: 0;
  background: none top left repeat-x;
}

/* line 8, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_sharing.scss */
#fb-root {
  display: none;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight, html .gist .gist-file .gist-syntax .gist-highlight {
  border: 1px solid #05232b !important;
}
/* line 2, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight table td.code, html .gist .gist-file .gist-syntax .gist-highlight table td.code {
  width: 100%;
}

/* line 5, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight .line-numbers, html .gist .gist-file .gist-syntax .highlight .line_numbers {
  text-align: right;
  font-size: 13px;
  line-height: 1.45em;
  background: #073642 none !important;
  border-right: 1px solid #00232c !important;
  -moz-box-shadow: #083e4b -1px 0 inset;
  -webkit-box-shadow: #083e4b -1px 0 inset;
  box-shadow: #083e4b -1px 0 inset;
  text-shadow: #021014 0 -1px;
  padding: .8em !important;
}
/* line 20, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight .line-numbers span, html .gist .gist-file .gist-syntax .highlight .line_numbers span {
  color: #586e75 !important;
}

/* line 24, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code, .gist-file, pre {
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
}
/* line 26, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code .highlight pre, .gist-file .highlight pre, pre .highlight pre {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 17, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_utilities.scss */
.gist .highlight *::-moz-selection, figure.code .highlight *::-moz-selection {
  background: #386774;
  color: inherit;
  text-shadow: #002b36 0 1px;
}
/* line 18, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_utilities.scss */
.gist .highlight *::-webkit-selection, figure.code .highlight *::-webkit-selection {
  background: #386774;
  color: inherit;
  text-shadow: #002b36 0 1px;
}
/* line 19, /home/spectre256/repos/blog/source/_assets/stylesheets/base/_utilities.scss */
.gist .highlight *::selection, figure.code .highlight *::selection {
  background: #386774;
  color: inherit;
  text-shadow: #002b36 0 1px;
}

/* line 32, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
pre {
  background: #002b36 none;
  border: 1px solid #05232b;
  line-height: 1.45em;
  font-size: 13px;
  margin-bottom: 2.1em;
  padding: .8em 1em;
  color: #93a1a1;
  overflow: auto;
}

/* line 45, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
h3.filename + pre {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 49, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
p code, li code {
  display: inline-block;
  white-space: no-wrap;
  background: #fff;
  font-size: .8em;
  line-height: 1.5em;
  color: #555;
  border: 1px solid #ddd;
  padding: 0 .3em;
  margin: -1px 0;
}
/* line 61, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
p pre code, li pre code {
  font-size: 1em !important;
  background: none;
  border: none;
}

/* line 64, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code, .highlight code {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
  overflow: scroll;
  overflow-y: hidden;
  display: block;
  padding: .8em;
  overflow-x: auto;
  line-height: 1.45em;
  background: #002b36 none !important;
  color: #93a1a1 !important;
  /* Comment */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Operator */
  /* Operator.Word */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable */
  /* Literal.Number.Float */
  /* Literal.Number */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.String */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Interpol */
  /* Literal.String.Regex */
  /* Literal.String.Single */
}
/* line 74, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code span, .highlight code span {
  color: #93a1a1 !important;
}
/* line 75, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code span, .highlight code span {
  font-style: normal !important;
  font-weight: normal !important;
}
/* line 77, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .c, .highlight code .c {
  color: #586e75 !important;
  font-style: italic !important;
}
/* line 78, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .cm, .highlight code .cm {
  color: #586e75 !important;
  font-style: italic !important;
}
/* line 79, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .cp, .highlight code .cp {
  color: #586e75 !important;
  font-style: italic !important;
}
/* line 80, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .c1, .highlight code .c1 {
  color: #586e75 !important;
  font-style: italic !important;
}
/* line 81, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .cs, .highlight code .cs {
  color: #586e75 !important;
  font-weight: bold !important;
  font-style: italic !important;
}
/* line 82, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .err, .highlight code .err {
  color: #dc322f !important;
  background: none !important;
}
/* line 83, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .k, .highlight code .k {
  color: #cb4b16 !important;
}
/* line 84, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .o, .highlight code .o {
  color: #93a1a1 !important;
  font-weight: bold !important;
}
/* line 85, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .p, .highlight code .p {
  color: #93a1a1 !important;
}
/* line 86, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .ow, .highlight code .ow {
  color: #2aa198 !important;
  font-weight: bold !important;
}
/* line 87, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gd, .highlight code .gd {
  color: #93a1a1 !important;
  background-color: #372c34 !important;
  display: inline-block;
}
/* line 88, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gd .x, .highlight code .gd .x {
  color: #93a1a1 !important;
  background-color: #4d2d33 !important;
  display: inline-block;
}
/* line 89, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .ge, .highlight code .ge {
  color: #93a1a1 !important;
  font-style: italic !important;
}
/* line 91, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gh, .highlight code .gh {
  color: #586e75 !important;
}
/* line 92, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gi, .highlight code .gi {
  color: #93a1a1 !important;
  background-color: #1a412b !important;
  display: inline-block;
}
/* line 93, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gi .x, .highlight code .gi .x {
  color: #93a1a1 !important;
  background-color: #355720 !important;
  display: inline-block;
}
/* line 96, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gs, .highlight code .gs {
  color: #93a1a1 !important;
  font-weight: bold !important;
}
/* line 97, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .gu, .highlight code .gu {
  color: #6c71c4 !important;
}
/* line 99, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .kc, .highlight code .kc {
  color: #859900 !important;
  font-weight: bold !important;
}
/* line 100, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .kd, .highlight code .kd {
  color: #268bd2 !important;
}
/* line 101, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .kp, .highlight code .kp {
  color: #cb4b16 !important;
  font-weight: bold !important;
}
/* line 102, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .kr, .highlight code .kr {
  color: #d33682 !important;
  font-weight: bold !important;
}
/* line 103, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .kt, .highlight code .kt {
  color: #2aa198 !important;
}
/* line 104, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .n, .highlight code .n {
  color: #268bd2 !important;
}
/* line 105, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .na, .highlight code .na {
  color: #268bd2 !important;
}
/* line 106, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nb, .highlight code .nb {
  color: #859900 !important;
}
/* line 107, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nc, .highlight code .nc {
  color: #d33682 !important;
}
/* line 108, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .no, .highlight code .no {
  color: #b58900 !important;
}
/* line 110, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nl, .highlight code .nl {
  color: #859900 !important;
}
/* line 111, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .ne, .highlight code .ne {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 112, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nf, .highlight code .nf {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 113, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nn, .highlight code .nn {
  color: #b58900 !important;
}
/* line 114, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nt, .highlight code .nt {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 115, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nx, .highlight code .nx {
  color: #b58900 !important;
}
/* line 118, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .vg, .highlight code .vg {
  color: #268bd2 !important;
}
/* line 119, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .vi, .highlight code .vi {
  color: #268bd2 !important;
}
/* line 120, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .nv, .highlight code .nv {
  color: #268bd2 !important;
}
/* line 122, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .mf, .highlight code .mf {
  color: #2aa198 !important;
}
/* line 123, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .m, .highlight code .m {
  color: #2aa198 !important;
}
/* line 124, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .mh, .highlight code .mh {
  color: #2aa198 !important;
}
/* line 125, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .mi, .highlight code .mi {
  color: #2aa198 !important;
}
/* line 127, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .s, .highlight code .s {
  color: #2aa198 !important;
}
/* line 130, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .sd, .highlight code .sd {
  color: #2aa198 !important;
}
/* line 131, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .s2, .highlight code .s2 {
  color: #2aa198 !important;
}
/* line 132, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .se, .highlight code .se {
  color: #dc322f !important;
}
/* line 134, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .si, .highlight code .si {
  color: #268bd2 !important;
}
/* line 136, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .sr, .highlight code .sr {
  color: #2aa198 !important;
}
/* line 137, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code .s1, .highlight code .s1 {
  color: #2aa198 !important;
}
/* line 140, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.pre-code div .gd, .highlight code div .gd, .pre-code div .gd .x, .highlight code div .gd .x, .pre-code div .gi, .highlight code div .gi, .pre-code div .gi .x, .highlight code div .gi .x {
  display: inline-block;
  width: 100%;
}

/* line 143, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight, .gist-highlight {
  margin-bottom: 1.8em;
  background: #002b36;
  overflow-y: hidden;
  overflow-x: auto;
}
/* line 144, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight pre, .gist-highlight pre {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 159, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
pre::-webkit-scrollbar, .highlight::-webkit-scrollbar, .gist-highlight::-webkit-scrollbar {
  height: .5em;
  background: rgba(255, 255, 255, 0.15);
}
/* line 160, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
pre::-webkit-scrollbar-thumb:horizontal, .highlight::-webkit-scrollbar-thumb:horizontal, .gist-highlight::-webkit-scrollbar-thumb:horizontal {
  background: rgba(255, 255, 255, 0.2);
}

/* line 163, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.highlight code {
  background: #000;
}

/* line 166, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code {
  background: none;
  padding: 0;
  border: 0;
  margin-bottom: 1.5em;
}
/* line 171, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code pre {
  margin-bottom: 0;
}
/* line 172, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code figcaption {
  position: relative;
}
/* line 177, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
figure.code .highlight {
  margin-bottom: 0;
}

/* line 182, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.code-title, h3.filename, figure.code figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  text-shadow: #cbcccc 0 1px 0;
  color: #474747;
  font-weight: normal;
  margin-bottom: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
  border: 1px solid #565656;
  border-top-color: #cbcbcb;
  border-left-color: #a5a5a5;
  border-right-color: #a5a5a5;
  border-bottom: 0;
}

/* line 199, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_syntax.scss */
.download-source, figure.code figcaption a {
  position: absolute;
  right: .8em;
  text-decoration: none;
  color: #666 !important;
  z-index: 1;
  font-size: 13px;
  text-shadow: #cbcccc 0 1px 0;
  padding-left: 3em;
}
/* line 4, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_hover-link.scss */
.download-source:hover, figure.code figcaption a:hover, .download-source:focus, figure.code figcaption a:focus {
  text-decoration: underline;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive {
  padding: 1em 0 1em;
  background: none bottom left repeat-x;
}
/* line 4, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive:last-child {
  background: none;
}
/* line 7, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive h2 {
  display: none;
}
/* line 8, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header {
  padding-top: 0;
  margin-bottom: .2em;
  vertical-align: top;
}
/* line 12, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header h1 {
  color: #222;
  display: inline-block;
}
/* line 15, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header h1 a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
/* line 4, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_hover-link.scss */
article.archive header h1 a:hover, article.archive header h1 a:focus {
  text-decoration: underline;
}
/* line 19, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header h1 a:hover {
  color: #0181eb;
}
/* line 23, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header time {
  color: #aaa;
  display: inline-block;
}
/* line 24, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header time:before {
  padding: 0.3em;
  content: "—";
}
/* line 30, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive header time .month {
  text-transform: uppercase;
}
/* line 33, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive footer {
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
  color: #aaa;
}
/* line 39, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive p {
  margin-bottom: 1em;
}
/* line 40, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive a, article.archive .entry-content a {
  color: inherit;
}
/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
article.archive a:hover, article.archive .entry-content a:hover {
  color: #0181eb;
}
/* line 41, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
article.archive a:hover {
  color: #0181eb;
}
@media only screen and (min-width: 550px) {
  /* line 43, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
  article.archive article {
    margin-left: 5em;
  }
  /* line 44, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
  article.archive h2 {
    margin-bottom: .3em;
    font-weight: normal;
    display: inline-block;
    position: relative;
    top: -1px;
    float: left;
  }
  /* line 50, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
  article.archive h2:first-child {
    padding-top: .75em;
  }
  /* line 52, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
  article.archive article {
    padding-left: 4.5em;
    padding-bottom: .7em;
  }
  /* line 55, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
  article.archive a.category {
    line-height: 1.1em;
  }
}

/* line 62, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_archive.scss */
#content > .category article {
  margin-left: 0;
  padding-left: 6.8em;
}

/* line 1, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_footer.scss */
body > footer {
  font-size: .8em;
  color: #888;
  text-shadow: white 0 1px;
  background-color: #f8f8f8;
  background: default, none;
  border-top: none;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 3em;
  z-index: 1;
}
/* line 13, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_footer.scss */
body > footer a {
  color: #979797;
}
/* line 18, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > footer a:visited {
  color: #979797;
}
/* line 24, /home/spectre256/.gem/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
body > footer a:hover {
  color: #484848;
}
/* line 16, /home/spectre256/repos/blog/source/_assets/stylesheets/partials/_footer.scss */
body > footer p:last-child {
  margin-bottom: 0;
}

/*
  Add plugin stylesheets to this directory and they will be automatically
  Imported. Load order is alphabetical and styles can be overriden in
  custom/_style.scss which is loaded after all plugin stylesheets.
*/
/* line 4, /home/spectre256/repos/blog/source/_assets/stylesheets/custom/_styles.scss */
.footnotelist {
  font-size: 0.8em;
}
/* line 6, /home/spectre256/repos/blog/source/_assets/stylesheets/custom/_styles.scss */
.footnotelist .backlink {
  text-decoration: none;
}

/* line 11, /home/spectre256/repos/blog/source/_assets/stylesheets/custom/_styles.scss */
.project + a {
  display: block;
  margin: auto;
  width: 500px;
}
