/* blog area, used in contentlist and blog entry wraps single or multiple blog entries */
div.blogArea
{
	font-size: 11px;
	/*overflow: hidden;*/
	padding:0px 5px;
}

/* blog entry div, wraps blog entries */
div.blogArea div.blogEntry
{
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Blog title text */
div.blogArea div.blogEntry h2.blogTitle
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

/* Blog date text */
div.blogArea div.blogEntry h6.blogDate
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

/* Comment link row */
div.blogArea div.blogEntry p.commentLink a
{
	margin-top: 12px;
	color: #666666;
}

/* Comment link row */
div.blogArea div.blogEntry p.commentLink span.separator
{
	color: #cccccc;
}

/* Blog archive list wrapper div */
div.blogArchive
{
	font-size: 11px;
}

/* Blog year list in blog archive */
div.blogArchive ul.blogYearList
{
	list-style-type: none;
	font-weight: bold;
}

/* Blog month list in blog archive */
div.blogArchive ul.blogMonthList
{
	list-style-type: none;
	margin-top: 5px;
	font-weight: normal;
}
div.meCommentEntry{
	padding-bottom:5px;
}
div.meCommentEntry table.header{
	background:white;
	display:block;
	float:none;
	width:auto;
}
table.meCommentEditor{
	float:none;
}
div.nostobox_r_4 .kuva{
	text-align:center;
	border-bottom:1px #E7E7E7 dotted;
}
div.blogEntry p{
	margin: 0px 0px 10px 0px;
}