/**
 * Frontend Styles for Fosforito's Popular Posts
 * ----------------------------------------------------------------------
 * Author	: Jens Leon Wagner
 * Copyright	: 2015 Fosforito Media
 * Support	: <https://www.fosforito.net/>
 **/

.pplrpsts-popular-posts article {
	position: relative;
	width: auto;
	border: 0;
	float:left;
	width: 14%;
	text-align: center;
	font-size: 10px;
	margin-left:2.5%;
}
.pplrpsts-popular-posts article:last {
	break: all;
}
.pplrpsts-popular-posts .postimage {
	min-height:100px;
	vertical-align: middle;
}
.pplrpsts-popular-posts header {
	width: auto;
	min-width: 100%;
}
.pplrpsts-popular-posts img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width:100px;
	padding: 5px 10px 5px 0;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}

.pplrpsts-popular-posts h1, .pplrpsts-popular-posts h1 a {
	font-size: 10px;
	line-height: 20px;
	display: inline;
	margin: 0;
}

.pplrpsts-popular-posts p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 0 70px !important;
	padding: 0;
}

.pplrpsts-popular-posts .fpp-content {
	min-height: 100px;
	margin-bottom: 10px;
}

.pplrpsts-popular-posts .fpp-content.dotted {
	border-bottom: 0px dotted silver;
}



