/* Sidebar */
aside section {
  display: block;
  overflow: hidden;
  margin-bottom: 3em;
}
aside section h6 {
  margin: 1em 0 0.5em 0;
}

aside ul.mcms_filter_list,
aside.left ul.mcms_filter_list {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 5px;
  list-style: none;
  padding-left: 0;
}

aside ul.mcms_filter_list li,
aside.left ul[class*=list] li {
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1em;
}

aside ul.mcms_filter_list li a,
aside.left ul[class*=list] li a {
  text-decoration: none;
}

/* Main Content */
article {
  margin-bottom: 20px;
  border-bottom: 1px double rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}

article header {
  border-bottom: 1px double rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 10px;
}

article.detail header {
  border: 0;
}

.authorimgwrap {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  padding: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

.authorimgwrap img {
  width: 50px;
}

article header p {
  margin-bottom: 0;
  font-size: 1em;
}

.blog-comment-number {
  font-size: 2.2em;
  position: relative;
  float: right;
  color: aliceblue;
}
.blog-comment-number:hover {
  text-decoration: none;
}
.blog-comment-number div {
  font-size: 0.5em;
  position: absolute;
  top: -0.15em;
  text-align: center;
  color: darkseagreen;
  width: 100%;
}

article footer {
  overflow: hidden;
  padding-bottom: 5px;
}

article footer .tags {
  float: right;
  font-size: 1em;
}

article footer .tags em {
  font-weight: bold;
}

article header h2:first-child,
article header h3:first-child {
  margin-top: 0;
}

/* Comments */
.comments form label {
  display: block;
  clear: both;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.comments form textarea {
  width: 90%;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.3em;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.comment {
  margin-bottom: 25px;
}

.comment header {
  overflow: hidden;
  background: #f1f1f1;
  padding: 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.comment header .commenter-thumb {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 3px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.comment header .commenter-thumb img {
  width: 30px;
  border: none;
}

.comment header cite {
  font-size: 1.3em;
  position: relative;
  top: 13px;
}

.comment header cite .commenter-name {
  font-weight: bold;
  margin-right: 10px;
}

/* Small Break */
@media (max-width: 40em) {
  article footer .tags {
    float: none;
    clear: both;
  }
}
