div.threadedCommentsBubble {
	position: absolute;
	
	margin-left: -10px;
	margin-top: -1px;
	
	background-color: white;
	border: 1px solid #797979;
	width: 460px;
	
	padding: 10px;
	padding-top: 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

li.comment div.content p a[href^="#comment-"] {
	padding-left: 2px;
}

li.comment div.content p a[href^="#comment-"]:hover {
	background-color: #333;
	color: white;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	text-decoration: none;
}

div.threadedCommentsReplies {
	height: 30px;
}

div.threadedCommentsReplies div.threadedCommentsBubble {
	margin-top: 30px;	
}

a.threadedCommentReply {
	padding-left: 3px;
	padding: 3px;
	display: block;
	width: 24px;
	height: 24px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	float: left;
}

a.threadedCommentReply:hover {
	background-color: #333;
}

a.threadedCommentReply img {
	width: 24px;
	height: 24px;
}