/*
Default CSS Styles for Same Category Posts plugin
Version: 1.0.12
*/
.same-category-post-current,
.post-date,
.same-category-post-comment-num  {
	font-size: 12px;
}
.post-title {
	font-size: 15px;	
	font-weight: bold;
}
.same-category-post-current a {
	font-weight: bold;
	text-transform: uppercase;
}
.post-date {
	font-style: italic;
	margin-bottom: 10px;
}
.cat-post-author {
	margin-bottom: 0;
}
.same-category-post-thumbnail img {
	float: left;
	margin: 5px 10px 5px 0;
}
.more-link {
	display: inline;
}
.post-entry { 
   	overflow: hidden;
   	padding: 0 0 5px 0;
}
.same-category-post-comment-num {
}
.same-category-post-item {
	border-bottom: 1px solid #ccc;
	list-style: none;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 0;
}
.same-category-post-item:last-child {
	border-bottom: none;
}
.same-category-post-item:before,
.same-category-post-item:after {
	content: "";
 	display: table;
	clear: both;

}
/* CSS cropping */
.same-category-post-item .same-category-post-css-cropping span {
	float: left;
	margin: 5px 10px 5px 0;	
}
.same-category-post-item .same-category-post-css-cropping span {
	overflow: hidden;
	display:inline-block;
}
