@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*Rounded corners from https://gist.github.com/victorbstan/889463*/
/* non highlighted code colors */
.heading, #wrap > header h1 {
  font-family: "Montserrat", sans-serif;
}

.sans, html .gist .gist-file .gist-meta {
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}

.serif, body {
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
}

.mono, p code, li code, pre, code, tt {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
}

a {
  text-decoration: none;
  color: #CC4B00;
}

h1 a {
  color: #FF5E00;
}

body {
  line-height: 1.25em;
  color: #000000;
}

#wrap > header h1 {
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 5em;
}

#wrap > header h2 {
  font-family: "Alegreya", "PT Serif", serif;
}

@media only screen and (min-width: 992px) {
  /*body { font-size: 1.15em; }*/
}
nav, .pagination, .header-links {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1.35em;
  line-height: 1.15em;
}
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a {
  color: #000000;
}

section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
section h1 a {
  color: #000000;
}

h1 {
  font-size: 1.7em;
}

h2, section h1 {
  font-size: 1.5em;
}

h3, section h2, section section h1 {
  font-size: 1.3em;
}

h4, section h3, section section h2, section section section h1 {
  font-size: 1em;
}

h5, section h4, section section h3 {
  font-size: 0.9em;
}

h6, section h5, section section h4, section section section h3 {
  font-size: 0.8em;
}

