/* Blog Widget Styles*/

.blog-preview{
	position: relative;
}

.blog-preview h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: inline;
	line-height: 28px;
	font-style: normal;
}

.blog-preview h3 a{
	color: #bec920;
	text-decoration: none;
}

.blog-preview h3 a:hover{
	color: #fff;
}

.blog-preview h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

