/**
 * The Hits List Frontend Styles
 */
.thl_counter {
	display: inline-block;
	margin: 10px 0;
	font-size: 0.9em;
	color: #666;
}

.thl-popular-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.thl-popular-posts .thl-popular-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.thl-popular-posts .thl-popular-post:last-child {
	border-bottom: none;
}

.thl-popular-posts .pp-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.thl-popular-posts .pp-thumbnail img {
	max-width: 150px;
	height: auto;
}

.thl-popular-posts .pp-content {
	overflow: hidden;
}

.thl-popular-posts .pp-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.thl-popular-posts .pp-title a {
	text-decoration: none;
}

.thl-popular-posts .pp-excerpt {
	margin-bottom: 10px;
	color: #666;
}

.thl-popular-posts .pp-meta {
	font-size: 0.9em;
	color: #999;
}

.thl-popular-posts .pp-meta span {
	margin-right: 15px;
}

.thl-popular-posts .pp-views {
	font-weight: bold;
}
