.blogPostTitle {
	color: #698BB6;
	margin-bottom:2px;
	padding-top:20px !important;
	font-size: 18px; 
	font-weight:bold;
}


.blogPostDetail, .blogPostViewInfo, .blogPostCommentDetail {
	font-size:11px;
	margin-bottom:15px;
	color: #888;
}

.blogPostViewInfo {
	text-align:center;
	margin-top:10px;
}

.blogPostComment{
	color:#888;	
	padding-bottom:10px !important;
}

.blogPostCommentDetail{
	text-align:right;
	border-bottom: 1px solid #C2D3E0;
}

.blogCommentWindow {
	background-color:#FFFFFF;
	background-image:none;
}

.blogPostContent{
	border-bottom: 1px solid #C2D3E0;
	padding-bottom:10px !important;
}


.categoryLine {
	text-align:center;
}


.blogError, .blogNotification{
    color: #333333;
    padding: 15px !important;
	text-align:center;
    font-weight: bold;
	margin:20px;
}

.blogError{
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
}

.blogNotification{
    background-color: #ebffe8;
    border: 1px solid #3caa10;
}

