html, body { height: 100%; }

#fullmain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -119px;
	position: relative;
}

#footer {
	height: 98px;
	position: relative;
}

.clearfooter {
	height: 119px;
	clear: both;
}

.post .date {
	text-align:right;
	top:0;
}

.post .date .month {
	color:#888888;
	font:700 .9em arial,sans-serif;
	text-transform:uppercase;
}
.post .date .day {
	border-bottom:1px solid #CCCCCC;
	color:#888888;
	display:block;
	font:700 1.1em arial,sans-serif;
	margin-top:-5px;
}

