.nomad_sidebar_posts_widget {

}

.widget-post {
	margin-top: 15px;
}

.widget-post-thumb {
	display: block;
	width: 50%;
	margin: 0 auto;
}

img.widget-post-thumb-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid black;
}

.widget-post-title {
	display: block;
	text-align: center;
}

.widget a.widget-post-title:hover, .widget a.widget-post-title:focus, .widget a.widget-post-title:active {
	text-decoration: none;
}