#trending-posts-widget {
	border: 1px solid #AAA;
	background: #FFF;
}

#trending-posts-widget h3 {
	border-bottom: 1px solid #ea973e;
	color: #343434;
	display: block;
	padding: 10px 0;
	text-align: center;
	background: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.trending-post-block {
	position: relative;
}

.trending-post-block .inner {
	padding: 10px 20px;
	border-bottom: 1px solid #AAA;
}

.trending-post-block .rank {
	display: block;
	float: left;
	width: 40px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #F79300;
}

.trending-post-block .info {
	display: block;
	float: right;
	width: calc(100% - 40px);
}

.trending-post-block p.title {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

.trending-post-block .author-image {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid rgba(0,0,0,0.3);
}

.trending-post-block .author-meta {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	vertical-align: top;
}

.trending-post-block a.linkout {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 99;
}