/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */


/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
	float:left;
	margin:4px 15px 10px 0px;
}

.popular-posts img{
float: left;
margin: 4px 15px 10px 0px;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:0.85em !important;
	font-weight:500 !important;
	color:#888;
	display:block;
	left: 65px;
	padding-top:2px;
	margin-top:3px;
	border-top:1px solid #eee;
	padding-top:2px;
	}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-weight:700;
		text-transform:uppercase;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}

