* html div#nav {
	margin-top: -293px;
}
div#article {
	padding-top: 20px;
}
div.blog {
	padding: 0 130px 0 75px;
	position: relative;
	min-height: 90px;
}
* html div.blog {
	height: 70px;
}
div.blog a.more-link {
	float: right;
	margin-right: -130px;
}


div.blog span.date {
  	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	padding: 5px 6px 0 0;
	height: 68px;
	background: url(images/cal_date_bg.png) no-repeat 0 0;
}
div.blog span.date span.month,
div.blog span.date span.day,
div.blog span.date span.year {
	width: 50px;
	text-align: center;
	display: block;

}
div.blog span.date span.day {
	font-weight: bold;
	line-height: 25px;
	font-size: 1.2em;
}

* html div.blog span.date {
	left: 0;
}
div.navitem h2 {
	padding-bottom: 10px;
}
div.navitem h2 a {
	text-decoration: none;
}
