body {
  font-size: 100%;
  line-height: 1.5;
  margin: 0 auto 4em;
  padding: 0 0.5em 0;
  max-width: 50em;
  color: #211;
  background-color: white;
  background-repeat: no-repeat;
  font-family: corbel, 'lucida grande', helvetica, sans-serif;
}

@media screen and (min-width: 560px) and (max-width: 820px) {
  body {
    background-image: url(/blog/images/birb-narrow.png);
    background-position: 10px 50px;
  }
}

@media screen and (min-width: 820px) {
  body {
    background-image: url(/blog/images/birb.png);
    background-position: 0px 50px;
  }
}

body>header {
  text-align: center;
}

body>header>hgroup>.birb {
  display: block;
  float: left;
}

body>header>hgroup>h1 { 
  font: 1.4cm/1.14 "Molengo"; 
  font-weight: bold;
  margin: 0;
  margin-top: .3em;
  margin-bottom: .2em;
/*  position: absolute;
  top: -30px;
  left: 10px; */
}

body>header>hgroup>h1>a {
  color: black;
  text-decoration: none;
}

body>header>hgroup>h2 {
  font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
  margin: 0;
  margin-left: 20px;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
/*  position: absolute;
  top: 65px;
  left: 10px; */
}

body>header>nav li {
  display: inline;
  list-style-type: none;
}

article {
  margin-top: 4em;
  margin-left: 10em;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}

article .postinfo {
  color: #666;
  display: block;
  float: left;
  margin-left: -8em;
  text-align: right;
}

article .postinfo div {
  border-top: solid 1px #eee;
  line-height: 200%;
}

article .postinfo a {
  color: #666;
}

article h1 {
  font: 0.8cm/0.71 "Molengo";
  font-weight: bold;
  line-height: 100%;
}

article h2 {
  font: 0.6cm/0.61 "Molengo";
  font-weight: bold;
  line-height: 100%;
}

article h1 a {
  color: #211;
  text-decoration: none;
}

article aside {
  color: #666;
  background: #f5f5f5;
  border: solid 1px #ccc;
  font-size: 80%;
  display: inline;
  float: right;
  margin-right: -10em;
  padding: 0.5em;
  width: 8em;
}

.quote {
  background: #ded;
  margin: 1em;
  padding: 1em;
}

.separator {
  text-align: center;
}

pre {
  background: #eee;
  padding: 1em;
  font: normal normal normal medium/1.2 Consolas, 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
  font-size: 100%;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

dt {
  font-weight: bold;
}

.index h1 {
    text-align: center;
}

.index .entry {
    margin: 50px 80px 50px 100px;
}

.index .published {
    width: 120px;
    text-align: center;
    float: left;
    font-variant: small-caps;
    color: #666;
    margin-top: 0;
    padding-right: 20px;
}

.index h3 {
    display: block;
    margin: 0 100px 0 200px;
    line-height: 1.3636;
}
