/* #page specific */

.whitebox .blogToolbar {
	list-style: none;
	margin: 0; 
	padding: 0;
	font-size: 13px;
	height: 25px;
	left: -1px;
	position: relative;
}

.whitebox .blogToolbar span {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	height: 25px;
	line-height: 25px;
} 

.whitebox_top ul { 
	border-bottom: 2px solid #000;
}

.whitebox .blogToolbar span:hover {
	background-color: #ce5248;
	color: #fff;
	cursor: pointer;
}

.whitebox p a:link, .whitebox p a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.whitebox img {
	vertical-align: middle;
	border: 0px;
	padding-right: 3px;
}

.whitebox img.blogs_avatar {
	float: left; 
	padding: 10px;
	padding-top: 0;
}

.blogs_menu_selected span {
	border: 1px solid #000;
	border-bottom: 1px solid #eaeaea;
	background-color: #eaeaea;
	position:relative;
	top: -1px;
}

li.blogs_menu_selected a:link {
	color: #0071b1;
	text-decoration: none;
}

li.blogs_menu_selected span:hover {
	background-color: #eaeaea;
	color: #000;
	cursor: pointer;
}

.blogs_post_header {
	text-decoration: none;
	font-weight: bold;
}

.blogs_post_header:href {
	text-decoration: none;
	font-weight: bold;
}

div.blogs_comments {
	background-color: #eaeaea; 
	border-top: 1px solid #000;
	display:none;
}

div.blogs_comments span {
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #000;
}

div.blogs_comments hr { 
	border: 1px solid #eaeaea;
	border-top: 1px solid #000;
	color: #eaeaea;
}

div.blogs_comments img {
	padding: 1px;
	float: none;
	vertical-align: middle;
}

div.blogs_comments a:hover {
	color: #000;
}

div.blog_contents UL, div.blog_contents OL, blogs_comments div UL, blogs_comments div OL {
	margin-left: 30px;
}

div.blog_contents OL, blogs_comments div OL {
	list-style-type: upper-roman;
}

div.blog_contents UL, blogs_comments div UL{
	list-style-type: disc;
}
