/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

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

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

/* thumbnail styles */
img.wpp-thumbnail {
						width: 38px;						height: 38px;						border: 1px solid #788087;
}a.wpp-thumbnail {					display: block;					float: left;					width: 40px;					height: 43px;					margin: 0 7px 0 0;					background: #dbdfe3;				}

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

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {float: left;						background: url(../img/tekresim.png) left center no-repeat;						background-position: -10px -1693.5px;						padding: 0 0 0 20px;						margin: 6px 0 0 0;						font-family: "Calibri", Arial, Helvetica, sans-serif;						font-style: italic;						color: #aa4141;						font-size: 12px;
	}
	
	.wpp-views {float: left;						background: url(../img/tekresim.png) left center no-repeat;						background-position: -10px -1724.5px;						padding: 0 0 0 20px;						margin: 6px 0 0 10px;						font-family: "Calibri", Arial, Helvetica, sans-serif;						font-style: italic;						color: #7d7d7d;						font-size: 12px;
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

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