div.Blog h4
{
	font-weight: normal;
	font-size: 1em;
	color: #000;
	margin: 0;
}
div.Blog h2
{
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}
div.Blog h3
{
	font-weight: normal;
	font-size: 0.8em;
	color: #b3a799;
	margin: 0;
	margin-bottom: 10px;
}
div.Blog div.BlogContent
{
	width: 450px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.Blog div.BlogContent img
{
	max-width: 450px;
}
div.Blog div.BlogPhotos
{
	border-top: dotted 1px #ddd7cf;
	padding: 10px;
}
div.Blog div.BlogPhotos img
{
	width: 75px;
	height: 75px;
	margin: 0 2px 2px 0;
	border: solid 2px #fff;
}
div.Blog div.BlogExtras, div.Blog div.BlogTags
{
	margin-top: 10px;
	border-top: dotted 1px #ddd7cf;
	padding-top: 5px;
	font-size: 0.8em;
	margin-bottom: 30px;
}
div.Blog div.BlogExtras a.Comments 
{ 
	display: inline; 
	border-right: solid 1px #ddd7cf;
	padding-right: 5px;
}
div.Blog div.BlogExtras div.Tags { display: inline; }

/* Comments */
div.Comments div.Comment
{
	padding-bottom: 20px;
	border-bottom: dotted 1px #ddd7cf;
	margin-bottom: 30px;
}
div.Comments div.Comment h3
{
	font-size: 0.8em;
	color: #b3a799;
	font-weight: normal;
	margin: 0;
}
div.Comments div.PostComment input.Narrow, div.Comments div.PostComment input.Wide, div.Comments div.PostComment textarea
{
	width: 444px;
	padding: 2px;
	border: solid 1px #dad3cb;
	margin-bottom: 2px;
}
div.Comments div.PostComment input.Narrow { width: 354px; }
div.Comments div.PostComment textarea { height: 100px; }
div.Comments div.PostComment span.Small 
{
	font-style: italic;
	font-size: 0.8em;
}

/* Paging */
div.Paging
{
	width: 450px;
	overflow: hidden;
	margin-top: 30px;
	font-size: 0.8em;
} 
div.Paging select 
{ 
	border: solid 1px #ccc; 
	padding: 2px;
	width: 50px;
}
div.Paging div.Left { float: left; }
div.Paging div.Right { float: right; }
