@charset "utf-8";

div#tpc_thread { 
    margin: 0 15px 0 20px;
}

div#tpc_thread a { 
    color: #f8fbf8;
}

div#tpc_thread #tpe-comments-content { 
    margin-bottom: 3.5em;
}

div#tpc_thread div.comment-data { 
    position: relative;
    margin-right: 5px;
}

/* - Comment */
div#tpc_thread .comment { 
    margin: 0 0 1em;
    padding: 1em 0 0;
    border-top: 0;
}

/* -- Commenter Userpic*/
div#tpc_thread .comment-avatar { 
    padding: 0;
    border-color: #f3f3f2;
}

.blog div#tpc_thread .comment-by-owner .comment-avatar { 
    border-color: #e4007f;
}

.photo div#tpc_thread .comment-by-owner .comment-avatar { 
    border-color: #2792c3;
}

.dialy div#tpc_thread .comment-by-owner .comment-avatar { 
    border-color: #ffd900;
}


/* -- Comment Header */
div#tpc_thread .comment .comment-header { 
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-size: 95%;
}

div#tpc_thread .comment .comment-header > span { 
    display: inline-block;
    padding: 0 0 5px 0;
}

div#tpc_thread .comment .comment-header > span:after {
    content: "";
    border-top: 20px solid transparent;
    border-left: 20px solid #dcdddd;
    position: absolute;
    right: -23px;
    bottom: 0;
    width: 0;
    height: 0;
}

/* -- Comment Content */
div#tpc_thread div.comment-content { 
    max-height: 500px;
    padding: 1px 0.8em;
    background-color: #dcdddd;
    color: #2b2b2b;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#tpc_thread .comment-by-owner .comment-content { 
}

div#tpc_thread div.comment-content p { 
    margin: 0.8em 0;
    line-height: 1.5;
    font-size: 95%;
}

/* -- Comment footer */
div#tpc_thread .comment .comment-footer { 
    margin-bottom: 0;
}

div#tpc_thread .comment .comment-footer .comment-datetime { 
    float: none;
    clear: none;
    font-size: 85%;
}

div#tpc_thread .comment .comment-footer .comment-datetime a { 
    color: #595857;
    text-decoration: none;
}

div#tpc_thread .comment .comment-footer .comment-footerlinks { 
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 85%;
}


div#tpc_thread .comment-reply-1 { 
    margin-left: 1em;
}

div#tpc_thread .comment-reply-1 .comment-header span a:first-child { 
    margin-right: 0.5em;
}

/* - Comment Form */
div#tpc_thread #comments-signin p, 
div#tpc_thread #comments-signin .login-list { 
    display: none;
/*     clear: both;
    line-height: normal;
    margin: 0;
    font-size: 95%;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; */
}
