body {
  margin: 0px;
  padding: 20px;
  background: #FFF;
  font: 16px Georgia, Times, serif;
  color: #000;
}

h1, h2, h3 {
  font: 1.82em;
  font-weight: normal;
  font-family: georgia, helvetica, verdana, sans-serif;
}

p, ol, ul {
  line-height: 1.8em;
}

ul {
  padding-left: 1.2em;
}

a {
  text-decoration: none;
  color: #C00;
  border-bottom: 1px dotted #CCC;
}

h1 a, h2 a {
  border: 0;
}

hr {
  display: none;
}

/* Logo */

#logo h1 {
  margin: 0;
  letter-spacing: -2px;
  font-size: 4.6em;
  font-weight: normal;
}

body.post #home h1 {
  font-size: 6em;
}

#logo h1 a {
  display: block;
  text-decoration: none;
}

#logo a {
  display: block;
  text-decoration: none;
}

.about ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.about ul li {
  float: left;
  margin-right: 8px;
}
.about {
  height: 50px;
}

/* Content */

#content {
  margin: 0px auto;
  width: 700px;
  margin-bottom: 10px;
}

/* Post */

.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post {
  clear: both;
  padding-bottom: 6px;
}
.post .date {
  float: left;
  margin: 0;
  padding: 0;
  color: #888;
  padding: 6px 0 0 0;
}
.post .title {
  margin: 10px 0 0 102px;
  font-size: 1.8em;
  line-height: 1.4em;
}

.post .title a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #CCC;
}

#new_post {
  position: absolute;
  top: 1em;
  right: 1em;
}

/* Post */

.postzoom {
  margin-top: 20px;
  position: relative;
}

.postzoom .title {
  margin: 0;
  padding: 0px 0 0 0;
  font-size: 3em;
}

.postzoom .meta {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #888;
}

.postzoom .entry {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.postzoom .edit {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.footnotes {
  font-size: 12px;
}

/* Footer */

#footer {
  padding: 45px 0;
  text-align: center;
}

#legal {
  clear: both;
  margin: 0;
  font-size: 14px;
}

/* Code blocks */

pre {
  font-family: Monaco, monospace;
  color: #333;
  background: #FFF;
  border-left: 6px solid #222;
  padding: 0.4em;
  padding-left: 0.8em;
}

/* Edit post */

form[name=edit] input[name=title] {
  font-size: 100%;
  width: 300pt;
}
form[name=edit] input[name=tags] {
  font-size: 100%;
  width: 300pt;
}
form[name=edit] textarea {
  font-size: 100%;
  width: 50em;
  height: 25em;
}

