body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 22px;
  color: #0B1531;
  max-width: 700px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

:link, :visited {
  color: #3399FF;
}

blockquote {
  color: #999999;
  margin-left: 22px;
}

ol, ul {
  padding-left: 0;
}

body > header {
  margin-bottom: 22px;
}

body > header h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

body > footer {
  color: #999999;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 33px;
}

.post > header {
  color: #999999;
}

.post > header a {
  color: #0B1531;
}

.post > header h2 {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0;
}

.post > header p {
  margin-top: 0;
  font-size: 0.8em;
}

.post > header p .author, .post > header p time {
  text-transform: uppercase;
}

.post pre {
  border: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  padding: 0 0.4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}

.post code {
  border: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  padding: 0 0.2em;
}

.post pre code {
  border: none;
}

.post pre.terminal {
  border: 1px solid #000000;
  background-color: #333333;
  color: #FFFFFF;
}

.post pre.terminal code {
  background-color: #333333;
}

.post .footnotes ol {
  padding-left: 0;
}

.post .footnotes li p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	position: relative;
	overflow: hidden;
}

.video embed, .video iframe, .video object, .video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
