a {
  color: #000 !important;
  text-decoration: none !important;
}

body {
  font-family: Georgia, Times, serif;
  margin: 0.5in auto;
  position: relative;
  width: 6.5in;
}

body * {
  display: none;
}

.printonly {
  display: block;
}

#header {
  text-align: left;
}

#header,
#header h1,
#header h1 a {
  display: block;
}

#header h1 a {
  font-size: 14pt;
}

#content,
#content .hentry,
#content .hentry h3.posttitle,
#content .hentry h3.posttitle a {
  display: block;
}

#content .hentry h3.posttitle a {
  font-size: 22pt;
  text-align: center;
}

#content .hentry p.datetime,
#content .hentry p.datetime abbr {
  display: block;
}

#content .hentry p.datetime abbr {
  border-bottom: none;
  font-size: 12pt;
  line-height: 14pt;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 25em;
}

#content .hentry p#archived-at {
  text-align: center;
}

#content .hentry address.author {
  display: block;
  text-align: right;
}

#content .hentry address.author * {
  display: inline;
}

#content .hentry div.entry-content,
#content .hentry div.entry-content * {
  display: block;
}

#content .hentry div.entry-content {
  margin-top: 0.5in;
}

#content .hentry div.entry-content dd {
  margin-bottom: 1em;
}

#content .hentry div.entry-content a,
#content .hentry div.entry-content img,
#content .hentry div.entry-content q,
#content .hentry div.entry-content span,
#content .hentry div.entry-content sub,
#content .hentry div.entry-content sup,
#content .hentry div.entry-content abbr,
#content .hentry div.entry-content acronym,
#content .hentry div.entry-content cite,
#content .hentry div.entry-content code,
#content .hentry div.entry-content del,
#content .hentry div.entry-content dfn,
#content .hentry div.entry-content em,
#content .hentry div.entry-content ins,
#content .hentry div.entry-content kbd,
#content .hentry div.entry-content samp,
#content .hentry div.entry-content strong,
#content .hentry div.entry-content var,
#content .hentry div.entry-content b,
#content .hentry div.entry-content i,
#content .hentry div.entry-content strike {
  display: inline;
}

#notes a:after {
  content: ' (' attr(href) ') ';
}

#notes a.footnote-return:after {
  content: '';
}
