/**
 * Yes, that's Orange 60 out of Firefox' Photon Design System:
 * https://design.firefox.com/photon/visuals/color.html
 *
 * I hopy i'm not getting sued. After all, I work for Mozilla... And I really
 * like this color.
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "GandhiSans";
  src: url("/fonts/GandhiSans-Regular.eot");
  src: url("/fonts/GandhiSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/GandhiSans-Regular.woff") format("woff"), url("/fonts/GandhiSans-Regular.ttf") format("truetype"), url("/fonts/GandhiSans-Regular.svg#GandhiSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "GandhiSans";
  src: url("/fonts/GandhiSans-Italic.eot");
  src: url("/fonts/GandhiSans-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/GandhiSans-Italic.woff") format("woff"), url("/fonts/GandhiSans-Italic.ttf") format("truetype"), url("/fonts/GandhiSans-Italic.svg#GandhiSansItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "GandhiSans";
  src: url("/fonts/GandhiSans-Bold.eot");
  src: url("/fonts/GandhiSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GandhiSans-Bold.woff") format("woff"), url("/fonts/GandhiSans-Bold.ttf") format("truetype"), url("/fonts/GandhiSans-Bold.svg#GandhiSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "GandhiSans";
  src: url("/fonts/GandhiSans-BoldItalic.eot");
  src: url("/fonts/GandhiSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GandhiSans-BoldItalic.woff") format("woff"), url("/fonts/GandhiSans-BoldItalic.ttf") format("truetype"), url("/fonts/GandhiSans-BoldItalic.svg#GandhiSansBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* shame on me. prefixed css. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cc-cc:before {
  content: "\e600"; }

.icon-cc-by:before {
  content: "\e601"; }

.icon-cc-sa:before {
  content: "\e602"; }

.icon-date:before {
  content: "\e603"; }

.icon-tag:before {
  content: "\e604"; }

.icon-diaspora:before {
  content: "\e605"; }

.icon-github:before {
  content: "\e606"; }

.icon-rss:before {
  content: "\e607"; }

.icon-twitter:before {
  content: "\e608"; }

.icon-back-arrow:before {
  content: "\e609"; }

.icon-invisible:before {
  content: "\e60a"; }

.icon-draft:before {
  content: "\e60b"; }

.hll {
  background-color: #ffffcc; }

.c {
  color: #999988;
  font-style: italic; }

/* Comment */
.err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
.o {
  color: #000000;
  font-weight: bold; }

/* Operator */
.cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
.c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #aa0000; }

