.post .title
{
	padding: 5px;
	line-height: 13px;
	padding-bottom: 6px;
	background: url("./images/TitleRepeat.png") repeat-x;
}

.post .titleLeftBorder
{
	background: url("./images/TitleLeftBorder.png") no-repeat;
	
	height: 24px;
	width: 7px;
	
	float: left;
	margin-top: -5px;
	margin-left: -10px;
}

.titleRightBorder
{
	height: 24px;
	float: right;
	width: 200px;
	padding-right: 8px;
	margin-top: -24px;
	margin-right: -5px;

	background: url("./images/TitleRightBorder.png") no-repeat;
	background-position: center right;
	
	text-align: right;
	line-height: 24px;
	font-size: 11px;
		
	color: white;
	text-shadow:rgba(0, 0, 0, 0.80) 0px 1px 2px;
}


.post .title a, .post .title a:link, .post .title a:visited
{
	text-decoration: none;
	color: white;
	text-shadow:rgba(0, 0, 0, 0.80) 0px 1px 2px;
	font-weight: bold;
	font-size: 13px;
}

.post .title a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 15px;
	margin-bottom: 0px;
}

.post
{
	margin-bottom: 30px;
}

.post .entry
{
	padding: 5px;
}

p.postmetadata, p.postmetadata a
{
	padding: 5px;
	color: gray;
	margin-bottom: 3px;
}

#CommentBox
{
	border: 1px solid #CDCDCD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #E8E8E8;
}

.Comment
{
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.Comment .Date
{
	float: right;
	font-size: 10px;
	color: gray;
}

.Comment .Author
{
	color: #1E3551;
	font-weight: bold;
}

.Comment a, .Comment a:link, .Comment a:visited
{
	color: #1E3551;
	font-weight: bold;
	text-decoration: none;
}

.Comment a:hover
{
	text-decoration: underline;
}