/**
 * Copyright: 2007-2013, FlexDealer Solutions Ltd
 * This code is property of FlexDealer Solutions Ltd. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WBlog-3 */
.AV-WBlog-3
{
	background-color: #ffffff;
	color: black;
	overflow: hidden;
	width: 315px;
	height: 230px;
}
	.AV-WBlog-3 .header
	{
		position: relative;
		height: 30px;
	}
	.AV-WBlog-3 .title
	{
		color: #333333;
		font-size: 18px;
		font-weight: bold;
		line-height: 23px;
	}
	/*.AV-WBlog-3 .link
	{
		float: right;
		font-size: 12px;
	}
			.AV-WBlog-3 .link a
			{
				background: url("../../images/button-viewall.png") no-repeat scroll 0px 0px transparent;
				display: block;
				width: 78px;
				height: 24px;
			}*/
	.AV-WBlog-3 a.button-readmore
	{
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B40000), to(#760000));
		background: -webkit-linear-gradient(top, #B40000, #760000);
		background: -moz-linear-gradient(top, #B40000, #760000);
		background: -ms-linear-gradient(top, #B40000, #760000);
		background: -o-linear-gradient(top, #B40000, #760000);
		background-repeat: no-repeat;
		border: 1px solid rgba(0,0,0,0.7);
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-family: "Open Sans",sans-serif;
		font-size: 12px;
		float: right;
		line-height: 22px;
		text-align: center;
		white-space: nowrap;
		width: 76px;
		height: 22px;
	}
	.AV-WBlog-3 a.button-readmore:hover
	{
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#760000), to(#B40000));
		background: -webkit-linear-gradient(top, #760000, #B40000);
		background: -moz-linear-gradient(top, #760000, #B40000);
		background: -ms-linear-gradient(top, #760000, #B40000);
		background: -o-linear-gradient(top, #760000, #B40000);
		background-repeat: no-repeat;
	}
	
	.AV-WBlog-3 .body
	{
		position: relative;
		height: 193px;
		margin: 0 auto;
		text-align: center;
		border-top: 2px solid #333333;
	}
		.AV-WBlog-3 hr
		{
			border-bottom: 0 none;
			border-top: 2px solid #333333;
			height: 0;
			margin-bottom: 0;
			margin-top: 3px;
			width: 100%;
		}
		.AV-WBlog-3 .blog-separator
		{
			background:url("https://sites.liftkit.click/images/widgets/blog-line.png") no-repeat scroll 8px 3px transparent;
			clear: both;
			height: 8px;
		}
	
/* The blog itself */
.AV-WBlog-3 .blog-item
{
	margin: 0 auto;
	width: 315px;
}
	.AV-WBlog-3 .blog-item .blog-inside
	{
		text-align: left;
		padding: 5px 10px 5px 10px;
		position: relative;
		width: 285px;
		height: 51px;
	}
		.AV-WBlog-3 .blog-item .blog-inside .image
		{
			box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
			float: left;
			margin-right: 10px;
		}
			.AV-WBlog-3 .blog-item .blog-inside .image img
		{
			border: 2px solid #ffffff;
			float: left;
			width: 46px;
			height: 46px;
		}

		.AV-WBlog-3 .blog-item .blog-inside .title
		{
			color: #531524;
			font-size: 13px;
			font-weight: bold;
			line-height: 1.5;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 225px;
		}
			.AV-WBlog-3 .blog-item .blog-inside .title a
			{
				color: #531524;
				text-decoration: none;
			}
		.AV-WBlog-3 .blog-item .blog-inside .caption
		{
			font-size: 11px;
			margin: 0px;
			overflow: hidden;
			text-overflow: ellipsis;
			padding: 0px;
			white-space: nowrap;
		}
		.AV-WBlog-3 .blog-item .blog-inside .author
		{
			float: left;
			margin-top: 1px;
			font-size: 11px;
			font-style: italic;
		}
		.AV-WBlog-3 .blog-item .blog-inside .date
		{
			float: right;
			font-size: 11px;
			font-style: italic;
		}