/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  padding: 0;
  margin: 0; }

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; }

/* 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; }

/* Basic Typography */
html, body {
  font-size: 1em;
  line-height: 1.65em;
  font-family: sans-serif;
  font-weight: 300;
  background: #fdf6e3;
  color: #586e75; }

html {
  height: 100%; }

p, hr, h4, h5, h6 {
  margin-top: 0.9em;
  margin-bottom: 0.9em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: serif;
  font-weight: 400 !important; }

h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

h2 {
  font-size: 1.9em;
  line-height: 1.2em;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-top: 0.8em;
  margin-bottom: 0.8em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.1em; }

/* Page Elements */
img, iframe {
  max-width: 100%; }

a {
  font-weight: 700;
  text-decoration: none;
  color: #268bd2; }

a:hover {
  text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 400 !important; }

strong {
  font-weight: 700; }

blockquote {
  border-left: 0.4em solid #eee8d5;
  padding-left: 1.2em;
  font-size: 1.1em; }

hr {
  border: 0;
  height: 1px;
  background: #eee8d5; }

ul, ol {
  margin-left: 3em;
  list-style: number; }

article ul {
  list-style: disc; }
article .post-stamp {
  color: #073642; }

/* main page wrapper on every page */
#wrapper {
  padding: 1.7em 1em;
  max-width: 56em;
  margin: 0 auto;
  display: block; }

code {
  font-family: monospace;
  font-size: 1.1em; }

pre {
  padding: 1em;
  font-size: 1em;
  line-height: 1em;
  margin: 1em 0;
  overflow-x: auto; }

input {
  font-size: 1em;
  padding: 0.3em; }

em {
  font-style: italic; }

header {
  text-align: center;
  width: 100%; }
  header h1 {
    margin-bottom: 0.1em; }
  header p {
    margin-bottom: 0.1em; }

nav a.nav {
  padding: 0 1em; }
nav a.onpage {
  color: #839496; }
nav a.nav + a.nav {
  border-left: 1px solid; }

section.post {
  border-bottom: 2px solid #eee8d5;
  padding-bottom: 0.9em; }

h1.post-title {
  margin-top: 0.35em;
  margin-bottom: 0.6em; }

h3.post-title {
  margin-top: 0.4em;
  margin-bottom: 0em;
  font-size: 1.2em;
  color: #586e75; }

.post-title .feature-star {
  font-size: 0.9em; }

.separator, .taglist, .feature-star {
  color: #657b83; }

.taglist a {
  background-color: #586e75;
  color: #fdf6e3;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.3em 0.6em 0.3em 0.6em;
  vertical-align: 20%;
  font-size: 0.5em;
  font-family: sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em; }

.taglist a:hover {
  text-decoration: none;
  background-color: #073642;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

a.hide-link-title {
  color: inherit; }

.fulltaglist .tag {
  display: block;
  text-align: center;
  border-top: thin solid #eee8d5;
  padding: 0.5em 0;
  text-align: left;
  font-size: 1.1em;
  font-family: serif;
  font-weight: 400 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em; }
  .fulltaglist .tag span.tagcount {
    text-align: right; }
.fulltaglist .tag:last-child {
  border-bottom: thin solid #eee8d5; }

.next-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em; }
  .next-posts-nav .next {
    text-align: right; }

#comments {
  margin-top: 0.15em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #eee8d5; }

.pagination {
  margin-bottom: 1em; }

footer {
  text-align: center;
  width: 100%;
  font-size: 0.8em; }
  footer a {
    font-weight: 300;
    color: #268bd2;
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline; }

a.footnote {
  vertical-align: super;
  font-size: 80%; }

table {
  margin: 0 auto; }

th, td {
  padding: 0 0.5em; }

#logo {
  height: auto;
  width: 2em;
  border-radius: 0.5em; }

.highlight {
  color: #93a1a1;
  background-color: #002b36; }
  .highlight table td {
    padding: 5px; }
  .highlight table pre {
    margin: 0; }
  .highlight .w {
    color: #93a1a1;
    background-color: #002b36; }
  .highlight .err {
    color: #002b36;
    background-color: #dc322f; }
  .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
    color: #657b83; }
  .highlight .cp {
    color: #b58900; }
  .highlight .nt {
    color: #b58900; }
  .highlight .o, .highlight .ow {
    color: #93a1a1; }
  .highlight .p, .highlight .pi {
    color: #93a1a1; }
  .highlight .gi {
    color: #859900; }
  .highlight .gd {
    color: #dc322f; }
  .highlight .gh {
    color: #268bd2;
    background-color: #002b36;
    font-weight: bold; }
  .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
    color: #6c71c4; }
  .highlight .kc {
    color: #cb4b16; }
  .highlight .kt {
    color: #cb4b16; }
  .highlight .kd {
    color: #cb4b16; }
  .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
    color: #859900; }
  .highlight .sr {
    color: #2aa198; }
  .highlight .si {
    color: #d33682; }
  .highlight .se {
    color: #d33682; }
  .highlight .nn {
    color: #b58900; }
  .highlight .nc {
    color: #b58900; }
  .highlight .no {
    color: #b58900; }
  .highlight .na {
    color: #268bd2; }
  .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
    color: #859900; }
  .highlight .ss {
    color: #859900; }
