/* Work around Dotclear not setting viewport */
@viewport {
  width: device-width;
}

body {
  font-family: 'PT Serif', serif;
  line-height: 1.2;
  text-align: justify;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  color: #222222;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: -.01em;
}

h1 a, h2 a {
  color: #222222;
}

a {
  color: #ff420e;
  text-decoration: none;
}

h2.post-title {
  margin: 2em 0 0 0 ;
  border-bottom: 1px solid #ececec;
}

p.post-info {
  font-size: .8em;
  color: #999;
  margin: .5em 0;
}

/* Don't display tags for the moment. */
ul.post-tags {
  display: none;
}

div#page {
  position: relative;
  margin: 0 16px;
}

div#sidebar {
  position: absolute;
  top: 2px;
  right: 16px;
}

/* Only show 'Feed' and 'About' link in #sidebar */
div#blognav, div.links, div.pages h2 {
  display: none;
}

div.pages ul {
  float: left;
  list-style: none;
}

/* Don't show them, at least for now. */
p#prelude, p.day-date, p.page-info, div#footer {
  display: none;
}

/* >> Below is a hack to get the navlinks in the bottom. */
p#navlinks {
  width: 100%;
  position: absolute;
  bottom: 0;
}

p#navlinks span {
  display: none;
}

p#navlinks a.next {
  float: right;
}

div#content {
  padding-bottom: 4em;
}
/* << hack end */