body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html body {
  background-color: #f3eff7;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-family: 'Paytone One', sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 2.75em;
  line-height: 1.363636363636364;
  margin: 0.454545454545455em 0;
}
h2 {
  font-size: 1.75em;
  line-height: 1.428571428571429;
  margin: 0.714285714285714em 0;
}
h3 {
  font-size: 1.15em;
  line-height: 1.086956521739131;
  margin: 1.086956521739131em 0;
}
p,
li {
  font-size: 16px;
  line-height: 1.25;
  margin: 1.25em 0;
}
a {
  color: #4b2269;
  text-decoration: none;
}
em {
  font-style: italic;
}
abbr {
  border-bottom: 1px #0a0a0a dotted;
}
pre,
code {
  background: #cecece;
  font-family: 'Inconsolata', monospace;
  padding: 0.1em;
  line-height: 1.666666666666667;
}
sub,
sup {
  font-size: 0.83em;
  line-height: 0.5em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
section#container {
  width: 800px;
  margin: 2.5em auto 0 auto;
}
header.main {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -correction;
  *margin: 0 10px -correction;
  margin-left: 210px;
  position: relative;
  overflow: visible;
  text-align: center;
}
header.main h1 {
  margin: 0;
  padding: 0;
}
header.main h1 a {
  color: #0a0a0a;
  text-decoration: none;
}
header.main h1 a span {
  font-size: 1.15rem;
  color: #535353;
}
header.main h2 {
  margin: -0.357142857142857em 0 0 0.714285714285714em;
  color: #757575;
  font-family: 'Raleway', sans-serif;
}
header.main div#profiles {
  width: 3.75em;
  height: 3.75em;
  background-color: #4b2269;
  display: block;
  border-radius: 1.875em;
  position: absolute;
  right: -3.75em;
  top: 1.25em;
}
header.main div#profiles img {
  position: relative;
  display: block;
  border-radius: 25px;
  margin: 5px;
  z-index: 2;
}
header.main div#profiles ul {
  position: relative;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: visiblity 0.2s linear, opacity 0.2s ease-in-out;
  background-color: #4b2269;
  overflow: visible;
  width: 16.25em;
  padding: 1.25em;
  padding-left: 6.25em;
  padding-bottom: 0.3125em;
  margin: -5em 0 0 -1.25em;
}
header.main div#profiles ul li {
  list-style-type: none;
  margin-top: 1.25em;
  padding-left: 1.5625em;
  background: transparent none no-repeat;
  height: 20px;
}
header.main div#profiles ul li a {
  color: #f3eff7;
  text-decoration: none;
  font-weight: bold;
}
header.main div#profiles ul li a:hover {
  color: #9d9d9d;
}
header.main div#profiles ul li.pumpio {
  background-image: url("/static/img/pump.png");
}
header.main div#profiles ul li.github {
  background-image: url("/static/img/github.png");
}
header.main div#profiles ul li.lastfm {
  background-image: url("/static/img/lastfm.png");
}
header.main div#profiles ul li:first-child {
  margin-top: 0;
}
header.main div#profiles:hover ul {
  visibility: visible;
  transition: visibility 0.2s linear, opacity 0.2s ease-in-out;
  opacity: 1;
}
header.main div#profiles:after {
  content: "(hover)";
  font-family: 'Paytone One', sans-serif;
  color: #4b2269;
  font-style: italic;
  opacity: 0.5;
  font-size: 0.75em;
  position: relative;
  top: -6.666666666666668em;
  left: 5.000000000000001em;
}
footer.main {
  display: block;
  float: left;
  width: 819.9999999999999px;
  margin: 0 -10px;
  *width: 819.9999999999999px -correction;
  *margin: 0 -10px -correction;
  border-top: 4px solid #291e32;
  box-sizing: border-box;
  margin-top: 2.5em;
}
footer.main p {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -correction;
  *margin: 0 10px -correction;
  line-height: 2.5;
}
footer.main nav {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -correction;
  *margin: 0 10px -correction;
  font-family: 'Paytone One', sans-serif;
}
footer.main nav ul li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 80px;
  margin: 0 10px;
  *width: 80px -correction;
  *margin: 0 10px -correction;
  font-size: 1.15rem;
  line-height: 2.173913043478262;
