/* Posts
----------------------------------------------- */
.date-header {
  margin:0 28px 0 43px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
  letter-spacing:.2em;
  color:#888;
  }
.post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px solid #888;
  font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
  border-width:1px 0;
  }
.post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  display:block;
  border:1px solid #888;
  border-width:0 1px 1px;
  font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
  padding:2px 12px 2px 29px;
  color:#888;
  }
a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
a.title-link:hover {
  background-color:#355;
  color:#000;
  }
.post-body {
  border:1px dotted solid #888;
  border-width:0 1px 1px;
  border-bottom-color:#888;
  font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
  font-size: 85%;
  padding:12px 12px 1px 29px;
  }
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  background:#ddd;
  margin:0;
  font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
  padding:2px 14px 2px 29px;
  border:1px solid #888;
  border-width:1px;
  border-bottom:1px solid #888;
  font-size:80%;
  line-height:1.5em;
  color:#888;
  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;
  }
a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */
  padding-left:12px;
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */
  padding-left:12px;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #586;
  }
blockquote {
  margin:.75em 0;
  border:1px solid #888;
  border-width:1px 0;
  padding:3px 17px;
  }
.post blockquote p {
  margin:.5em 0;
  }

	.sidebar-title {
		background-color: transparent;
		color: #666;
		font-size: 16px;
		font-family: Trebuchet MS, Trebuchet, Verdana, Georgia, Arial, Helvetica, sans-serif;
		font-variant: small-caps;
	}


/* Comments
----------------------------------------------- */
#comments {
  margin:-25px 13px 0;
  border:1px solid #888;
  border-width:0 1px 1px;
  padding:20px 0 15px 0;
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 29px;
  border-bottom:1px solid #888;
  font-size:120%;
  line-height:1.4em;
  color:#fff;
  }
#comments-block {
  margin:0 15px 0 9px;
  }
.comment-data {
  margin:.5em 0;
  padding:0 0 0 20px;
  color:#888;
  }
.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
  font-size:80%;
  color:#888;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#888;
  }
.comment-timestamp a:link {
  color:#888;
  }
.deleted-comment {
  font-style:italic;
  color:#888;
  }


/* Profile
----------------------------------------------- */
.profile-datablock {
  margin:0 15px .5em;
  border-top:1px dotted #ce9;
  padding-top:8px;
  }
.profile-img {display:inline;}
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #dfa;
  }
.profile-data strong {
  display:block;
  }
#profile-container p {
  margin:0 15px .5em;
  }
#profile-container .profile-textblock {
  clear:left;
  }
#profile-container a {
  color:#fff;
  }
.profile-link a {
  padding-left:15px;
  font-weight:bold;
  }
ul.profile-datablock {
  list-style-type:none;
  }