
/****************************************/

/* post single */

/****************************************/

.post-single .post-image img
{
	display: block;
	width: 100%;
	height: auto;
}

.post-single .post-tags a
{
	background-color: #ddd;
	background-color: #3a3a3a;
	padding: 5px 10px 7px 10px;
	color: #fff;
	
	display: inline-block;
	margin-bottom: 5px;
}

/****************************************/