/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WBlog-1 */
.AV-WBlog-1
{
	width: 639px;
}
	.AV-WBlog-1 .title
	{
		color: #333333;
		display: block;
		font-size: 24px;
		line-height: 30px;
		overflow: hidden;
		text-decoration: none;
		width: 633px;
	}
	.AV-WBlog-1 .info
	{
		border-top: 1px solid #777777;
		border-bottom: 1px solid #777777;
		color: #777777;
		font-size: 11px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		position: relative;
	}
		.AV-WBlog-1 .info span
		{
			text-transform: uppercase;
		}
		.AV-WBlog-1 .info .comment
		{
			position: absolute;
		    right: 0;
		    top: 10px;
		    text-transform: uppercase;
		}
	.AV-WBlog-1 .blog-image
	{
		background-color: #ffffff;
		padding: 6px;
		border: 1px solid #b2b2b2;
		text-align: center;
	}
		.AV-WBlog-1 .blog-image img
		{
			width: 100%;
		}

	.AV-WBlog-1 .summary
	{
		margin-bottom: 37px;
		padding: 3px;
		position: relative;
	}

	.AV-WBlog-1 .summary .blog-snippet
	{
		color: #777777;
		letter-spacing: .025em;
		line-height: 18px;
		margin-top: 20px;
		margin-bottom: 28px;
	}
	.AV-WBlog-1 .summary 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;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B40000', EndColorStr='#760000'); /* IE */
		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;
		position: absolute;
		right: 0px;
		bottom: 0px;
		line-height: 22px;
		text-align: center;
		white-space: nowrap;
		width: 100px;
		height: 22px;
	}
	.AV-WBlog-1 .summary 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;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#760000', EndColorStr='#B40000'); /* IE */
	}

	/* Breadcrumbs */
	.AV-WBlog-1 .breadcrumbs
	{
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	
	/* The main bar stuff */
	.AV-WBlog-1
	{
		float: left;
		width: 629px;
	}
		.AV-WBlog-1 .article
		{
			margin-top: 15px;
			margin-bottom: 5px;
		}