body {
  background-color: white;
  margin: 0;
}

body,
input,
textarea {
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

h2,
h3,
h4 {
  font-size: 12pt;
  margin: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0;
}

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

a:hover {
  text-decoration: underline;
}

#body {
  margin: 0 auto;
}

#content {
  max-width: 625px;
  width: 625px;
}

#content p,
#content li {
  line-height: 17pt;
}

#sidebar {
  display: block;
  width: 250px;
}

#sidebar .box {
  margin-bottom: 10px;
}

#sidebar h3 {
  margin-bottom: 5px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content,
#sidebar,
#footer {
  padding: 30px;
}

.entry h1 {
  margin: 0;
}

.entry h1 a {
  color: black;
  text-decoration: none;
}

.entry {
  margin-bottom: 30px;
}

.entry .date {
  margin-top: 5px;
}

.entry .tags {
  background: url('../images/tag_blue.png') left center no-repeat;
  padding-left: 20px;
}

.entry .comments a {
  background: url('../images/comments.png') left center no-repeat;
  padding-left: 20px;
}

.entry .admin,
.entry .body, 
.entry .comments,
.entry .facebook,
.entry .tags {
  margin-top: 10px;
}

pre, 
blockquote {
  border: 1px solid silver;
  background-color: #f5f5f5;
  padding: 0.5em;
  margin: 2em;
}

pre {
  overflow: auto;
  color: #007000;
}

.compose .field {
  margin-bottom: 5px;
}

.compose .title,
.compose .submit {
  font-weight: bold;
}

.compose .title {
  font-size: 20pt;
}

.compose .title,
.compose .tags,
.compose .body {
  width: 100%;
}

.compose .body {
  height: 500px;
  line-height: 16pt;
}

.elsewhere a {
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.elsewhere .email {
  background-image: url("../images/email.png");
}

.elsewhere .facebook {
  background-image: url("../images/facebook.png");
}

.elsewhere .flickr {
  background-image: url("../images/flickr.png");
}

.elsewhere .twitter {
  background-image: url("../images/twitter.png");
}

.elsewhere .friendfeed {
  background-image: url("../images/friendfeed.png");
}

.navigation {
  margin-top: 30px;
}

.archive,
.tag {
  list-style: none;
  padding: 0;
}

.archive li,
.tag li {
  margin-bottom: 5px;
}

.small {
  color: gray;
  font-size: 8pt;
}

.entrysmall .date {
  color: gray;
  font-size: 10pt;
}

.entry .facebook {
  height: 18px;
}

.entry .facebook iframe {
  border: none;
  overflow: hidden;
}
