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

/* 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;
	padding:0;
}

/* Blog month list in blog archive */
div.blogArchive ul.blogMonthList
{
	list-style-type: none;
	margin-top: 5px;
	font-weight: normal;
	padding-left:10px;
}
div.meCommentEntry{
	padding-bottom:5px;
}
div.blogArchiveWrapper{
	float:left; 
	width:180px;
	padding:0px 5px;
	border:1px #E6E6E6 solid;
}
