/* Content
----------------------------------------------- */
#main {
  margin: 20px 260px 20px 20px;
}
#sidebar {
  position: absolute;
  margin-top: 20px;
  right: 20px;
  width: 220px;
  font-size: smaller;
}

/* Headings
----------------------------------------------- */
h2 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Lucida Calligraphy", cursive;
  border-bottom: 1px solid #908070;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#main h2 {
  font-size: smaller;
}

/* Posts
----------------------------------------------- */
.post {
  margin-bottom: 3em;
}
.post-title {
  font-size: bigger;
}
.post-body {
  margin: 1em 0;
}
.post-footer {
  font-size: smaller;
}
.post-footer .icon-action {
  float: right;
}

/* Comments
----------------------------------------------- */
/*#comments h4 {
  margin:1em 0;
  font-size:78%/1.6em;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size: bigger;
}
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font-size:78%/1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }*/
.comment-timestamp {
	font-size: smaller;
}
.deleted-comment {
  font-style: italic;
  font-size: smaller;
}
.paging-control-container {
  float: right;
  margin: 0 6px 0 0;
  font-size: smaller;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
}
#sidebar li {
  text-indent: -1.5em;
  margin: 0 0 .5em 1.5em;
  padding: 0;
}

/* Profile
----------------------------------------------- */
#profile-container {
  margin: 0 0 2em 0;
}
#profile-container img {
  float:left;
  margin:0 5px 5px 0;
}
.profile-data strong {
  display:none;
}
.profile-textblock {
  clear: both;
}
.profile-link {
  text-align: right;
  font-size: smaller;
}