* {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
}
a {
  color: #880000;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

a img { border: 0; }

hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  width: 90%;
  margin: 1em auto 1em auto;
}
pre {
  width: 95%;
  font-family: "Courier New", monospace;
  border-left: 3px solid #999999;
  overflow: scroll;
  margin: 10px 0 10px 0;
  padding-left: 10px;
  line-height: 1.5em;
}
h1 a { font-size: 200%; }
h1 a:link:after, h1 a:visited:after {
  content: none;
}
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }

#container {
  margin: 10px;
}

#header {
  display: none;
}

#middle { margin-top: 2em; }

#content {
}

#sidebar {
  display: none;
}

#footer {
  border-top: 1px solid #999999;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0.75em;
  text-align: right;
}

.align-left {
  float: left;
  margin: 0 15px 15px 0;
}
.align-right {
  float: right;
  margin: 15px 0 0 15px;
}

.post .meta {
  font-size: 90%;
  margin-bottom: 1em;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.post .meta:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post .content {
  margin-bottom: 1em;
  padding-left: 0.5em;
}

li {
  margin-top: 0.5em;
  margin-left: 2em;
}
