/* Posts
----------------------------------------------- */
.date-header {
  margin:0 28px 0 43px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:red;
  }
.post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px dotted #cc3333;
  border-width:1px 0;
  }
.post-title {
  font-family: "Lucida Sans";
  margin:0;
  font-size:125%;
  letter-spacing: 1px;
  line-height:1.5em;
  display:block;
  border:1px dotted #cc3333;
  border-width:0 1px 1px;
  padding:2px 14px 2px 29px;
  color:#000;
  background-color: #cc3333;
  }
#main a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
#main a.title-link:hover {
  background-color:#fff;
  color:#000;
  }
.post-body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: small;
  border:1px dotted #cc3333;
  border-width:0 1px 1px;
  border-bottom-color: #eec;
  padding:4px 12px 1px 15px;
  color: #fff;
  }


html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  margin:0;
  padding:2px 14px 2px 10px;
  border:1px dotted #cc3333;
  border-bottom:1px solid #cc3333;
  font-size:80%;
  line-height:1.5em;
  color: #999;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }

.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #cc3333;
  }
blockquote {
  margin:.75em 0;
  border:1px dotted #cc3333;
  border-width:1px 0;
  padding:5px 15px;
  }
.post blockquote p {
  margin:.5em 0;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:-25px 13px 0;
  border:1px dotted #cc3333;
  border-width:0 1px 1px;
  padding:20px 0 15px 0;
  background-color: #999;
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 29px;
  border-bottom:1px dotted #cc3333;
  font-size:120%;
  line-height:1.4em;
  color:#333;
  }
#comments-block {
  margin:0 15px 0 9px;
  }
.comment-data {
  margin:.5em 0;
  padding:0 0 0 20px;
  color:#666;
  }
.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color: #fff;
  }
.comment-timestamp a:link {
  color: #fff;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}
