/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*- self-clearing floats ----------*/
.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*- fluid images and objects ----------*/
img,
object,
embed {max-width: 100%;}

/*- LET'S GET STARTED!
----------------------------------------------------------------------*/

body {
    color: #444;
    margin: 0;
    font-family: 'IM Fell English', serif;
    font-size: 18px;
}

a {
    color: #444;
}
h2, h3 {
  margin-bottom: 12px;
}
h2 a {
    text-decoration: none;
}
div.asciicast iframe {
  width: 100% !important;
}
.accent-font {
  color: #E00875;
}
.menu {
    background-color: rgba(0,0,0,0.2);
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.menu .home-link {
    color: #fff;
    font-size: 24px;
    padding: 0 3px;
}
.top-hero {
  height: 60vh;
  top: 0;
  width: 100%;
  z-index: 5;
  position: fixed;
}
.top-hero header {
    top: 32px;
    position: relative;
}
.top-hero h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}
.top-hero span.banner-legend {
  background-color: rgba(255,255,255,0.5);
  float: right;
  font-family: "Courier";
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 56vh;
}
.img-float-right {
    float: right;
    margin-left: 2em;
}
.roll {
  position: relative;
  top: 60vh;
  z-index: 8;
  background: white;
}
.roll article {
    background-color: #fff;
    padding: 3em 9px 9px;
    margin-top: 36px;
    max-width: 800px;
    margin: 0 auto;
}
.roll article p {
    margin-bottom: 1em;
}
.roll article ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.roll section.collections {
    padding-left: 0.8em;
    border-left: 3px solid #e6e6e6;
    margin-bottom: 3em;
}
.collections h3 {
    font-style: italic;
    margin-bottom: 1.6em;
    text-decoration: underline;
}
.collections ol {
    margin-left: 1em;
}
.collections ol a {
    text-decoration: none;
}
.collections ol a:hover {
    text-decoration: underline;
}
.roll article i, .roll article em {
    padding: 1.6em 0 1.6em 0.8em;
    display: block;
    border-left: 2px solid #dedede;
    border-bottom: 3px solid #dedede;
}
p>code {
  background-color: #cdcdcd;
  padding: 0 3px;
}
.roll pre {
    border: 1px solid #dedede;
    margin-bottom: 2em;
    overflow: auto;
}
.roll pre code {
    font-family: Courier, monospace;
    font-size: 14px;
}
.roll article header {
  margin-bottom: 2em;
}
.roll article header h1 {
  font-size: 2.5em;
}
.roll article header span.publishedDate{
  float: right;
  font-size: 0.8em;
}
.roll article footer {
    font-size: small;
    margin-top: 36px;
    text-align: center;
}
.roll ul.archive {
  max-width: 800px;
  margin: 0 auto;
}
.roll ul.archive li {
    margin-left: 0.6em;
    list-style: none;
    margin-bottom: 0.3em;
}
.roll ul.archive li:last-child {
    margin-bottom: 1em;
}
.roll article.listing:last-child, .roll > ul {
    margin-bottom: 200px;
}
#disqus_thread {
    margin-top: 200px;
}
.page-footer {
    background-color: #fff;
    border-top: solid 1px #dedede;
    bottom: 0px;
    height: 36px;
    left: 0px;
    position:fixed;
    text-align: center;
    width: 100%;
    z-index: 8;
}
.page-footer p {
    top: 6px;
    position: relative;
}
