body {
  font-family: "TeXGyreAdventor","Droid Sans","Liberation Sans","Nimbus Sans",Arial,Sans;
  color: #4b473b;
  background-color: white;
}
.page {
  padding: 1em 2em 0 3em;
}
.column {
  float: left;
  max-width: 40em;
}
.clearer {
  clear: both;
}
pre {
  font-family: Courier, Mono;
  margin-left: 3em;
  border-top: 1px dotted #4b473b;
  border-bottom: 1px dotted #4b473b;
}
.post {
  margin: 0 2em 2em 0;
}
.header {
  font-family: "TeXGyreScholaRegular","Droid Serif","Liberation Serif","Nimbus Serif",Roman,Serif;
  font-size: 140%;
  letter-spacing: -0.09em;
  margin-bottom: 0.3em;
}
.page>.header {
  font-size: 400%;
  border-bottom: 2px solid #4b473b;
}
.post .header {
  color: #4b473b;
}
a {
  color: #62739D;
}
a:visited {
  text-decoration: none;
}
.header a {
  color: #4b473b;
  text-decoration: none;
}
.header a:visited {

}
.status {
  float: right;
}
.extra {
  border-left: 1px solid #4b473b;
  float: left;
  max-width: 30em;
  margin: 2em;
  padding: 1em;
}
.extra a {
  text-decoration: none;
  padding-left: 0.5em;
}
.post .content {
  margin-bottom: 1em;
}
.post .content p {
  margin-bottom: 0.5em;
}
.post .footer {
  font-size: 80%;
  color: #4b473b;
}
.footer a {
  text-decoration: none;
}
#id_honeypot {
  display: none;
  visibility: hidden;
}
