/*
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 {color:#333333;font-family: ParisineBold, ParisineRegular, Helvetica, Arial, sans-serif; font-size:18px; font-weight: 500; margin-bottom:0px; margin-left:-0px; background-color:#ffffff; text-align:right; opacity:1; vertical-align:text-top; margin-left:-75px; text-decoration:none;}

a.wpp-post-title  a:link   {color:#444444; font-family: ParisineBold, ParisineRegular, Helvetica, Arial, sans-serif; font-size:16px; font-weight: 500; margin-bottom:50px;text-align:right; text-decoration:none; }
	 a.wpp-post-title    a:visited {color:#444444; font-family:  ParisineBold, ParisineRegular, Helvetica, Arial, sans-serif; font-size:16px; font-weight: 500; margin-bottom:50px; text-align:right; text-decoration:none;}
	 a.wpp-post-title   a:hover {color:#991f1f; font-family: ParisineBold, ParisineRegular, Helvetica, Arial, sans-serif; font-size:16px; background:#ffffff; text-decoration:none; font-weight: 500; margin-bottom:50px; text-align:right; text-decoration:none;}
	 a.wpp-post-title   a:active {color:#444444;font-family: ParisineBold, ParisineRegular, Helvetica, Arial, sans-serif; font-size:16px; font-weight: 500; margin-bottom:50px; text-align:right;text-decoration:none;}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none; margin-bottom:-10px; margin-left:-0px;
}
a.wpp-thumbnail {width: 80px;}

/* 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 {
}