.meta {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p, article blockquote, ul, ol {
  margin-bottom: 0.75em;
}

li {
  margin-bottom: 0.5em;
}

ul {
  list-style-type: circle;
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
  margin-left: 2em;
}

sup, sub {
  font-size: 0.75em;
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  line-height: 0.8em;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a[rev=footnote] {
  font-size: 0.75em;
  padding: 0 0.3em;
  line-height: 1;
}

q {
  font-style: italic;
}
q:before {
  content: "“";
}
q:after {
  content: "”";
}

em, dfn {
  font-style: italic;
}

strong, dfn {
  font-weight: bold;
}

del, s {
  text-decoration: line-through;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  margin-bottom: 0.2em;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

article blockquote {
  font-style: italic;
  /*  position: relative;
    font-size: 1.2em;
    line-height: 1.5em;*/
  padding-left: 1em;
  border-left: 4px solid rgba(51, 51, 51, 0.5);
}
article blockquote cite {
  font-style: italic;
}
article blockquote cite a {
  color: #333333 !important;
  word-wrap: break-word;
}
article blockquote cite:before {
  content: "—";
  padding-right: 0.3em;
  padding-left: 0.3em;
  color: #333333;
}
@media only screen and (min-width: 992px) {
  article blockquote {
    padding-left: 1.5em;
    border-left-width: 4px;
  }
}

.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: 0.5em 0 1em 1.5em;
  /* Baseline correction */
  position: relative;
  top: 7px;
  font-size: 1.4em;
  line-height: 1.45em;
}

.pullquote-left:before {
  /* Make left pullquotes align properly. */
  float: left;
  margin: 0.5em 1.5em 1em 0;
}

/* @extend this to force long lines of continuous text to wrap */
.force-wrap {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.highlight, html .gist .gist-file .gist-syntax .gist-highlight {
  border-right: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
}
.highlight table td.code, html .gist .gist-file .gist-syntax .gist-highlight table td.code {
  width: 100%;
}

.highlight .line-numbers, html .gist .gist-file .gist-syntax .highlight .line_numbers {
  text-align: right;
  font-size: 13px;
  line-height: 1.45em;
  background-color: #c4c4c4;
  color: #4d4d4d;
  border-right: 1px solid #cccccc !important;
  /*span { color: $base01 !important; }*/
  padding: 0.8em !important;
  /*@include border-radius(0);*/
}

.gist .highlight, figure.code .highlight {
  /*@include selection(adjust-color($base03, $lightness: 23%, $saturation: -65%), $text-shadow: $base03 0 1px);*/
}

html .gist .gist-file {
  margin-bottom: 1.8em;
  position: relative;
  border: none;
  /*padding-top: image-height("code_bg.png") !important;*/
}
html .gist .gist-file .highlight {
  margin-bottom: 0;
}
html .gist .gist-file .gist-syntax {
  border-bottom: 0 !important;
  background: none !important;
}
html .gist .gist-file .gist-syntax .gist-highlight {
  background: #f7f7f7 !important;
}
html .gist .gist-file .gist-syntax .highlight pre {
  padding: 0;
}
html .gist .gist-file .gist-meta {
  padding: 0.6em 0.8em;
  /*border: 1px solid #ccc !important;*/
  color: #1a1a1a;
  font-size: 0.7em !important;
  background-color: #f7f7f7;
  line-height: 1.5em;
}
html .gist .gist-file .gist-meta a {
  color: #FF5E00 !important;
  /*@include hover-link;*/
}
html .gist .gist-file .gist-meta a:hover {
  color: #FF5E00 !important;
}
html .gist .gist-file .gist-meta a[href*="#file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  color: #FF5E00 !important;
}
html .gist .gist-file .gist-meta a[href*="#file"]:hover {
  color: #FF5E00 !important;
}
html .gist .gist-file .gist-meta a[href*=raw] {
  top: 0.4em;
}

pre {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  line-height: 1.45em;
  font-size: 13px;
  margin-bottom: 2.1em;
  padding: 0.8em 1em;
  color: #1a1a1a;
  overflow: auto;
}

p code, li code {
  display: inline-block;
  white-space: no-wrap;
  background-color: #f7f7f7;
  font-size: 0.8em;
  line-height: 1.5em;
  border: 1px solid #cccccc;
  padding: 0 2px;
  margin: -1px 0px;
}
p pre code, li pre code {
  font-size: 1em !important;
  background: none;
  border: none;
}

.pre-code, .highlight code, html .gist .gist-file .gist-syntax .highlight pre {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
  overflow: scroll;
  overflow-y: hidden;
  display: block;
  padding: 0.8em;
  overflow-x: auto;
  line-height: 1.45em;
  background-color: #f7f7f7 !important;
  color: #1a1a1a;
  /* 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 */
}
.pre-code span, .highlight code span, html .gist .gist-file .gist-syntax .highlight pre span {
  color: #586e75 !important;
}
.pre-code span, .highlight code span, html .gist .gist-file .gist-syntax .highlight pre span {
  font-style: normal !important;
  font-weight: normal !important;
}
.pre-code .c, .highlight code .c, html .gist .gist-file .gist-syntax .highlight pre .c {
  color: #93a1a1 !important;
  font-style: italic !important;
}
.pre-code .cm, .highlight code .cm, html .gist .gist-file .gist-syntax .highlight pre .cm {
  color: #93a1a1 !important;
  font-style: italic !important;
}
.pre-code .cp, .highlight code .cp, html .gist .gist-file .gist-syntax .highlight pre .cp {
  color: #93a1a1 !important;
  font-style: italic !important;
}
.pre-code .c1, .highlight code .c1, html .gist .gist-file .gist-syntax .highlight pre .c1 {
  color: #93a1a1 !important;
  font-style: italic !important;
}
.pre-code .cs, .highlight code .cs, html .gist .gist-file .gist-syntax .highlight pre .cs {
  color: #93a1a1 !important;
  font-weight: bold !important;
  font-style: italic !important;
}
.pre-code .err, .highlight code .err, html .gist .gist-file .gist-syntax .highlight pre .err {
  color: #dc322f !important;
  background: none !important;
}
.pre-code .k, .highlight code .k, html .gist .gist-file .gist-syntax .highlight pre .k {
  color: #cb4b16 !important;
}
.pre-code .o, .highlight code .o, html .gist .gist-file .gist-syntax .highlight pre .o {
  color: #586e75 !important;
  font-weight: bold !important;
}
.pre-code .p, .highlight code .p, html .gist .gist-file .gist-syntax .highlight pre .p {
  color: #586e75 !important;
}
.pre-code .ow, .highlight code .ow, html .gist .gist-file .gist-syntax .highlight pre .ow {
  color: #2aa198 !important;
  font-weight: bold !important;
}
.pre-code .gd, .highlight code .gd, html .gist .gist-file .gist-syntax .highlight pre .gd {
  color: #586e75 !important;
  background-color: #f5c5b6 !important;
  display: inline-block;
}
.pre-code .gd .x, .highlight code .gd .x, html .gist .gist-file .gist-syntax .highlight pre .gd .x {
  color: #586e75 !important;
  background-color: #f1b1a4 !important;
  display: inline-block;
}
.pre-code .ge, .highlight code .ge, html .gist .gist-file .gist-syntax .highlight pre .ge {
  color: #586e75 !important;
  font-style: italic !important;
}
.pre-code .gh, .highlight code .gh, html .gist .gist-file .gist-syntax .highlight pre .gh {
  color: #93a1a1 !important;
}
.pre-code .gi, .highlight code .gi, html .gist .gist-file .gist-syntax .highlight pre .gi {
  color: #586e75 !important;
  background-color: #e5e3b6 !important;
  display: inline-block;
}
.pre-code .gi .x, .highlight code .gi .x, html .gist .gist-file .gist-syntax .highlight pre .gi .x {
  color: #586e75 !important;
  background-color: #cdd188 !important;
  display: inline-block;
}
.pre-code .gs, .highlight code .gs, html .gist .gist-file .gist-syntax .highlight pre .gs {
  color: #586e75 !important;
  font-weight: bold !important;
}
.pre-code .gu, .highlight code .gu, html .gist .gist-file .gist-syntax .highlight pre .gu {
  color: #6c71c4 !important;
}
.pre-code .kc, .highlight code .kc, html .gist .gist-file .gist-syntax .highlight pre .kc {
  color: #859900 !important;
  font-weight: bold !important;
}
.pre-code .kd, .highlight code .kd, html .gist .gist-file .gist-syntax .highlight pre .kd {
  color: #268bd2 !important;
}
.pre-code .kp, .highlight code .kp, html .gist .gist-file .gist-syntax .highlight pre .kp {
  color: #cb4b16 !important;
  font-weight: bold !important;
}
.pre-code .kr, .highlight code .kr, html .gist .gist-file .gist-syntax .highlight pre .kr {
  color: #d33682 !important;
  font-weight: bold !important;
}
.pre-code .kt, .highlight code .kt, html .gist .gist-file .gist-syntax .highlight pre .kt {
  color: #2aa198 !important;
}
.pre-code .n, .highlight code .n, html .gist .gist-file .gist-syntax .highlight pre .n {
  color: #268bd2 !important;
}
.pre-code .na, .highlight code .na, html .gist .gist-file .gist-syntax .highlight pre .na {
  color: #268bd2 !important;
}
.pre-code .nb, .highlight code .nb, html .gist .gist-file .gist-syntax .highlight pre .nb {
  color: #859900 !important;
}
.pre-code .nc, .highlight code .nc, html .gist .gist-file .gist-syntax .highlight pre .nc {
  color: #d33682 !important;
}
.pre-code .no, .highlight code .no, html .gist .gist-file .gist-syntax .highlight pre .no {
  color: #b58900 !important;
}
.pre-code .nl, .highlight code .nl, html .gist .gist-file .gist-syntax .highlight pre .nl {
  color: #859900 !important;
}
.pre-code .ne, .highlight code .ne, html .gist .gist-file .gist-syntax .highlight pre .ne {
  color: #268bd2 !important;
  font-weight: bold !important;
}
.pre-code .nf, .highlight code .nf, html .gist .gist-file .gist-syntax .highlight pre .nf {
  color: #268bd2 !important;
  font-weight: bold !important;
}
.pre-code .nn, .highlight code .nn, html .gist .gist-file .gist-syntax .highlight pre .nn {
  color: #b58900 !important;
}
.pre-code .nt, .highlight code .nt, html .gist .gist-file .gist-syntax .highlight pre .nt {
  color: #268bd2 !important;
  font-weight: bold !important;
}
.pre-code .nx, .highlight code .nx, html .gist .gist-file .gist-syntax .highlight pre .nx {
  color: #b58900 !important;
}
.pre-code .vg, .highlight code .vg, html .gist .gist-file .gist-syntax .highlight pre .vg {
  color: #268bd2 !important;
}
.pre-code .vi, .highlight code .vi, html .gist .gist-file .gist-syntax .highlight pre .vi {
  color: #268bd2 !important;
}
.pre-code .nv, .highlight code .nv, html .gist .gist-file .gist-syntax .highlight pre .nv {
  color: #268bd2 !important;
}
.pre-code .mf, .highlight code .mf, html .gist .gist-file .gist-syntax .highlight pre .mf {
  color: #2aa198 !important;
}
.pre-code .m, .highlight code .m, html .gist .gist-file .gist-syntax .highlight pre .m {
  color: #2aa198 !important;
}
.pre-code .mh, .highlight code .mh, html .gist .gist-file .gist-syntax .highlight pre .mh {
  color: #2aa198 !important;
}
.pre-code .mi, .highlight code .mi, html .gist .gist-file .gist-syntax .highlight pre .mi {
  color: #2aa198 !important;
}
.pre-code .s, .highlight code .s, html .gist .gist-file .gist-syntax .highlight pre .s {
  color: #2aa198 !important;
}
.pre-code .sd, .highlight code .sd, html .gist .gist-file .gist-syntax .highlight pre .sd {
  color: #2aa198 !important;
}
.pre-code .s2, .highlight code .s2, html .gist .gist-file .gist-syntax .highlight pre .s2 {
  color: #2aa198 !important;
}
.pre-code .se, .highlight code .se, html .gist .gist-file .gist-syntax .highlight pre .se {
  color: #dc322f !important;
}
.pre-code .si, .highlight code .si, html .gist .gist-file .gist-syntax .highlight pre .si {
  color: #268bd2 !important;
}
.pre-code .sr, .highlight code .sr, html .gist .gist-file .gist-syntax .highlight pre .sr {
  color: #2aa198 !important;
}
.pre-code .s1, .highlight code .s1, html .gist .gist-file .gist-syntax .highlight pre .s1 {
  color: #2aa198 !important;
}
.pre-code div .gd, .highlight code div .gd, html .gist .gist-file .gist-syntax .highlight pre div .gd, .pre-code div .gd .x, .highlight code div .gd .x, html .gist .gist-file .gist-syntax .highlight pre div .gd .x, .pre-code div .gi, .highlight code div .gi, html .gist .gist-file .gist-syntax .highlight pre div .gi, .pre-code div .gi .x, .highlight code div .gi .x, html .gist .gist-file .gist-syntax .highlight pre div .gi .x {
  display: inline-block;
  width: 100%;
}

.highlight, .gist-highlight {
  margin-bottom: 1.8em;
  background: #f7f7f7;
  overflow-y: hidden;
  overflow-x: auto;
}
.highlight pre, .gist-highlight pre {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

pre::-webkit-scrollbar, .highlight::-webkit-scrollbar, .gist-highlight::-webkit-scrollbar {
  height: 0.5em;
  background: #c4c4c4;
}
pre::-webkit-scrollbar-thumb:horizontal, .highlight::-webkit-scrollbar-thumb:horizontal, .gist-highlight::-webkit-scrollbar-thumb:horizontal {
  background: #FF7E3E;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.highlight code {
  background: #000;
}

figure.code {
  /*@include border-radius(10px);*/
  background: none;
  padding: 0;
  border: 0;
  margin-bottom: 1.5em;
}
figure.code pre {
  margin-bottom: 0;
}
figure.code figcaption {
  position: relative;
}
figure.code .highlight {
  margin-bottom: 0;
}

.code-title, html .gist .gist-file .gist-meta a[href*="#file"], h3.filename, figure.code figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  font-weight: normal;
  margin-bottom: 0;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
  background-color: #c4c4c4;
  color: #4d4d4d;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  /*border-bottom: 1px solid $pre-border;*/
}

.download-source, html .gist .gist-file .gist-meta a[href*=raw], figure.code figcaption a {
  position: absolute;
  right: 0.8em;
  z-index: 1;
  font-size: 13px;
  padding-left: 3em;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #82868E;
  color: #000000;
  background-image: url("/stylesheets/noise.png");
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#wrap {
  width: 70%;
  max-width: 45em;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  /*border: 1px red solid;*/
  height: auto;
}
@media screen and (max-width: 865px) {
  #wrap {
    width: 100%;
  }
}

#main {
  min-height: 100%;
  height: auto;
}
@media screen and (min-width: 531px) {
  #main {
    border-right-width: 35px;
    border-right-style: solid;
    border-right-color: #FF5E00;
    padding-left: 35px;
    -moz-border-image: url("stripes.png") 0 35 0 0 repeat;
    /* Old firefox */
    -webkit-border-image: url("stripes.png") 0 35 0 0 repeat;
    /* Safari */
    -o-border-image: url("stripes.png") 0 35 0 0 repeat;
    /* Opera */
    border-image: url("stripes.png") 0 35 0 0 repeat;
  }
}

