#home-blog {
	width: 302px;
	height: 217px;
	background: #000;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 236px;
	left: -302px;
	padding: 12px 0;
	font-family: 'cabinbold', Verdana, Geneva, sans-serif;
}
#home-blog h2 {
	background: url(../../../../themes/marco/images/icons-sprite.png) 0 -156px no-repeat;
	height: 56px;
	text-indent: -999em;
}
#home-blog article {
	padding: 10px 25px;
}
#home-blog article h3 {
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 5px;
}
#home-blog a {
	color: #FDB815;
	text-decoration: none;
}
#home-blog a:hover {
	color: #fff;
}
#home-blog p.blog-desc {
	color: #fff;
	font-size: 12px;
	min-height: 50px;
	line-height: 1.4em;
}
#home-blog p.readmore a {
	display: block;
	background: url(../../../../themes/marco/images/icons-sprite.png) -312px -158px no-repeat;
	height: 30px;
	width: 128px;
	text-indent: -999em;
}
#home-blog p.readmore a:hover {
	background-position: -312px -197px;
}

