/* commentlist with thread comment */

#commentpost {
width:auto;
height:auto;
margin:10px 0;
padding:0;
}

#commentpost a {color:#610961;}
#commentpost a:hover {color:#1999bb;}
/*
background:url(../images/img.png) no-repeat left 3px;
*/


#commentpost h4, #respond h4 ,h4#pings {
font-size:16px;
line-height: 24px;
background:url(../images/all_icon.png) no-repeat 0 -676px;
border-bottom:1px solid #ddd;
padding:1px 0 1px 24px;
margin-bottom:5px;
text-transform:capitalize;
}

.nocomments {
font-size:14px;
font-weight:700;
font-style:italic;
margin:10px 0;
}

#commentpost .pnav {
width:100%;
clear:both;
font-size:13px;
margin-bottom:3px;
font-weight:700;
height:auto;
display:block;
}

#commentpost .pnav .alignleft {
float:left;
width:49%;
text-align:left;
height:auto;
}

#commentpost .pnav .alignright {
float:right;
width:49%;
text-align:right;
height:auto;
}

#commentpost .youtube_paginate {
font-size:13px;
text-align:right;
font-weight:700;
padding:4px 6px;
}

#commentpost .youtube_paginate span.current {
color:#55555e;
background:none;
text-decoration:none;
padding:1px 3px;
}

#commentpost .youtube_paginate span.disabled {
display:none;
}

#respond {
margin:0;
padding-top:10px;
background:#fff;  /** 这块恐怕要修改下的***/
position:relative;
zoom:1;  /** 设置zoom触发layout 修正IE6下bottom定位bug***/
}

#respond .cancel-comment-reply {
font-size:12px;
background:url(../images/all_icon.png) no-repeat 0 -710px;
padding-left:18px;
margin-bottom:3px;
line-height:20px;
}

#respond .author {
padding-left:21px;
line-height:20px;
background:url(../images/bulletin.gif) no-repeat;
}
#toggle-comment-author-info {line-height:24px; padding:0; margin:0;}

#respond .comment_form {
width:100%;
font-size:13px;
}

#respond .comment_form label {
font-weight:700;
}

#respond .comment_form p {
text-transform:capitalize;
margin:5px 0;
padding:0;
}

#respond .comment_form .name,#respond .comment_form .mail,#respond .comment_form .home {
width:28%;
border:1px solid #ccc;
background:#fff;
padding: 2px 0 0 24px;
height: 22px;
margin:0px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#respond .comment_form .name{background:url(../images/all_icon.png) no-repeat 0 -763px;}
#respond .comment_form .mail{background:url(../images/all_icon.png) no-repeat 0 -797px;}
#respond .comment_form .home {background:url(../images/all_icon.png) no-repeat 0 -824px;}

#respond .comment_form .comment_textarea {
height:142px;
width:60%;
border:1px solid #ccc;
padding:5px;
margin:3px 0;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#respond .comment_form .picture, #respond .comment_form .notify_checked, #respond .comment_form .notify_p {
color:#610961;
font-weight:700;
line-height:18px;
padding:5px;
height: 28px;
float: left;
margin:0;
}


#respond .comment_form .tinput{
float: left;
color:#fff;
font-weight:700;
line-height:18px;
padding:5px;
height: 28px;
font-size:13px;
border:1px solid #2e092e;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background:#4e094e;
margin-right:5px;
}

#respond .comment_form .tinput:hover {
background:#1999bb;
border:1px solid #4589f2;
cursor:pointer;
}


#respond .comment_form .notify_p {color:#666;}

#respond .comment_form .respond_visitor_gravatar {
position:absolute;
right:10%;
top:40px;
overflow:hide;
}

#respond .comment_form .respond_visitor_gravatar img {
border:1px solid #ccc;
width:48px;
height:48px;
background:#fff;
padding:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

/* 寂寞的广告  */
#respond .comment_form .ad_comment_180_150 {
position:absolute;
bottom: 69px;
left:63%;
overflow:hide;
width:180px;
height:150px;
padding:1px;
border:1px solid #ccc;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#respond .comment_form .ad_comment img {
margin:0;
padding:0;
}

/*commentlist 訪客評論區塊*http://lisizhang.com/2297.htm***http://www.wehan.net/wp_list_comments.html**/
ol.commentlist { 
list-style:none;
text-indent:0;
margin:0;
padding:0;
}

ol.commentlist li {
position:relative;
border:1px solid #ccc;
-webkit-box-shadow:inset 0 -1px 10px #ddd;
-moz-box-shadow:inset 0 -1px 10px #ddd;
box-shadow:inset 0 -1px 10px #ddd;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {
margin:5px 0 3px 0;
padding:10px 10px 5px 15px;
}

ol.commentlist li div.comment-author {font-size:12px;}
ol.commentlist li div.vcard {}

ol.commentlist li div.vcard cite.fn {font-style:normal;}

ol.commentlist li div.vcard cite.fn a.url {color:#55555e;}

ol.commentlist li div.vcard img.avatar {
border:1px solid #ccc;
float:left;
padding:2px;
margin-right:5px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta {
font-size:12px;
border-bottom:1px dashed #ccc;
margin:0 10px 0 50px;
}

ol.commentlist li div.comment-meta a {}
ol.commentlist li a {}
ol.commentlist li a:hover {}

ol.commentlist li p {
line-height:22px;
margin:0;
}

ol.commentlist li ul {}

/***
ol.commentlist li div.comment-body {
text-indent:1em;
}
**/
ol.commentlist li div.reply {
font-size:13px;
padding-left:16px;
font-weight:700;
background:url(../images/all_icon.png) no-repeat 0 -737px;
line-height:16px;
}

ol.commentlist li div.reply a {
color: #610961;
text-decoration: none;
}
ol.commentlist li div.reply a:hover {
text-decoration: none;
color: #1999bb;
}

ol.commentlist li ul.children {
list-style:none;
text-indent:0;
margin:0;

}

ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {}
ol.commentlist li ul.children li.depth-3 {}
ol.commentlist li ul.children li.depth-4 {}
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}

ol.commentlist li.even { background:#fff;}
ol.commentlist li.odd { background:#f0f0f0;}
ol.commentlist li.parent { border-left:2px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; }

ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

ol.commentlist li div.floor {
position:absolute;
top:10px;
right:0;
font-size:14px;
font-style:italic;
font-weight:700;
overflow:auto;
padding-right:10px;
color:#55555e;
}


#pingbox {
padding:5px;
background:#fff;
border:1px solid #ccc;
margin-bottom:10px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

h4#pings {background:url(../images/all_icon.png) no-repeat 0 -652px;}

ol.pinglist {
width:100%;
list-style:none;
margin:0;
padding:0;
}

ol.pinglist li {
line-height:26px;
width:100%;
display:block;
font-size:14px;
height:auto;
margin:0;
padding:0;
list-style-type:decimal;
}

/** 评论贴图 **/
.comment-body img{}