#content {
  height: auto;
  min-height: 100%;
}

#wrap > header {
  background-color: #ffffff;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  /*box-shadow: 0 0 0em $shadow;*/
  display: block;
  position: relative;
  height: 140px;
}
@media screen and (min-width: 531px) {
  #wrap > header {
    border-left-width: 35px;
    border-left-color: #FF5E00;
    border-left-style: solid;
    -moz-border-image: url("stripes.png") 0 0 0 35 repeat;
    /* Old firefox */
    -webkit-border-image: url("stripes.png") 0 0 0 35 repeat;
    /* Safari */
    -o-border-image: url("stripes.png") 0 0 0 35 repeat;
    /* Opera */
    border-image: url("stripes.png") 0 0 0 35 repeat;
    margin-right: 35px;
  }
}
#wrap > header hgroup {
  padding: 3em 0em 2em 2em;
  display: inline-block;
}
@media screen and (min-width: 866px) {
  #wrap > header {
    /*float:left;*/
  }
  #wrap > header hgroup {
    padding: 3em 0em 2em 2em;
    /*float:left;*/
  }
}
@media screen and (max-width: 531px) {
  #wrap > header hgroup {
    font-size: 0.75em;
  }
}
#wrap > header .header-links {
  list-style-type: none;
  margin: 0px;
}
#wrap > header .header-links a {
  color: #000000;
}
@media screen and (min-width: 866px) {
  #wrap > header .header-links {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 1em 35px;
  }
  #wrap > header .header-links li {
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 865px) and (min-width: 531px) {
  #wrap > header .header-links {
    display: block;
    position: relative;
    margin-left: 2em;
    padding: 0.25em 0em;
  }
  #wrap > header .header-links li {
    display: inline;
  }
  #wrap > header .header-links li + li:before {
    content: "/";
    margin-right: 0.25em;
  }
  #wrap > header .header-links span + span:before {
    content: "/";
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 531px) {
  #wrap > header .header-links {
    display: block;
    position: relative;
    padding: 0.25em 0.5em 0 1em;
  }
  #wrap > header .header-links li {
    display: inline;
  }
  #wrap > header .header-links li + li:before {
    content: "/";
    margin-right: 0.25em;
  }
  #wrap > header .header-links span {
    font-size: 1.15em;
    display: block;
  }
}

