/*
Default CSS Styles for the Category Posts Widget plugin
Version: 4.1.5
*/
/*.cat-post-title {
}
.cat-post-current .cat-post-title {
	font-weight: bold;
	text-transform: uppercase;
}
.cat-post-comment-num {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 0;
}*/
.cat-post-date {
    float:left;
    padding-right:6px;

}
.cat-post-author {
	margin-bottom: 0;
}
.cat-post-thumbnail img {
	float: left; 
	margin: 5px 10px 5px 0;
}
.cat-post-item {
	border-bottom: none !important;
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	line-height:1.4 !important;
}
.cat-post-item:before, 
.cat-post-item:after {
	content: "";
	display: table;
	clear: both;
}
.cat-post-item:last-child {
	border-bottom: none;
}
.cat-post-footer-link {
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top:6px;
	margin-top:14px;
	font-weight: bold;
}