a
}
#blog_list {
  display: block;
  float: left;
  width: 819.9999999999999px;
  margin: 0 -10px;
  *width: 819.9999999999999px -correction;
  *margin: 0 -10px -correction;
  margin-left: 110.00000000000001px;
}
#blog_list h2 {
  display: inline;
  float: left;
  overflow: hidden;
  width: 380px;
  margin: 0 10px;
  *width: 380px -correction;
  *margin: 0 10px -correction;
  margin-left: 210px;
  margin-top: 1.428571428571428em;
  margin-bottom: 1.428571428571428em;
}
#blog_list article {
  display: inline;
  float: left;
  overflow: hidden;
  width: 280px;
  margin: 0 10px;
  *width: 280px -correction;
  *margin: 0 10px -correction;
  box-sizing: border-box;
  padding: 1.25em;
  background-color: #cecece;
  margin-bottom: 1.25em;
}
#blog_list article p a {
  font-size: 1.15em;
  font-family: 'Paytone One', sans-serif;
}
#blog_list article p span {
  font-style: italic;
}
#blog_list article:nth-child(3n) {
  background-color: #e4d9ed;
}
#blog_list article:nth-child(3n) p a {
  color: #535353;
}
#blog_list article:nth-child(3n + 1) {
  background-color: #535353;
  color: #f3eff7;
}
#blog_list article:nth-child(3n + 1) p a {
  color: #d8c8e5;
}
#blog_list nav#blog_actions {
  background: #4b2269;
  display: inline;
  float: left;
  overflow: hidden;
  width: 180px;
  margin: 0 10px;
  *width: 180px -correction;
  *margin: 0 10px -correction;
  margin-left: 409.99999999999994px;
}
#blog_list nav#blog_actions a {
  display: inline-block;
  margin-left: 1.25em;
  color: #f3eff7;
}
#flatpage_detail,
#blog_detail {
  display: block;
  float: left;
  width: 819.9999999999999px;
  margin: 0 -10px;
  *width: 819.9999999999999px -correction;
  *margin: 0 -10px -correction;
}
#flatpage_detail h2,
#blog_detail h2 {
  text-align: center;
  margin-top: 1.428571428571428em;
}
#flatpage_detail p.date,
#blog_detail p.date {
  display: inline;
  float: left;
  overflow: hidden;
  width: 180px;
  margin: 0 10px;
  *width: 180px -correction;
  *margin: 0 10px -correction;
  margin-left: 610px;
  font-style: italic;
  margin-top: 0;
}
#flatpage_detail .body,
#blog_detail .body {
  display: inline;
  float: left;
  overflow: hidden;
  width: 780px;
  margin: 0 10px;
  *width: 780px -correction;
  *margin: 0 10px -correction;
}
#flatpage_detail .body ul,
#blog_detail .body ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
#flatpage_detail nav#other_posts,
#blog_detail nav#other_posts {
  display: inline;
  float: left;
  overflow: hidden;
  width: 280px;
  margin: 0 10px;
  *width: 280px -correction;
  *margin: 0 10px -correction;
  margin-left: 509.99999999999994px;
}
#flatpage_detail .footnote ol,
#blog_detail .footnote ol {
  padding-left: 2.5em;
  list-style-type: decimal;
}
#flatpage_detail section#comments,
#blog_detail section#comments {
  display: inline;
  float: left;
  overflow: hidden;
  width: 580px;
  margin: 0 10px;
  *width: 580px -correction;
  *margin: 0 10px -correction;
  margin-left: 110.00000000000001px;
}
#flatpage_detail section#comments dl dt,
#blog_detail section#comments dl dt {
  font-family: 'Paytone One', sans-serif;
}
#flatpage_detail section#comments dl dt span,
#blog_detail section#comments dl dt span {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
}
