/* COMMENTS 
 * =============================== */

#comments #respond
{
  min-height: 96px;
  background: #f4f4f4;
  margin: 0 -15px 0 -15px;
  padding: 15px 15px 15px 30px;
  border-bottom: 1px solid #ebebeb;
}

#comments #respond .reply-author
{
  position: relative;

}

#comments #respond .reply-author h4
{ 
  color: #353941;
}

#comments #respond .reply-author .reply-thumb
{
  width: 90px;
  float: left;
}

#comments #respond .reply-author .reply-thumb img
{ 
  margin-right: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#comments #respond .reply-author .reply-info textarea
{ 
  width: 435px;
  height: 22px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 10px 75px 10px 10px;
  color: #939dae;
  -webkit-box-shadow: 0 0 4px rgba(212, 212, 212, .9) inset;
     -moz-box-shadow: 0 0 4px rgba(212, 212, 212, .9) inset;
          box-shadow: 0 0 4px rgba(212, 212, 212, .9) inset;
  outline: none;
  overflow: auto;
}

#comments #respond .reply-author .reply-info input[type=submit]
{
  position: absolute;
  top: 35px;
  right: 18px;
}



#comments #respond h3
{
  color: #353941;
}

#comments .commentlist
{ 
  width: 560px;
  background: #f8f8f8;
  margin: 0 -15px 0 -15px;
  padding: 0 0 0 115px;
  margin-bottom: 50px;
}

#comments .commentlist  li.comment
{
  min-height: 40px;
  -webkit-box-shadow: 0 1px 0 #e7e7e7;
     -moz-box-shadow: 0 1px 0 #e7e7e7;
          box-shadow: 0 1px 0 #e7e7e7;
  margin: 0 0 0 -115px;
  padding: 10px 0 6px 122px;
}

#comments .commentlist  li.comment:last-child
{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#comments .commentlist  .comment .comment-meta
.comment-author h4
{
  color: #353941;
}

#comments .commentlist  .comment .comment-meta
.comment-author h4 span
{
  color: #939dae;
  font-size: 15px;
}

#comments .commentlist  .comment .comment-meta
.comment-author p
{
  color: #979daa;
  font-size: 14px;
}

#comments .commentlist  .comment .comment-meta
.comment-author .comment-date
{
  position: absolute;
  top: 0;
  right: 34px;
  color: #939dae;
  font-size: 10px;
}

#comments .commentlist .comment .comment-meta 
.comment-author
{
  position: relative;

}

#comments .commentlist .comment .comment-meta 
.comment-author img
{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 3px;
  left: -68px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;


}

#comments .commentlist .comment .comment-meta 
.comment-actions
{
  margin-left: -65px;
  color: #979DAA;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}

#comments .commentlist .comment .comment-meta 
.comment-actions a:hover
{
  -webkit-transition: color, opacity .2s;
     -moz-transition: color, opacity .2s;
      -ms-transition: color, opacity .2s;
       -o-transition: color, opacity .2s;
          transition: color, opacity .2s;
  
  color: gray;
}

#comments .commentlist .comment .comment-meta 
.comment-actions a:hover i
{
  -webkit-transition: color, opacity .2s;
     -moz-transition: color, opacity .2s;
      -ms-transition: color, opacity .2s;
       -o-transition: color, opacity .2s;
          transition: color, opacity .2s;
  
  opacity: .5;
}

#comments .commentlist .comment .comment-meta 
.comment-actions i
{
  opacity: .3;
}

#comments .commentlist .comment .comment-meta 
.comment-actions i:hover
{
  opacity: .3;
}

/*| INLINE COMMENT FORM |*/
#comments .commentlist .comment .comment-meta 
.inline-reply
{
  position: relative;
  display: none;
}

#comments .commentlist .comment .comment-meta 
.inline-reply .inline-reply-user-avatar img
{ 
  /*
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -40px;
  */
}

#comments .commentlist .comment .comment-meta 
.inline-reply .comment-content
{
  width: 75%;
  min-height: 17px;
  margin: 0 0 0 0;
  border: 1px solid #EAEAEA;
  background: #F8F8F8;
  outline: none;
  padding: 5px;
  font-size: 12px;
  color: #B0B0B0;
  float: left;
}

#comments .commentlist .comment .comment-meta 
.inline-reply .comment-content:focus
{
  border: 1px solid #d0d0d0;
}

#comments .commentlist .comment .comment-meta 
.inline-reply .inline-reply-submit-wrapper
{
  float: left;
  position: relative;
  margin: 5px 0 0 10px;
}



#comments .commentlist .comment .comment-meta 
.inline-reply .inline-reply-submit-wrapper a
{   
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #DADADA;
    color: #888;
}



/* HIDE REPLY ON COMMENTS THAT ARE 5 levels deep
 * ========================================= */

li.comment.depth-5 .comment .comment-meta .comment-actions .inline-reply-link,
li.comment.depth-5 .comment .comment-meta .comment-actions .inline-reply-separator
 {
  display: none;
 }

 .lists-h2
 {
  padding-top: 0;
 }

 .lists-divide
 {
  margin-bottom: 35px;
 }


#comments .commentlist ul.children
{
  margin-top: 0;
  margin-left: 45px;
}

#comments .commentlist ul li
{
  border: none;
}

.banner-single-wrapper
{
  background: url(img/header-pattern.jpg);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}