/* Featured Ribbon */
.post-block-out {
	margin:0 0 12px;
}
.featured_post_wrapper {
	position:relative;
}

.featured_post_wrapper h1.single-ad, .featured_post_wrapper h1.single-listing {
	margin-left:20px;
}

.featured_post_wrapper .featured_post {
	position:absolute;
	width:80px;
	height:80px;
	background:transparent url(images/featured-ribbon.png) no-repeat;
	top:-6px;
	left:-8px;
	z-index:20;
}

@media screen and (max-width: 400px) {
	.featured_post_wrapper .featured_post {
		display:none;
	}
}
