.blogtoolblock {
	border-left: 1px solid #CEDEEC; 
	border-top: 1px solid #CEDEEC; 
	border-right: 0px solid; 
	border-bottom: 0px solid; 
}

.blogtoolbar {
	background-color: #FFFFFF; 
	height:25px;
	border-left: 1px solid #FFFFFF; 
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #CEDEEC; 
	border-bottom: 1px solid #CEDEEC; 
}

.blogtoolsection {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #CEDEEC; 
	border-bottom: 1px solid #CEDEEC; 
	width: 3px; 
	height: 21px; 
	margin-left: 1px; 
	margin-right:0px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

.blogtoolbutton, .blogmessbuttontext {
	font-size: 70%; 
	color: #456A74; 
	text-decoration: none;
}

a.blogtoolbutton:hover, .blogmessbuttontext:hover {
	color: #456A74; 
	text-decoration:underline; 
}

.blogtoolseparator {
	border-left: 1px solid #CEDEEC;
	border-right: 1px solid #FFFFFF; 
	width: 2px; 
	height: 21px; 
	margin-left: 6px; 
	margin-right:1px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

img.blogmenuicon
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	width: 16px;
	height: 16px;
}

#new_posts{
display:block;
}

#commented_posts{
       display:none;
}