div.blogpost {
	margin-bottom: 40px;
	margin-top: 5px;
}
/*
div.blogpost p{
	font-size: 12px;
	line-height: 1.4;
	margin: 10px 0;
	text-align: justify;
}
*/
div.blogpost ul {
    padding-left: 40px;
}
div.blogpost h2 + p {
	margin-top: 5px;
}
div.comment_links {
	float:right;
	font-weight: bold;
	font-size:12px;
}
div.blogpost h2 {
	margin-bottom: 0;
	font-size: 18px;
}
div.blogpost .date {
    	float: right;
	margin-top: 7px;
	color: #888888;
	font-size: 10px;
}
.comments_disabled {
	font-size:10px;
	font-weight:normal;
	color: #888888;
}
div.blogpost div.category {
	font-size: 11px;
	color: #666666;
}
#comment_form {
	margin-top: 25px;
	padding:10px;
	padding-bottom: 50px;
	/*background: none repeat scroll #E7F1FA;*/
	background: none repeat scroll #EEEEEE;
	margin-left: 25px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#comment_form label {
	float: left;
	padding-top: 4px;
	width: 115px;
	font-weight: bold;
	padding-right: 10px;
	font-size: 12px;
}
#comment_form p.submit {
	margin-left: 115px;
}
#comment_form p.submit input{
	float: left;
	margin-left: 10px;
}
#comments {
	font-size: 12px;
	line-height: 1.6;
	margin-left: 25px;
}

#comments dt .name {
	font-weight: bold;
}
#comments dt .date {
	margin-left: 6px;
	font-size: 11px;
	color:#999999;
}
#comments dd {
	margin-left: 15px;
}

.blog_paginator {
	padding: 8px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}

#next_page {
	float: right;
}



