#blog-recent-post {
	clear:both;
}
#blog-recent-post .head-post{
	font-size:25px;
	color:#bebebe;
        text-align:left;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 6px 0;
        position:relative; /* FIX FOR IE */
	background:url(http://media.koego.com/image/common/site/dot.jpg) repeat-x bottom;
}

#blog-recent-post .head-post span{
	font-size:25px;
	color:#979797;
	margin: 0 0 0 5px;
}
#blog-recent-post .post {
	clear:both;
	margin:0 0 15px 0;
}
#blog-recent-post .post-thumb {
	float:left;
	width:116px;
	height:90px;
	margin:0 12px 0 0;
}
#blog-recent-post .post-image {
	width:100px;
	height:75px;
	position:relative;
	z-index:5;
	top:15px;
	left:16px;
}
#blog-recent-post .post-thumb span {
	width:42px;
	height:41px;
	position:absolute;
	z-index:10;
	display:block;
	background: url(http://media.koego.com/image/common/site/ego-index.png) no-repeat;
}
#blog-recent-post .post-thumb em {
	font-size:17px;
	color:#FFF;
	display:block;
	text-align:center;
	font-style:normal;
	padding:4px 0 0 0;
}
#blog-recent-post .post-body {
	width:100% !important;
	text-align:left;
}
#blog-recent-post .post-body h1 {
	font-weight:normal;
	font-size:21px;
	color:#3a8fd2;
	line-height:18px;
	margin:12px 0 0 0;
}
#blog-recent-post .post-body h1 a {
	text-decoration:none;
	color:#3a8fd2;
	white-space: normal;
}
#blog-recent-post .post-body h1 a:hover {
	text-decoration:underline;
}
#blog-recent-post .post-body p {
	margin:8px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
#blog-recent-post .post-body p a {
	margin:0 0 0 5px;
}
#blog-recent-post .post-tag {
	clear:both;
	margin:8px 0 0 0;
}
#blog-recent-post .post-tag span {
	width:31px;
	height:14px;
	display:block;
	float:left;
	background: url(http://media.koego.com/image/common/site/tag-bg.png) no-repeat;
	font-size:11px;
	color:#FFF;
	margin:0 5px 0 0;
	padding:0 0 0 6px;
}
#blog-recent-post .post-tag a {
	text-decoration:none;
	font-size:11px;
	color:#969595;
	padding:0 4px;
}
#blog-recent-post .post-tag a:hover {
	background:#e3e3e3;
	color:#000;
}

