.clear {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.comment-list {
  position: relative;
  padding: 0 0 10px 0;
  margin-top: 30px;
}

.comment-list h2 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.link-add-comment {
  background-color: #68a9c8;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  padding: 8px;
}

.comment-list ol,
.comment-list ul {
  margin: 0;
  padding:  0;
}

.comment-list ol {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.comment-list ul li,
.comment-list ol li {
  margin: 15px 0 0 0;
  list-style: none;
}

.comment {
  clear: both;
  display: block;
  min-height: 25px;
  padding: 0;
  position: relative;
}

.comment-body {
  border: 2px solid #e4e4e4;
  background: url(../images/paper_bg.png) #eff1f0;  
  -webkit-box-shadow: inset 0px 0px 1px 1px #cdcdcd;
  box-shadow: inset 0px 0px 1px 1px #cdcdcd;
  padding: 15px 20px;
  min-width: 50%;
  position: relative;
  z-index: 1;
}

.comment-avatar {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
}

.comment-avatar .avatar img {
  width: 32px;
  height: 32px;
}

.comment-text {
  float: left;
  position:r elative;
  font-size: 13px;
  color: #262626;
  z-index: 3;
  width: 100%;
}

.comment-author {
  padding-bottom: 5px;
  text-align:right;
  color: #939393;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 15px;
}

.url,
.link-author,
a.link-author,
.link-reply,
.isauthor {
  float: left;
  color: #fff;
  padding: 0 10px;
  background: #68a9c8;
  margin-right: 2px;
}

.comment-date {
  color: #939393;
}

.link-reply {
  background: #d7d9d8;
  color: #848484;
}

.link-reply:hover {
  background: #c3c3c3;
  color: #333;
}

.isauthor {
  background: #ffd800;
  color: #110d09;
}

a.link-author:hover {
  color: #fff;
}

.comment-text p {
  font-size: 14px;
  line-height: 21px;
}

.comment-entry {  
  line-height: 1.5em;
  padding-top: 7px;
}

.children li {
  background: url("../images/arrow_sub_blue.png") no-repeat scroll 1px 5px rgba(0, 0, 0, 0);
  padding-left: 13px;
}

.comment-form,
.form-submit,
.comment-subscription-form,
#subscribe_comments,
.comment-form .button {
  margin: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  background-image: url('../images/paper_bg.png');
}

@media only screen and (min-width: 1023px) {

  .children li {
    background: url("../images/arrow_sub_blue.png") no-repeat scroll 19px 5px rgba(0, 0, 0, 0);
    padding-left: 40px;
  }

}
