html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
body > header,
body > nav,
body > footer,
body #content > article,
body #content > div > article,
body #content > div > section,
body nav.pagination {
  padding-left: 55px;
  padding-right: 55px;
}
html {
  background: #252525 url("/images/line-tile.png") top left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
h1 {
  font-size: 2.6em;
  line-height: 1.2em;
}
a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
p,
blockquote,
ul,
ol {
  margin-bottom: 1.5em;
}
body {
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.15em;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  line-height: 1.5em;
  color: #222;
}
body > header {
  background: #333;
  font-size: 1.3em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
body > header h1 {
  margin: 0;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.2em;
}
body > header h1 a,
body > header h1 a:visited,
body > header h1 a:hover {
  color: #f2f2f2;
  text-decoration: none;
}
body > header h2 {
  margin: 0.2em 0 0;
  font-size: 1em;
  color: #aaa;
  font-weight: normal;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
body > nav {
  font-size: 0.9em;
  position: relative;
  background-color: #ccc;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #8c8c8c;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  background-image: url("/images/noise.png"), -webkit-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -moz-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -ms-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -o-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), linear-gradient(#e0e0e0, #ccc, #b0b0b0);
}
body > nav::after {
  content: "";
  display: table;
  clear: both;
}
body > nav a {
  text-shadow: #ebebeb 0 1px;
  float: left;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #6b6b6b;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
body > nav a:hover {
  color: #2b2b2b;
}
body > nav ul.subscription {
  float: right;
  margin-left: 0.5em;
}
body > nav ul {
  overflow: hidden;
  display: block;
  padding-top: 0.15em;
  float: left;
  margin: 0;
}
body > nav ul li {
  list-style-image: none;
  list-style-type: none;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
}
body > nav ul li + li {
  border-left: 1px solid #b0b0b0;
  margin-left: 0.8em;
}
body > nav ul li + li a {
  padding-left: 0.8em;
  border-left: 1px solid #dedede;
}
body > nav form {
  width: 215px;
  float: right;
  text-align: left;
  padding-left: 0.8em;
}
body > nav form .search {
  width: 93%;
  font-size: 0.95em;
  line-height: 1.2em;
  padding: 0.3em 0.5em 0;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-clip: padding-box;
  -webkit-box-shadow: #d1d1d1 0 1px;
  -moz-box-shadow: #d1d1d1 0 1px;
  box-shadow: #d1d1d1 0 1px;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #888;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
body > nav form .search:focus {
  color: #444;
  border-color: #80b1df;
  -webkit-box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
  -moz-box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
  box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
  background-color: #fff;
  outline: none;
}
body > footer {
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8em;
  color: #888;
  text-shadow: #d9d9d9 0 1px;
  background-color: #ccc;
  background-image: url("/images/noise.png"), -webkit-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -moz-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -ms-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), -o-linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  background-image: url("/images/noise.png"), linear-gradient(#e0e0e0, #ccc, #b0b0b0);
  border-top: 1px solid #f2f2f2;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 3em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  -moz-border-radius: 0 0 0.4em 0.4em;
  border-radius: 0 0 0.4em 0.4em;
  z-index: 1;
}
body > footer a,
body > footer a:visited {
  color: #6b6b6b;
}
body > footer a:hover {
  color: #484848;
}
body > footer p:last-child {
  margin-bottom: 0;
}
#main {
  padding: 0;
  margin: 0 auto;
  background: #f2f2f2 url("/images/noise.png") top left;
  border-bottom: 1px solid #bfbfbf;
}
#main::after {
  content: "";
  display: table;
  clear: both;
}
#content {
  margin-right: 300px;
  position: relative;
  background: #f8f8f8 url("/images/noise.png") top left;
  border-right: 1px solid #e0e0e0;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}
#content > div {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  float: left;
  width: 100%;
}
#content aside.sidebar {
  color: #4b4b4b;
  text-shadow: #fff 0 1px;
  width: 260px;
  padding: 1.2em 20px 20px;
  background: none;
  clear: none;
  float: left;
  margin: 0 -100% 0 0;
  border-top: 1px solid #eaeaea;
  display: block;
}
#content aside.sidebar section {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
#content aside.sidebar section h1 {
  margin: 1.5em 0 0;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: #fff 0 1px;
  -moz-box-shadow: #fff 0 1px;
  box-shadow: #fff 0 1px;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2em;
}
#content aside.sidebar section.first {
  margin-left: 0;
}
#content aside.sidebar section.odd,
#content aside.sidebar section.even {
  float: none;
  width: auto;
}
#content aside.sidebar a {
  color: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#content aside.sidebar a:hover {
  color: #1863a1;
}
#content aside.sidebar ul {
  margin-bottom: 0.5em;
  margin-left: 0;
}
#content aside.sidebar ul li {
  list-style: none;
  padding: 0.5em 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: #fff 0 1px;
  -moz-box-shadow: #fff 0 1px;
  box-shadow: #fff 0 1px;
}
#content .index article + article {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") top left repeat-x;
}
#content .index article header {
  background: none;
  padding-bottom: 0;
}
#content .index article > footer {
  background: none;
}
article {
  overflow: hidden;
  padding-top: 1em;
}
article .postContent li {
  margin-left: 2em;
}
article .postContent pre {
  line-height: 1em;
  tab-size: 4;
}
article .postContent h2 {
  font-size: 1.8em;
  padding-top: 1.5em;
  margin-bottom: 0.3em;
}
article .postContent strong {
  font-weight: bold;
}
article header {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") bottom left repeat-x;
  position: relative;
  padding-top: 2em;
}
article header h1 {
  margin: 0;
}
article header h1 a {
  color: inherit;
  text-decoration: none;
}
article header h1 a:hover {
  color: #1863a1;
  text-decoration: underline;
}
article header p.meta {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
article header p {
  font-size: 0.9em;
  color: #aaa;
  margin: 0;
}
article > footer {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") top left repeat-x;
  padding-bottom: 2.5em;
  margin-top: 2em;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
}
article > footer p.meta {
  margin-bottom: 0.8em;
  font-size: 0.85em;
}
article > footer time::before {
  content: "\2022 ";
  padding: 0 0.4em 0 0.2em;
  disply: inline-block;
}
section h1 {
  font-size: 1.5em;
}
body .gist .gist-file {
  font-size: 0.85em;
  line-height: 1em;
  font-family: "Terminus";
}
body .gist .gist-file .gist-data .data {
  max-height: 25em;
}
body .gist .gist-file .gist-data pre {
  font-family: monospace !important;
}
.highcharts-container {
  margin-bottom: 1.5em;
}
nav.pagination {
  text-align: center;
  font-size: 0.95em;
}
nav.pagination div {
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") top left repeat-x;
}
nav.pagination div a {
  text-decoration: none;
  color: #aaa;
}
nav.pagination div a:hover {
  color: #1863a1;
}
nav.pagination div a::after,
nav.pagination div a::before {
  content: "\2014";
  padding: 0 0.3em;
}
.archives {
  color: #aaa;
}
.archives h2:first-child {
  padding-top: 0.75em;
  background: none;
}
.archives h2 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: -1px;
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") top left repeat-x;
  padding-top: 0.8em;
}
.archives h1 {
  font-size: 1.5em;
  color: #222;
  margin-bottom: 0.3em;
}
.archives h1 a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  display: inline-block;
}
.archives h1 a:hover {
  color: #1863a1;
  text-decoration: underline;
}
.archives time {
  position: absolute;
  text-align: right;
  left: 0;
  top: 1.8em;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #aaa;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.archives article {
  padding-left: 4.5em;
  padding-bottom: 0.7em;
  margin-left: 5em;
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC") bottom left repeat-x;
}
.archives article:last-child {
  background: none;
}
