#blog-stage .grouping {
  /* Title for when filters are applied */
  text-align: center;
  padding: 1em .5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2em;
}

/** Detail and List - very similar **/
article.detail-item,
article.list-item {
  margin-bottom: 1em;
}

article.list-item,
.detail-item-header,
.list-item-header {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

article.detail-item .detail-item-content,
article.list-item .list-item-content {
  padding: 10px;
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
}

article.detail-item .detail-item-content img,
article.list-item .list-item-content img {
  max-width: 100%;
}

.detail-item-header,
.list-item-header {
  display: block;
  padding: 10px 10px 5px;
  font-size: .8125em;
  overflow: hidden;
}

.detail-item-header time,
.list-item-header time {
  float: left;
  text-align: left;
}

.blog-category {
  margin-left: .25em;
  float: left;
}

.blog-comments {
  float: right;
  overflow: hidden;
}

.blog-comments a {
  display: block;
}

.blogpost-header-image {
  text-align: center;
  margin: 10px 0;
}

div.meta {
  overflow: hidden;
  padding: 5px 10px;
  font-size: .8125em;
}

.meta-left {
  float: left;
}

.tags {
  float: right;
}

.tags a {
  margin-left: 5px;
}

/** Comments **/
.comment-intro {
  padding: 15px 0;
  overflow: hidden;
  padding-left: 50px;
  background: url("/_assets/img/layouts/blogs/blog-comment-large.png") no-repeat left 15px;
  margin-bottom: 15px;
}

.comment-intro h2 {
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
}

.comments h2,
.comment-login {
  float: left;
  margin-right: 10px;
}

.comment-item {
  clear: both;
  overflow: hidden;
}

.comment-login {
  margin-top: 5px;
}

.commenter-thumb {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  margin-right: -64px;
}

.comment {
  margin-left: 74px;
  margin-bottom: 15px;
}

.comment-login {
  font-size: .8125em;
}

.comment-header {
  line-height: 1.3;
  font-size: .8125em;
  padding: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.comment-body {
  padding: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.comments form {
  margin-left: 74px;
}

.comments form label {
  display: block;
  font-size: 1em;
}

.comments form textarea#comment {
  width: 90%;
  padding: 1em 5%;
  margin-bottom: 1em;
}

/**********************************************************************************************
 *                     Overrides - includes some repeats from above                           *
 **********************************************************************************************/

#comment-submit {
  background: none;
}
