/* Articles Page */
	.BlogPost {
	margin-top:10px;
	width:95%;
}
div.BlogPostTitle {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:solid #CCCCCC 1px;
	padding:0px 0px 2px 0px;
}
a.BlogPostTitle {
	color:#b81e36;
	text-decoration:none;
}
.BlogTitle {
	FONT-SIZE: 1.2em;
	LINE-HEIGHT: 1.2em;
	color:#b81e36;
	TEXT-DECORATION: none;
	font-weight:bold;
}
.BlogPostInfo {
	font-family:Tahoma;
	font-size:85%;
	padding:4px;
	background-color:#eeeeee;
}
.BlogPostDescription {
	margin:10px;
}
/* The Article */
	.BlogPost {
}
.BlogPostTitle {
	FONT-SIZE: 1.2em;
	LINE-HEIGHT: 1.2em;
	color:black;
	TEXT-DECORATION: none
}
.BlogPostTitleCommentCount {
	float:right;
	font-size:.75em;
	font-weight:700;
	text-align:center;
	background-color:#CCCCCC;
	padding:10px;
}
.BlogPostTitleCommentCount a {
	TEXT-DECORATION: none;
	color:black;
}
.BlogPostTitleCommentCountNumber {
	font-size:2.6em;
	font-weight:700;
}
.BlogPostInfo {
	FONT-WEIGHT: normal;
	FONT-SIZE: 0.85em;
	COLOR: #666;
	LINE-HEIGHT: 1.25em;
	PADDING-TOP: 0.4em
}
.BlogPostBody {
	PADDING-TOP: 0.6em
}
/* Posted Comments */
	.BlogPostComments {
	PADDING-TOP: 0.4em;
}
.BlogPostCommentsTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.2em;
	LINE-HEIGHT: 1.5em;
	TEXT-DECORATION: none;
	color:#b81e36;	
}
.BlogPostComment {
	BORDER-RIGHT: #cccccc 1px dashed;
	PADDING-RIGHT: 0.3em;
	BORDER-TOP: #cccccc 1px dashed;
	PADDING-LEFT: 0.3em;
	BACKGROUND: #f7f7f7;
	PADDING-BOTTOM: 0.3em;
	MARGIN: 9px 3px 6px;
	BORDER-LEFT: #cccccc 1px dashed;
	PADDING-TOP: 0.3em;
	BORDER-BOTTOM: #cccccc 1px dashed
}
.BlogPostCommentText {
}
.BlogPostCommentAuthor {
	MARGIN-TOP: 5px;
	FONT-SIZE: 0.9em
}
/* Comment Form */
	.BlogPostLeaveComment {
	PADDING-TOP: 0.4em;
}
.BlogPostLeaveCommentTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.1em;
	LINE-HEIGHT: 1.5em;
	TEXT-DECORATION: none;
	color:#b81e36;	
}
div.BlogPostLeaveCommentInput {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	padding-top:3px;
}
span.BlogPostLeaveCommentInput {
	FONT-SIZE: 9px;
	padding-left:4px;
}
input.BlogPostLeaveCommentInput {
	width:200px;
}
textarea.BlogPostLeaveCommentInput {
	width:450px;
	height:150px;
}
div.BlogPostLeaveCommentSubmit {
	width:450px;
	text-align:right;
	padding:5px;
}

