/* Base look */
body {
  font-family: monospace;
  background: #111;
  color: #eee;
  max-width: 900px;
  margin: auto;
  padding: 1em;
}

/* Links */
a {
  color: #7fffd4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Header/meta */
#meta {
  margin-bottom: 1.5em;
  padding-bottom: .5em;    

}
#meta h1 {
  margin: 0;
  font-size: 1.2rem;
}


/* Entries */
.entry {
  border-top: 1px solid #444;
  margin-top: 1em;
  padding-top: 1em;
}
.entry h5 {
  text-align: right;
  margin-top: .2em;
  margin-bottom: .4em;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: .03em;
  color: #ddd;
}
.entry p {
  line-height: 1.5;
}

/* Permalinks */
.entry p.permalink {
  font-size: .6em;
  color: #808080;
  text-align: right;
  margin: 0;
}

/* Blockquotes */
blockquote {
  background-color: #000;
  color: #e0b0ff;
  font-size: 90%;
  border: 1px dotted #fff;
  padding: 4px;
  margin: 0.8em 0;
}

/* Small text */
small {
  color: #aaa;
}

/* Logs container */
#tlogs {
  word-wrap: break-word;
}
