/*************Post Tips**********************/
div.post {
	padding:20px 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #E9E9E9;
	overflow:hidden;
	width:670px;
}
div.postContent {
	clear:both;
	padding:0 0 10px 0;
}
h3.catTitle {
	padding:5px 0 6px;
	border-bottom:1px solid #CCCCCC;
}
div.post h3.postTitle {font-size:1.3em;}
div.post h3.postTitle a, div.post h3.postTitle a:link, div.post h3.postTitle a:visited {
	text-decoration:none;
	margin-left:-5px;
}
div.post .postContentMain {
	width:400px;
	float:left;
}
div.post .postExcerpt {
	width:250px;
	padding:0 0 0 20px;
	float:left;
}
div.post p.postMeta {font-size:10px;}
div.post p.categoryText {
	clear:both;
}
div.post p.readMore {
	padding:15px 0 0;
}
div.post a.learnMore span.angleQuotes {
	color:#CC0000;
	font-size:1.2em;
}
