/* ---------------------------------------------------------------
   Theme Name  : webadviser
   Description : minipost.css
   Author      : Mum Jokmok
   Author URI  : www.webadviser.org
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
   minipost
--------------------------------------------------------------- */
.minipost {
	float      : left;
	display    : inline;
	width      : 286px;
	margin     : 0 0 5px 5px;
	padding    : 3px 0 0 0;
	background : #2e3335;
	border     : 1px solid #272b2d;
	color      : #222;
}

.minipost h2 {
	height     : 20px;
	margin     : 0;
	padding    : 0 0 3px 0;
	text-align : left;
	font-size  : 20px;
	overflow   : hidden;
}

.minipost h2 a:link,
.minipost h2 a:visited {
	color : #c5c5c5;
}

.hentry {
	height   : 145px;
	padding  : 0 5px 2px 5px;
	overflow : hidden;
}

.hentry p {
	margin : 5px 5px;
	color  : #6b7478;
}

.hentry img {
	float      : left;
	margin     : 2px 5px 5px 0px;
	padding    : 4px 4px;
	background : #1e1f20;
	border     : 1px solid #393f42;
}

.meta {
	height     : 21px;
	padding    : 2px 10px 0 0;
	background : #292d2f ;
	border-top : 1px solid #272b2d;
	color      : #226b91;
	text-align : right;
}

.cat {
	float     : left;
	padding   : 0 0 0 10px;
	color     : #226b91;
	font-size : 13px;
}

.cat a:link,
.cat a:visited {
	color : #235B76;
}

.cat a:hover,
.cat a:active {
	color : #2E9FD7;
}