﻿/*
Default CSS Styles for the Category Posts Widget plugin
Version: 4.1.3
*/
.cat-post-current,
.cat-post-date,
.cat-post-comment-num {
	font-size: 12px;	
	line-height: 18px;}
.cat-post-title {
	font-size: 15px;}
.cat-post-current a {
	font-weight: bold;
	text-transform: uppercase;}
.cat-post-date {
	font-style: italic;
	margin-bottom: 0;}
.cat-post-thumbnail img {
	float: left; 
	margin: 5px 10px 5px 0;}
.cat-post-item {
	border-bottom: 1px solid #ccc;
	list-style: none;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 0;}

.cat-post-item p {
	font-size: 10px;
	text-align:left;}

.cat-post-item:before, 
.cat-post-item:after {
	content: "";
	display: table;
	clear: both;}
.cat-post-item:last-child {
	//border-bottom: none;
border-bottom: 1px solid #ddd;}

.more-links {
	color: #f00;
	padding: 0;
	margin-bottom: 10px;
	font-size: 90%;}