nav {
  /*box-shadow: 0 0 0em $shadow;*/
  color: #ffffff;
  background-color: #FF7E3E;
  z-index: 1500;
  height: 35px;
  padding: 0.5em 35px;
}
@media screen and (max-width: 531px) {
  nav {
    padding: 0.5em 15px;
  }
}
nav li, nav form, nav fieldset, nav ul {
  display: inline;
}
nav a {
  color: #ffffff;
}
nav .prev {
  float: left;
}
nav .next {
  float: right;
}
nav ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0px;
}
nav ul li + li:before {
  /*content: '\2605';*/
  /*unfortunately the unicode star is inconsistently supported, so here's an svg one instead.
  Ideally, some sort of svg icon thing might be better?*/
  content: url("/stylesheets/star.svg");
  padding: 0 0.5em 0 0.25em;
  fill: #ffffff;
  vertical-align: middle;
}

.header-nav {
  text-align: right;
}
@media screen and (min-width: 531px) {
  .header-nav {
    margin: 0px 35px;
    clear: both;
    position: relative;
  }
  .header-nav:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -35px;
    top: 0px;
    border: 35px solid;
    border-color: #FF7E3E transparent transparent transparent;
  }
  .header-nav:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -35px;
    bottom: 0px;
    border: 35px solid;
    border-color: transparent transparent #FF7E3E transparent;
  }
}

