@charset "utf-8";
/* CSS Document */
.awpcomments{
	width:90%;
	margin-left:20px;
}
.entry-comments {
	border: 1px solid #cac9c9;
	border-bottom:none;
	clear:both;
	margin:0 auto;
	width:90%;
	display:block;
}
.comments-header {
	background: #ffffff url(images/commentborder.gif) repeat-x bottom;
	height:45px;
}
.comments-header p {
	margin-bottom:0;
	line-height:1.3em;	
	font-family:Georgia, Times, serif;
	font-size:13px;
}
.comments-header p a {
	font-family:Georgia, Times, serif;
	font-size:13px;
}
.postedby {
	float:left;
	display:inline;
	padding: 14px 16px 13px 16px;
}
.comments-count, .comments-count div {
	float:left;
	display:inline;
}
.comments-count {
	background: url(images/tab1-left.jpg) no-repeat bottom left;
}
.comments-count div {
	background: url(images/tab1-right.jpg) no-repeat bottom right;
}
.comments-count-active .comments-count {
	background: url(images/tab2-left.jpg) no-repeat bottom left;
}
.comments-count-active .comments-count div {
	background: url(images/tab2-right.jpg) no-repeat bottom right;
}
.comments-count p {
	line-height:1.3em;
	float:left;
	display:inline;
	background: none;
	padding: 13px 21px 13px 34px;
	margin:1px 0 0 0;
	background: url(images/comments-closed.gif) no-repeat 21px 54%;
}
.comments-count-active .comments-count p {
	background: url(images/comments-open.gif) no-repeat 21px 54%;
}
.post-interact {
	float:right;
	display:inline;
	padding:14px 14px 13px 14px;
}
/*.post-interact span {
	padding-top: 0px;
	padding-top: 0px;
	margin-left:14px
}
.addacomment {
	background: url(http://findingtheartinlife.com/wp-content/themes/prophoto2/images/comment.gif) no-repeat left center;
	padding-left:15px
}
.emailafriend {
	background: url(http://findingtheartinlife.com/wp-content/themes/prophoto2/images/email.gif) no-repeat left center;
	padding-left:20px;
}
.linktothispost {
	background: url(http://findingtheartinlife.com/wp-content/themes/prophoto2/images/link.gif) no-repeat left center;
	padding-left:18px;
}*/
.comments-body {
	border-bottom:1px solid #cac9c9;
	max-height: 220px;
	overflow:auto;
	display:block;
	width:100%;
}
.comments-body-inner {
	padding:15px;
}
.comment-time {
	color:#fc469d;
	margin:0 0 0 10px;
}
.comments-body .comment-p{
	background: #e2dad2;
	border-bottom:dashed 1px #d92082;
	padding:.6em .7em;
	color:#000000;
}
.comments-body p, 
.comments-body p a {
	font-size:11px;  
	font-family:Arial, Helvetica, sans-serif;  
	font-style:normal;  
	margin:0;
}
.comments-body p span.comment-author,
.comments-body p.alt span.comment-author,
.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited,
.comments-body p a:hover,
.comments-body p.alt a:hover {
	color: #d92082; 
	 
}
.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited {
	text-decoration:underline; 
}
.comments-body p a:hover,
.comments-body p.alt a:hover {
	text-decoration:none; 
}
