/* Styles */
body, div {
  background: #fdfdfd;
  color: #323a45;
  font-family: "Helvetica Neue", "Liberation Sans", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0; }

h1, h2, h3, h4 {
  font-family: "Helvetica Neue", "Liberation Sans", "Arial", sans-serif;
  line-height: 1.25; }

a {
  color: #2a7ae2;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

blockquote {
  border-left: solid 0.1em #989ca1;
  padding-left: 1em;
  font-family: "Georgia", "Bitstream Charter", serif;
  font-style: italic;
  font-size: 1.35em; }

.blockquote__author {
  color: #989ca1;
  font-size: 1em; }

code {
  font-family: "Courier New", "Liberation Mono", monospace;
  font-size: 0.9em; }

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #989ca1;
  border-collapse: collapse; }

td, th {
  padding: 0.25rem 0.5rem;
  border: 1px solid #989ca1; }

img[src$="#center"] {
  display: block;
  margin: 0 auto; }

img[src$="#left"] {
  float: left; }

img[src$="#right"] {
  float: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* Site-wide */
.container {
  width: 600px;
  margin: 0 auto; }

@media only screen and (max-width: 500px) {
  .container {
    margin: 0 15px;
    width: 345px; } }

.header {
  font-family: "Helvetica Neue", "Liberation Sans", "Arial", sans-serif;
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.header__title {
  font-size: 5em;
  font-weight: 600; }

.header__title--link {
  text-decoration: none;
  color: #323a45; }

.header__title--link:hover {
  text-decoration: none; }

.header__nav {
  margin-top: -1.25em;
  font-size: 1.35em; }

.content {
  margin-top: 130px;
  float: left;
  width: 100%; }

.posts {
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

.posts__date {
  color: #989ca1;
  font-size: 0.85em;
  font-style: italic; }
