/*
Default CSS Styles for the Category Posts Widget plugin
Version: 4.0
*/
.cat-post-widget * {
	margin: 0;
	padding:0;
}
.cat-post-widget {
}
.cat-post-widget p {
	margin-bottom: 0;
}
.cat-post-widget .post-title {	
	font-weight: bold;
}
.cat-post-widget .post-date {
	margin-bottom: 0;
}
.cat-post-widget img {
}
.cat-post-widget ul li {
	list-style: none;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 0;
	border-bottom: 0px solid #ccc;
}

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

}
.cat-post-widget .news .news-item .box-image {
	height: 215px;
}
.cat-post-widget .news .news-item img {
	width: 100%;
	height: 100%;
}