/**
 * 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-2 */
.AV-WBlog-2
{
	background-color: #e8e8e8;
}
	.AV-WBlog-2 .sub
	{
		padding: 8px;
	}
		.AV-WBlog-2 .sub .title
		{
			font-size: 16px;
			font-weight: bold;
		}
		.AV-WBlog-2 .sub .subsection
		{
			margin-top: 15px;
			padding: 5px;
			width: 100%;
			background-color: #ffffff;
			color: #000000;
		}
			.AV-WBlog-2 .sub .subsection .subtitle
			{
				font-weight: bold;
			}

.AV-WBlog-2 table th
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.AV-WBlog-2 table td
{
	padding: 5px;
}
.AV-WBlog-2 .articletitle
{
	text-align: left;
}
.AV-WBlog-2 .articlecount
{
	text-align: right;
	color: #808080;
	font-style: italic;
}

.AV-WBlog-2 h1
{
	font-size: 30px;
}
.AV-WBlog-2 .author
{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: #606060;
}