/* blog.css holds the layout css for the blog stuff */


li.widget_tag_cloud a {
	color:#5d5d5d;
}
/* Posts */
/* Updated 8/12/09 to reflect comps -BS */
ol#posts {
	list-style: none;
	width:580px;
	margin: 0;

}

ol#posts h2.postTitle, h4.widgettitle {
	font-size:17px;
	font-weight:normal;
	line-height:1.4em;
	margin-top:0;
	color:#006bb3;
}

ol#posts li.postWrapper, li.widget { 
	padding-bottom:40px;
}


ol#posts .postWrapper img { }

ol#posts div.post { 
	font-size:12px;
	line-height:1.4em;
	padding:10px 0 0px 0;

}

p.postMeta {
	margin-top:10px;
	border-top:1px solid #d6d6d6;
	clear:both;
	padding-top:5px;
	font-size:11px;
}

a.feed {
	height:14px;
	background: transparent url('images/feed-icon-14x14.png') center left no-repeat;
	padding-left:18px;
	padding-top:1px;
}