.wp-picker-container {
	display:		inline-block;
	clear:			both;
	width:			100%;
}
/* Latest Posts */
.zc_latest_posts {
	clear:			both;
	position:		relative;
}
.zc_latest_posts a,
.zc_latest_posts h3,
.zc_latest_posts span,
.zc_latest_posts li,
.zc_latest_posts img,
.zc_latest_posts div {
	position:		relative;
}
.zc_latest_posts .widget_post {
	display:		block;
	float:			left;
	list-style-type:	none;
	clear:			both;
	width:			100%;
}
.zc_latest_posts .widget_post + .widget_post {
	padding-top:		10px;
}
.zc_latest_posts .widget_post a:visited,
.zc_latest_posts .widget_post a {
	color:			#555;
	display:		block;
}
.zc_latest_posts .post_thumbnail {
	float:			left;
}
.zc_latest_posts .post_thumbnail img {
        width:			40px;
        height:			40px;
        border:			1px solid #555;
	margin-right:		10px;
	display:		block;
}
.zc_latest_posts .post_title {
	display:		block;
	font-size:		12px;
	line-height:		1.2em;
}
