/* Hide archive title */
body.archive.category-blog .page-header, body.archive.category-1 .page-header {
  display: none;
}
body.archive.category-blog #content, body.archive.category-1 #content {
  padding-top: 2em;
}
body.archive.category-blog .entry-title a, body.archive.category-1 .entry-title a {
  color: inherit;
}
body.archive.category-blog .entry-title a:hover, body.archive.category-1 .entry-title a:hover {
  text-decoration: underline;
}

/* Make titles the header color & underline on hover */
/* Make comments come from avatars */
.commentlist .avatar {
  left: -98px;
  right: auto;
  top: 0;
}
.commentlist > li.comment {
  margin-left: 98px;
}
.commentlist > li.comment .comment-meta, .commentlist > li.comment .comment-content {
  margin-right: auto;
}

/*tmp fix for skinny comments*/
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}

/*Article */
/* Article padding */
.singular .hentry, .hentry {
  padding: 0;
}

.singular .entry-header .entry-meta, .entry-header .entry-meta {
  position: static;
}

/* Extra space below the post */
article > .entry-content {
  /*  padding-bottom: 3.25em; */
}