/*
Default CSS Styles for the Related Posts Widget plugin
Version: 2.0
*/
.related-post-item * {
	margin: 0;
	padding: 0;
}
.related-post-item {
	font-size: 12px;	
	line-height: 18px;
	border-bottom: 1px dotted #ccc !important;
    padding: 20px 0 20px 0px !important;
	
}
.related-post-item p {
	margin-bottom: 0;
}
.related-post-item .post-title {
	font-size: 14px;	
	font-weight: none;
}
.related-post-item .post-date {
	font-style: italic;
	margin-bottom: 10px;
}
.related-post-item img {
	float: left;
	margin: 5px 10px 0 0;
}
.related-post-item ul li {
/* 	border-bottom: 1px solid #ccc; */
/*
	list-style: none;
	list-style-type: none;
	margin: 3px 0;
*/
/* 	padding: 3px 0; */
    border-bottom: 1px dotted #ccc !important;
    padding: 20px 0 20px 20px !important;

}
.related-post-item ul li:last-child {
	border-bottom: none;
}
.related-post-item .more-link {
	display: inline;
}
.related-post-item .post-entry { 
   	overflow: hidden;
   	padding: 0 0 5px 0;
}
.related-post-item .comment-num {
}