@charset "utf-8";

	.comment .fleft { width:80px; }
	.comment-footer .fright { width:100px; text-align:right; }
	
	.post_comments { padding:5px 30px 10px 30px; overflow:auto; background:#eee; border-top:1px solid #ccc; }
	.post_comments li { list-style:none; list-style-image:none; list-style-type:none; }
	.comment { overflow:hidden; margin-top:10px; }
	.comment p { margin:0.3em 0 0.6em 0; line-height:1.4em; font-style:italic; color:#555;  }
	.comment .children { padding-left:25px; }
	/*.comment-avatar { float:left; display:inline; margin-right:-200px; width:80px; }*/
	
	.byuser .comment-box { background:#F1F9FA; }	
	.comment-box { overflow:hidden; margin-left:80px; background:white; }
	.comment-box .fright { width:30px; }
	.comment-box .left { padding:15px 10px 15px 15px; }
	
	.comment-controls { padding-left:5px; margin-top:10px; border-left:1px dashed #ccc; }
	.comment-controls .reply { opacity:0.4; float: }
	.comment-box:hover .reply { opacity:0.8; } /* not supported in ie6; move handling to javascript */
	
	.comment-author { font-weight:bold; font-size:14px; font-family:"Trebuchet MS", "Segoe UI", Tahoma, sans-serif; padding-bottom:10px; }
	.comment-author .says { font-weight:normal; font-size:13px; }
	.comment-date { display:block; font-weight:normal; font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#666; }
	/*.comment-box:hover .comment-footer .fright { visibility:visible; }
	.comment-footer .fright { visibility:hidden; }*/
	.comment-footer { color:#999; overflow:hidden; }
	/*.comment-meta { float:left; display:inline; }
	.comment .aright { float:right; display:inline; } */
	/* .comment-edit, .reply { padding-left:15px; } */
	
	.commentlist { padding-bottom:10px; }
	
	.comment-navigation { text-align:right; margin:2px 0; }
	.comment-navigation .page-numbers { padding:3px 6px; background:white; border:1px solid #ccc; }
	.comment-navigation .current { background:#f1f2f2; color:#333; border:1px solid #f1f2f2; }
	
	#respond { margin-left:80px; margin-top:10px; background:white; padding:10px; border:1px solid #ccc; }
	#respond textarea { width:80%; }
	
	#respond .nocomments {  margin-left:20px; }
	
	.cancel-comment-reply {}