body {
  font            : 10pt serif;
  margin          : 0;
  color           : #000;
  background      : #fff;
}

#prelude, #sidebar, .pagination, #comment-form, object, #header img {
  display         : none;
}

p {
  margin          : 0.2em 0 0.2em 0;
  text-align      : justify;
}

h1,h2,h3,h4,h5, h6 {
  margin          : 0;
  font-weight     : bold;
}
h1 { font-size    : 160%; }
h2 { font-size    : 140%; }
h3 { font-size    : 120%; }
h4 { font-size    : 100%; }
h5 { font-size    : 90%; }
h6 { font-size    : 80%; }

a {
  color           : #00f;
  text-decoration : none;
}


#content {
  margin-left     : 1em ;
}

#header h1 {
  display         : block;
  margin-bottom   : 2em;
  border          : 1px solid #CDCDCD;
  text-align      : center;
  font-size       : 24pt;
}

p.day-date {
  border          : 1px solid #CDCDCD;
  border-width    : 1px 0;
  margin          : 0 0 1em -1em;
  padding         : 0.2em 0.2em 0.2em 0;
  text-align      : right;
}

p.post-info {
  font-size       : 0.9em;
  font-style      : italic;
}

div.post {
  margin-bottom   : 3em;
}

ul.post-tags {
  margin          : 0.2em 0;
  padding         : 0;
}

.post-tags li {
  list-style-type : none;
  display         : inline;
  margin          : 0 0.5em;
}

#footer {
  margin-top      : 2em;
  border          : 1px solid black;
  border-width    : 1px 0;
}

#footer p {
  text-align      : center;
}

h2.post-title {
  font-size       : 2em;
}


