header,
nav,
section,
article,
aside,
footer
{
  display: block;
}

body
{
  font: 12pt palatino, georgia, serif;
}

header
{
  display: none;
}

.jump-to
{
  display: none;
}

nav
{
  display: none;
}

footer
{
  font-size: 10pt;
}

#validation
{
  display: none;
}

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

a img
{
  border: none;
}

#info-column
{
  display: none;
}

.timestamp
{
  font-size: 10pt;
  text-align: right;
}

h1,
h2
{
  padding-bottom: .25em;
  border-bottom: 1px solid #ccc;
}

form
{
  display: none;
}

.oddComment,
.evenComment
{
  padding: .5em;
  margin-bottom: 1em;
}

.oddComment
{
  border: 1px solid #ccc;
}

.oddComment img.avatar,
.evenComment img.avatar
{
  float: right;
  margin: 4px;
}

.oddComment p,
.evenComment p
{
  margin-top: 0;
}

.oddComment p.timestamp,
.evenComment p.timestamp
{
  margin-top: .5em;
  margin-bottom: 0;
  color: #666;
}

ol
{
  list-style-type: decimal;
}

ol ol
{
  list-style-type: lower-alpha;
}

ol ol ol
{
  list-style-type: lower-roman;
}

ol ol ol ol
{
  list-style-type: lower-greek;
}