.post-tags {
  text-align: center;
}

.post-tag {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

.footer-nav {
  text-align: center;
}
@media screen and (min-width: 531px) {
  .footer-nav {
    margin: 0px 35px;
    clear: both;
    position: relative;
  }
  .footer-nav:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -35px;
    top: 0px;
    border: 35px solid;
    border-color: #FF7E3E transparent transparent transparent;
  }
  .footer-nav:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -35px;
    bottom: 0px;
    border: 35px solid;
    border-color: transparent transparent #FF7E3E transparent;
  }
}

tr.article-row td.article-date {
  white-space: nowrap;
}
tr.article-row td.article-date time {
  padding-right: 1em;
  color: #444;
  font-size: 14px;
}
tr.article-row .star {
  margin-left: -0.3em;
}

article {
  background-color: #ffffff;
  padding: 2em 2.5em;
  min-height: 100%;
  height: auto;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  /*box-shadow: 0 0 0em $shadow;*/
}
@media screen and (max-width: 531px) {
  article {
    padding: 2em 1.5em;
  }
}
article > header {
  border-bottom: 1px #000000 solid;
  margin-bottom: 1em;
}
article > header h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
article .meta {
  font-weight: normal;
}
@media screen and (max-width: 531px) {
  article a {
    word-break: break-word;
  }
}
article ul {
  list-style-type: circle;
  margin-left: 2em;
}
article > footer {
  display: block;
  position: relative;
  margin-top: 1.5em;
  padding-top: 0.5em;
  border-top: 1px #000000 solid;
}
article > footer .meta {
  position: relative;
}
article > footer .meta .basic-alignment {
  display: inline-block;
  width: 50%;
  display: block;
  min-height: 2.5em;
}
article > footer .meta .left {
  position: relative;
  left: 0px;
  padding-left: 0px;
}
article > footer .meta .left:before {
  content: "«";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -0.8em;
}
article > footer .meta .right {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 0px;
}
article > footer .meta .right:before {
  content: "»";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -0.3em;
}

