﻿.entry{
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #333333;
}

.BlogHeader{ font-weight:bold; }

h3.entryTitle{
	background-color:Transparent;
	margin:0px;
	padding:0px;
	color:inherit;
}

h3.entryTitle a, h3.entryTitle a:visited, h3.entryTitle a:hover, h3.entryTitle a:link, h3.entryTitle a:active{
	color:#0254C3;
	font-size:small;
	text-decoration:underline;
}

h3.entryTitle a:hover{
	text-decoration:none;
}

.BlogContainerRight{
	width:100%;
	vertical-align:top;
	padding-left:6px;
}

.BlogItem p{ margin:6px 0px; }

.BlogItem ul{ margin-top:0px; margin-bottom:0px; }

.BlogItem li { padding-bottom:2px; }

.BlogContainerLeft{ width:150px; }

.BlogItem{
	border-bottom:1px dashed #333333;
	padding-bottom:20px;
	margin-bottom:20px;
}

.BlogImage{
	margin-bottom:20px;
	border:solid 1px #BBBBBB;
	padding:2px;
	/* IE Hack to fix bottom border padding*/
	//padding-bottom:0px;
}

.RssSpan{ vertical-align:middle; }

img .RssSpan{ border:none; }

.content h1.articles{
	width:100%;
}