.post h2,
.post h2 a:link,
.post h2 a:visited
{
	font-family: arial;
	font-size:24px; 
	color:#000; 
	font-weight:bold;
	margin	: 0;
	padding	: 0;
	background		: none;
	text-decoration	: none;
	text-align		: center;
}

.postmetadata
{
	float		: left;
	width		: 98%;
	padding		: 1%;
	color		: #000;
	font-size	: 14px;
	font-weight	: bold;
	border-top	: 1px solid #333;
	padding-left	: 0;
}

.block .postmetadata a:link,
.block .postmetadata a:visited
{
	color		: #000000;
	text-decoration	: none;
	font-weight	: bold;
	
}

#contentwrapper div.block-content
{
	margin-bottom	: 50px;
}


.titleAndAuthor
{
	border-bottom	: 1px dotted #a0a495;	
}


a:link, a:visited {
	font-weight: normal;
	color		: #116697;
	text-decoration	:none;
	
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#contentwrapper ul { list-style-image: url(img/bullet.jpg);

margin-left:0px;

padding-left:50px;}


.line_break
{
background:url(img/hor_grey_line.jpg) center repeat-x;

width:100%;

height:20px;

}