article + article {
  margin-top: 0.55em;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

article:last-of-type {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

#blog-archives h2 {
  color: #82868E;
}

#blog-archives article {
  /*border: 1px red solid;*/
  padding: 0em 1em;
  margin: 0px 1em 0px 2.9em;
  color: #82868E;
  position: relative;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}
#blog-archives article time {
  /*position: relative;*/
  text-align: right;
  left: -3em;
  /*top: -1.8em;*/
}
#blog-archives article time .year {
  display: none;
}
#blog-archives article footer {
  display: inline;
  border: none;
}
#blog-archives article h3 {
  margin-top: 0px;
  margin-bottom: 0.15em;
  font-weight: normal;
  /*@extend h3;*/
}
#blog-archives article + article {
  margin-top: 0.65em;
  padding-top: 0.65em;
  border-top: 1px #000000 solid;
}

section {
  background-color: #ffffff;
  padding: 0em 3em 2em 3em;
}

#wrap > footer {
  padding: 1em 2em;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  bottom: 0px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  /*box-shadow: 0 0 0em $shadow;*/
}
@media screen and (min-width: 531px) {
  #wrap > footer {
    margin: 0px 35px;
  }
}
#wrap > footer span {
  display: block;
}

.sharing {
  text-align: center;
  margin: 0em auto 0.5em;
}

img {
  max-width: 100%;
}

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