.post h2 {
  color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	/*font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;*/
	font-size:16px;
	padding-bottom: 3px;
}
.post h2 a, .post h2 a:visited {
  color: #59770e;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: none;
}

.post {
	clear:both;
	padding-top: 20px;
	position:relative;
}

.post-date-green {
	width: 45px;
	height: 49px;
	float:left;
	background: url('/components/newArticles/images/date-bg.gif') no-repeat;
	position:absolute;
}
.post-date-blue {
	width: 45px;
	height: 49px;
	float:left;
	background: url('/components/newArticles/images/date-bg-blue.gif') no-repeat;
	position:absolute;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	margin-left: 55px;
}

.post-cat {
	background: url('/components/newArticles/images/mini-category.gif') no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-cat a { text-decoration:none; }

.post-comments {
	background: url('/components/newArticles/images/mini-comments.gif') no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-comments a { text-decoration:none; }

.post-calendar {
	background: url('/components/newArticles/images/mini-calendar.gif') no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

.post .entry {
	clear: left;

	margin-left:50px;
	padding:5px;

	padding-top: 10px;
	text-align:left;
}

.post a.more { text-decoration:none; font-weight:bold; padding-left:20px; }
