﻿.contentPageEnd
{
	display:none;
}
.content
{
	/*min-height: 0;	*/
}
#blogCont
{
	padding-right:13px;
	padding-left:22px;
}
.blogPostHeading
{
	float:right;
	width:220px;
}
.pageHeader h1
{
	width:350px;
	float:left;	
}
.blogPostDate
{
	float:left;
	width:160px;
	color:#69CE0E;
	font-weight:bold;
}
.blogReturn
{
	float:right;
	width:50px;
}
.postComment
{
	border:1px #ccc solid;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	padding:10px;
	margin-bottom:10px;
}
.blogPostContent
{
	margin-bottom:10px;
}
.submitBtn
{
    background-color:#999B9D;
    border:none; 
    text-align:center;
    height:18px;
    float:left;
    margin-right:10px;
}
.submitBtn a,
.submitBtn a:visited
{
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	width:150px;
	overflow:hidden;
}
.commentPaging
{
	margin-bottom:10px;
}
.subject
{
	font-weight:bold;
	float:left;
	width:400px;
}
.postTime
{
	color:#69CE0E;
	float:right;
	width:160px;
	text-align:right;
}
.postCommentHeader
{
	clear:both;
	width:100%;
}
