/*
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 {
}

/* UL - Popular Posts container styles */
.wpp-list {	
	
}

/* LI - Post container styles */
.wpp-list li {
	margin-left: 50px;
	padding-left: 50px;
	overflow:hidden;
	float:none;
	clear:both;
}
	
/* Styles for the popular post in view */
.wpp-list li.current {

}
	
/* Thumbnail styles */
.wpp-thumbnail {
	display:inline;
	float:left;
	margin:0 5px 5px 0;
	border:none;
}

/* Title styles */
.wpp-post-title {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
		
/* Excerpt styles */
	.wpp-excerpt {
}
		
/* Stats tag styles */
.post-stats {
	margin-top: 5px;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
			
			/* Comments count styles */
			.wpp-comments {
			}
			
			/* Views count styles */
			.wpp-views {
			}
			
			/* Author styles */
			.wpp-author {
			}
			
			/* Post date styles */
			.wpp-date {
			}
			
			/* Post category styles */
			.wpp-category {
				font-family: 'PT Sans Narrow', sans-serif;
				font-size: 12px;
				font-weight: normal;
			}
			
			.wpp-category a {
				color: #007fc8;
			}
			
			.wpp-category a:hover {
				color: #1A8BF4;
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}