
/* Comment Form */

/* =Comments
----------------------------------------------- */

#comments-title {
    font-weight: normal;
}
.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
.commentlist {
    list-style: none;
    margin: 20px 0 0 88px;
    padding: 0;
}
.commentlist li{
    margin: 0 0 21px 0;
    padding: 0;
}
.commentlist .children li{
    margin-bottom: 10px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
    width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist div.comment {
    margin: 0;
    padding: 10px;
    position: relative;

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;


}
#reviews .commentlist > li.comment{
    background: #FFF;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    position: relative;
    list-style: none;
    margin: -4px 0 0 0;
    padding: 42px 0 0 24px;
}
/*
.commentlist .children li.comment {
    background: #fff;
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}*/
.commentlist .children li.comment .fn {
    display: block;
}
.comment-meta .fn {
    font-style: normal;
}
.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;
}
.commentlist .reply{
    text-align: right;
}
.comment-meta a {
    font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -90px;
    padding: 0;
    position: absolute;
    top: 0;
}
/*
#blog_comments .commentlist > li:before {
    content: url(images/comment-arrow.png);
    left: -21px;
    position: absolute;
}
.commentlist > li.pingback:before {
    content: '';
}*/
.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 10px;
    padding: 0;
    top: 10px;
}
a.comment-reply-link {
    background: url(images/tile_paper_sml_30.html) repeat center;
    margin: 8px 0 0 0;
    border: 0 !important;
    color: #3989C8;
    font-weight: normal;
    padding: 4px 9px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    color: #EFA80F;
}
a.comment-reply-link > span {
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
    /*border-color: #d3d3d3;*/
}
.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
/*
.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}
.commentlist .children > li.bypostauthor {
    background: #fafafa;
    border-color: #d3d3d3;
}
*/
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
    margin-left: 102px;
    width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
    width: auto;
}
#respond {
    background: #FFFFFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 1.625em;
    position: relative;
}
#respond input[type="text"],
#respond textarea {
    background: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 0;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 37px;
    z-index: 1;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;

}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #555;
    font-size: 22px;
    left: 75%;
    position: absolute;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
    width: 132px;
}
#respond input#submit {
    border: none;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 15px;
    margin: 20px 0;
    position: relative;
    left: 30px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    /*color: #373737;*/
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
    padding: 0;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}
