/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

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

.post-content {
width: 660px;
}

.gallery-item {
height: 270px;
}

.post-content h2 {
    margin: 0 0 2px;
    padding-top: 20px;
    margin: 0 0 0 -5px;
}

/* title styles */
.wpp-post-title {
}

.wpp-post-title1 {
padding-top:0px;
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
}

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

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

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