h1, h2, h3, h4, h5, strong, b, .bold {
  font-weight: 400; }

html, body {
  height: 100%; }

body {
  background: white;
  color: #444;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }
  body, body * {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

p {
  margin: 0 0 0.6em; }

.capitalize {
  text-transform: capitalize; }

.upcase {
  text-transform: uppercase; }

.downcase {
  text-transform: lowercase; }

.hide {
  display: none; }

.fly-right {
  text-align: right; }

.fly-center {
  text-align: center; }

.small {
  font-size: 10px; }

.big {
  font-size: 50px;
  line-height: 1.5em; }

.pull-left {
  float: left; }

.reset {
  margin: 0;
  padding: 0; }

.pull-right {
  float: right; }

.muted {
  color: #8f8f8f; }

.colour-1 {
  color: #cc9944; }

.colour-2 {
  color: #925; }

.colour-3 {
  color: #448844; }

.text-big {
  font-size: 24px;
  line-height: 1em; }

ul, ul li, ol, ol li {
  padding: 0;
  margin: 0; }

blockquote {
  padding: 0;
  margin: 0.8em 0;
  font-style: italic; }
  blockquote p:last-child {
    margin: 0; }
  blockquote small {
    color: #aaa; }

.posts, .posts li {
  list-style: none; }

a {
  text-decoration: none;
  color: #202020; }

code {
  white-space: nowrap;
  color: #000; }

pre {
  line-height: 1.35em;
}

pre code {
  white-space: pre;
  background: transparent;
  border: 0;
  padding: 0; }

pre, code {
  background-color: #F8F8FF;
  border: 1px solid #DDDDDD;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 3px;
  overflow: auto;
}

.footnote:nth-of-type(1) {
  margin-top: 30px;
}

#table-of-contents {
  margin-bottom: 18px;
}
