@charset "UTF-8";
.blogs article {
  margin-bottom: 2em;
  border-bottom: 4px double #e7e7e7;
  padding-bottom: 1em;
}

.blogs article header {
  border-bottom: 1px double #e7e7e7;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 0;
}

.blogs article.detail header {
  border: 0;
}

.blogs article header .authorimgwrap {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  padding: 2px;
  border-radius: 2px;
}

.blogs article header .authorimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}

.blogs article header a.blog-comment-number {
  float: right;
  position: relative;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  top: -12px;
  padding-right: 25px;
  margin-left: 40px;
}
.blogs article header a.blog-comment-number:before {
  font-family: "mk030";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  position: absolute;
  right: 0;
  font-size: .875em;
}

.blogs article h3 {
  text-transform: none;
}

.blogs article header p {
  margin-bottom: .5em;
  font-weight: 200;
}
.blogs article header p.meta {
  font-size: 1em;
}

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

.blogs article footer .more {
  margin: 0;
}

.blogs article footer .tags {
  text-align: left;
  padding-top: 1em;
  font-weight: 200;
}
@media (min-width: 64em) {
  .blogs article footer .tags {
    text-align: right;
    padding-top: 0;
  }
}

.blog-detail .image {
  margin-bottom: 2em;
}
.blog-detail .image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-detail .meta {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 200;
}
.blog-detail .tags {
  font-weight: 200;
  margin-bottom: 2em;
}

.comments form label {
  display: block;
  clear: both;
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #1da7b7;
}

.comments form textarea {
  width: 90%;
  height: 100px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1em;
  color: #292929;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e7e7e7;
}

.comment {
  margin-bottom: 25px;
}

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

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

.comment header .commenter-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

.comment header cite {
  color: #1da7b7;
  position: relative;
  top: 13px;
}

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