/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

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

.wpp-list { /* UL element */
	font-size: 12px;
	line-height: 18px;
}

	.wpp-list li { /* LI - post container */
	overflow:auto;
	display:block;
	float:none;
	clear:both;
	padding-bottom:20px;

	}

		/* title styles */
		.wpp-post-title {
			font-weight:600;
			text-transform:uppercase;
		}
		
		.wpp-post-title a:hover {
			color:#027dc1;
		}
		
		/* thumbnail styles */
		.wpp-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}
		
		/* excerpt styles */
		.wpp-excerpt {
		}
		
		/* Stats tag styles */
		.post-stats {
			font-size:9px;
		}
			
			.wpp-comments {
			}
			
			.wpp-views {
			}
			
			.wpp-author {
				font-style:italic;
			}
			
			.wpp-date {
				display:block;
				clear:right;
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}