/* Generic.Error */
.gh {
  color: #999999; }

/* Generic.Heading */
.gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.go {
  color: #888888; }

/* Generic.Output */
.gp {
  color: #555555; }

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

/* Generic.Strong */
.gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.gt {
  color: #aa0000; }

/* Generic.Traceback */
.kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
.kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
.kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
.kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
.kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
.kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.m {
  color: #009999; }

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

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

/* Name.Attribute */
.nb {
  color: #0086B3; }

/* Name.Builtin */
.nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.no {
  color: #008080; }

/* Name.Constant */
.nd {
  color: #3c5d5d;
  font-weight: bold; }

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

/* Name.Entity */
.ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.nl {
  color: #990000;
  font-weight: bold; }

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

/* Name.Namespace */
.nt {
  color: #000080; }

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

/* Name.Variable */
.ow {
  color: #000000;
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Literal.Number.Integer.Long */
body {
  color: #2a2a2a;
  font-size: 15px;
  background-color: #eeeeee; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'GandhiSans', Arial, sans-serif;
  font-weight: normal; }

header, nav ul, #content, footer ul {
  margin: 0 auto;
  max-width: 1200px; }

header, #content {
  padding: 0 20px; }

hr.nonav_divider {
  border-bottom: 5px solid #d76e00;
  border: none;
  margin: 0;
  padding: 0 0 31px 0; }

header h1 {
  margin: 29px 0 0 0; }

nav, footer {
  font-size: 1.2em; }
  nav ul, footer ul {
    list-style-type: none;
    padding: 0 20px;
    text-align: right; }
  nav li, footer li {
    display: inline-block;
    padding: 0 5px; }
    nav li a, footer li a {
      display: block; }
      nav li a:hover, nav li a:focus, nav li a.active, footer li a:hover, footer li a:focus, footer li a.active {
        margin: 0 -0.4em;
        padding: 0 0.4em; }
      nav li a .iconlabel, footer li a .iconlabel {
        left: -9999px;
        position: absolute;
        top: -9999px; }
      nav li a i, footer li a i {
        font-size: 1em;
        padding: 0;
        position: relative;
        top: 4px; }
      nav li a span, footer li a span {
        left: -9999px;
        position: absolute;
        top: -9999px; }

nav {
  border-bottom: 5px solid #d76e00; }

footer {
  border-top: 5px solid #d76e00;
  margin: 20px 0; }
  footer li a i {
    font-size: 1.1em;
    top: 3px; }
  footer .sociallinks {
    display: none; }

h1, h2, h3, h4, h5, h6 {
  color: #d76e00; }

h1 {
  font-size: 3.0em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.15em; }

h6 {
  font-weight: bold; }

p {
  line-height: 1.6em;
  margin: 1.5em 0 0; }

p, ul, ol {
  font-size: 1.15em; }
  p ul, p ol, ul ul, ul ol, ol ul, ol ol {
    font-size: 1em;
    list-style-type: disc; }
  p li, ul li, ol li {
    font-size: 1em;
    line-height: 1.5em; }
    p li p, ul li p, ol li p {
      font-size: 1em; }
  p a i, ul a i, ol a i {
    padding-right: 3px;
    position: relative;
    top: 1px; }

a {
  color: #d76e00;
  text-decoration: none; }
  a:hover, a:focus, a.active {
    background-color: #d76e00;
    color: white;
    margin: 0 -0.2em;
    padding: 0 0.2em;
    position: relative;
    z-index: 1; }

img.bordered {
  border: 1px solid #d76e00;
  padding: 5px; }
img.center {
  display: block;
  margin: 1.5em auto 0px;
  max-width: 100%;
  text-align: center; }
img.float-right {
  display: inline;
  float: right;
  margin: 0 0 1.5em 2em; }
img.float-left {
  display: inline;
  float: left;
  margin: 0 2em 1.5em 0; }

#blogposts h3 {
  margin-bottom: 0; }
#blogposts article {
  padding-bottom: 6.6666666667px; }
  #blogposts article p.metaline {
    margin-top: 0.5em; }

article h1.title {
  margin-bottom: 0.3em; }
article p.metaline {
  margin-left: 6.6666666667px;
  margin-top: 0; }
  article p.metaline i {
    color: #d76e00;
    font-size: 1.3em;
    margin-right: 3px;
    position: relative;
    top: 3px; }
  article p.metaline span {
    margin-right: 10px; }
article .footnotes {
  border-top: 1px solid #d76e00;
  font-size: 0.95em;
  margin-top: 3.5em; }
  article .footnotes ol {
    margin-top: 1.5em;
    padding-left: 20px; }
    article .footnotes ol p {
      margin-top: 0.5em; }

pre.highlight, blockquote {
  border-left: 1px solid #d76e00;
  margin: 1.5em 0 0 1px;
  padding-left: 20px; }

pre.highlight {
  overflow-x: auto; }
  pre.highlight pre {
    margin: 0;
    white-space: pre; }

@media screen and (max-width: 760px) {
  header h1 {
    margin-bottom: 0.5em; }

  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 2em; }

  h3 {
    font-size: 1.75em; }

  h4, h5, h6 {
    font-size: 1.5em;
    font-weight: bold; } }
@media screen and (max-width: 480px) {
  nav ul, footer ul {
    padding: 0;
    text-align: left; }
    nav ul li, footer ul li {
      display: block;
      padding: 0; }
      nav ul li a, footer ul li a {
        padding: 0 20px; }
        nav ul li a:hover, nav ul li a:focus, nav ul li a.active, footer ul li a:hover, footer ul li a:focus, footer ul li a.active {
          margin: 0;
          padding: 0 20px; }
        nav ul li a i, footer ul li a i {
          display: none; }
      nav ul li .iconlabel, nav ul li.sociallinks, footer ul li .iconlabel, footer ul li.sociallinks {
        display: block;
        position: static; } }
