body {
  background-color: black;
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 10pt;
}

#main {
  width: 580px;
  overflow: hidden;
  background-color: #ddd;
  padding: 20px;
  padding-top: 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
}

#sidebar {
  padding-top: 10px;
  position: absolute;
  width: 210px;
  right: 0;
  background-color: black;
  color: white;
  padding-left: 10px;
}

a {
  color: #313e2e;
}

/* make code boxes have scrollbars and be pretty */
div.blog_entry_text pre {
  width: 540px;
  border: 1px solid gray;
  background-color: black;
  color: white;
  font-size: 9pt;
  overflow: auto;
  padding: 10px;
}

.blog_entries p:first-child {
  margin-top: 5px;
}

#sidebar, #sidebar a {
  font-size: 9pt;
}

.post_title {
  padding: 5px;
  padding-left: 0;
  margin-top: 10px;
}
.post_title:first-child {
  margin-top: 0;
}

div.blog_entry_text {
  color: #444;
  border-bottom: 1px solid #aaa;
}

.post_title a {
  text-decoration: none;
}

.post_title a:hover {
  text-decoration: underline;
}

.sidebar-title {
  text-align: right;
}

.sidebar-title, ul#archive-list {
  text-align: right;
  font-size: 11pt;
}

ul#archive-list li {
  margin-bottom: 8px;
}

ul#archive-list li a {
  text-decoration: none;
}

ul#archive-list li a:hover {
  text-decoration: underline;
}

img {
  border: none;
}
div#content {
  border: 1px solid black;
  border-bottom: 1em solid black;
  margin: 0 auto;
  min-height: 800px;
}
h1, h2, h3, h4, h5 {
  margin-top: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 21px;
  margin-bottom: 5px;
}
h4.date {
  margin-bottom: 0;
}
h3.date {
  font-size: 9pt;
  text-align: right;
  color: #555;
}
h2.date {
  margin-top: 0.3em;
}
.footer .date {
  text-align: right;
  font-size: 16px;
  color: #444;
}
table {
  border-collapse: collapse;
  border: 1px solid gray;
}
td, th {
  padding: 3px 5px;
  border: 1px solid gray;
}
div.post_footer {
/*  border-top: 1px solid #aaa;*/
  margin-bottom: 10px;
  color: gray;
  margin-top: 0;
  font-size: 8pt;
  font-family: Verdana;
/*  margin-left: 1em;*/
}