body {
  margin: 0;
  min-width: 320px;
  padding: 16px;
}
html {
  box-sizing: border-box;
}
*,*:before, *:after {
  box-sizing: inherit;
}
h1, h2, h3, h4 {
  font-family: Arial, Helvetica, SansSerif;
  line-height: 110%;
}
th, li, td, p, a, blockquote, .copyright, .subscribe {
  font-family: Arial, Helvetica, SansSerif;
  line-height: 160%;
}
th, li, td, p, blockquote, .copyright, .subscribe {
  font-size: 15px;
}
img {
  border: 0;
}
header, div.main, footer {
  margin: 0 auto;
  max-width: 800px;
}
header h1 {
  font-size: 30pt;
  margin-bottom: 10px;
}
header h2 {
  font-size: 20px;
  font-weight: normal;
}
header {
  margin-bottom: 32px;
}
a img {
  border: 0;
}
a {
  color: #25b;
  text-decoration: none;
}
a.external {
  background: url("external-link.png") center right no-repeat;
  padding-right: 12px;
}

div.content p, div.post p {
  max-width: 600px;
}
div.post li {
  max-width: 545px;
}

div.content, div.post {
  padding: 16px 0px 16px 0px;
  margin-bottom: 32px;
}

div.post-date {
  font-family: Arial, Helvetica, SansSerif;
  color: #aaa;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

h3.post-title {
  margin: 0px;
  font-size: 17pt;
}

aside {
  float: right;
  width: 160px;
  border-left: 1px dotted #ddd;
  padding-left: 16px;
  padding-top: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
}
.subscribe {
  font-size: 17px;
  font-weight: bold;
}
.subscribe a {
  color: black;
}
.subscribe img {
  vertical-align: middle;
}
.kanban {
  padding-top: 28px;
  font-weight: bold;
}

figure.block {
  display: block;
  overflow: auto;
  margin: 30px 30px;
}
figure.float {
  float: right;
  overflow: auto;
  margin: 12px;
}
.content h3 {
  font-size: 13pt;
}
.copyright {
  border-top: 1px dotted #eee;
  padding-top: 8px;
}

.lede {
  font-size: 13pt;
  font-weight: bold;
}

.pullQuote {
  font-size: 18pt;
  width: 263px;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-family: Arial, Helvetica, SansSerif;
  line-height: 160%;
}

@media (max-width: 400px) {
  figure.float {
    float: none !important;
    margin: 16px 0;
  }
}

@media (max-width: 550px) {
  figure.block {
    margin: 0;
  }
}
