/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */


/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
	float:left;
	margin:4px 15px 30px 0px;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:0.75em;
	font-weight:bold;
	display:block;
	left: 65px;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}

.mc_merge_var {
margin:1em 0 0 0 !important;
}

#mc_signup {
padding-top:9em;
}

.mc_input {
padding:.5em;
}

#mc_signup_submit {
    padding: 1em;
    margin-bottom: 1em;
    background:#5E5F5F;
color:white;
border:none;
box-shadow:none;
}

#mc-indicates-required {
width:87%;
text-align:right;
margin-top:.5em;
}
