/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}
.widgettitle {
	color:#005188;
	font-size:1.25em;
}

/* UL - Popular Posts container styles */
.wpp-list {
	padding-left:0;
}

/* LI - Post container styles */
.wpp-list li {
	overflow:hidden;
	float:none;
	clear:both;
	border-bottom:dotted 1px #e1e1e1;
	margin-bottom:10px;
	padding-bottom: 10px;
}

/* Styles for the popular post in view */
.wpp-list li.current {
}

/* Thumbnail styles */
.wpp-list li:first-child img {
	display:block;
	float:none;
	margin:0 5px 0 0;
	border-top:solid 2px #005188;
	border-bottom:solid 2px #005188;
}
.wpp-list li a img {
	display:none;
}
.wpp-list li:first-child a.wpp-post-title {
	font-weight:700;
	line-height:1.0;
	font-size:1em;
}
.wpp-list li a.wpp-post-title {
	line-height:1.0;
	font-size:.9em;
	display:block;
}

/* Title styles */
.wpp-post-title {
}

/* Excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	display:block;
	font-size:9px;
	font-weight:bold;
}

/* Comments count styles */
.wpp-comments {
}

/* Views count styles */
.wpp-views {
}

/* Author styles */
.wpp-author {
}

/* Post date styles */
.wpp-date {
}

/* Post category styles */
.wpp-category {
}

/* WP-PostRatings styles */
.wpp-rating {
}