﻿/* = EVENTS COMPONENT
----------------------------------------------- */
.recentPost
{
	clear: both;
	margin-bottom: 16px;
}

.recentPost img.avatar {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	margin-right: 10px;
}

.postDescription {
	float: left;
	/*width: 190px;  -- to save room for the avatar */
	width: 224px;
}

.postDescription .title {
	color: #008fcb;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.postDescription  .summary {
	color: #6f859d;
	display: block;
}

ul.archivePost, .blogRecentPosts ul, .blogCategories ul a, .tags ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.archivePost li, .blogRecentPosts ul li, .blogCategories ul a, .tags ul li {
	padding: 3px 0;
	margin: 0;
	list-style-type: none;
}

ul.archivePost a, .blogRecentPosts ul a, .blogCategories ul a, .tags ul a {
	color: #6f859d;
	background: url(/images/icon_bullet.gif) no-repeat 0 3px;
	padding-left: 18px;
	line-height: 1.5;
	display: block;
}
