.blogComment {
	padding: 10px;
	border-top: 1px solid #ccc;
	clear: both;
}

.blogNewComment {
	margin-top: 5px;
	clear: both;
}

.blogNewComment p {
	margin-left:0px;
}

.blogNewCommentField {
	width: 100%;
	height: 130px;
}

.blogPoster {
	font-style: italic;
}

.blogCommentAdmin {
	background-color: rgb(240,240,240);
	border-radius: 5px;
	
}

.blogFooter a {
	margin-right: 5px;
}

.blogUserImage {
	float: right;
	margin: 0px 0px 5px 5px;
}


.blogEditRightPanel {
	float: left;
	margin-left: 20px;
	width: 450px;
}
.blogEditLeftPanel {
	float: left;
	width: 350px;
}
#blogImages {
	margin-bottom: 1em;
}

.imageFileName {
	width: 120px;
	overflow-x: hidden;
}

.blogMarkdownHelp {
	margin-top: 20px;
}

.blogKitCode pre {
	overflow-x: auto;
}

.editBlogPost label {
	font-size: 1.3em;
	display: block;
	margin: 1.6em 0 0.5em 0;
	color: rgb(120,120,120);
}

.blogEditRightPanelNOT {
	padding-bottom: 2em;
	border-bottom: rgb(220,220,220) 0.2em solid;
}

.blogStatus {
	float: left;
	display: block;
	width: 6em;
}

.blogStatus label {
	font-size: 1em;
	margin-top:0;
}