.date-wrapper {
	width: auto;
	position: absolute;
	left: -38px;
	top: 0;
	margin-bottom: 0;
	background-color: #0CB9FA;
}

.postdate {
	padding: 5px;
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
}

.month-day,.year {
	position: absolute;
}

.month-day {
	width: 40px;
	height: 44px;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -22px;
}

.year,.month,.day {
	display: inline-block;
	color: #fff;
}

.month {
	font-size: 12px;
	line-height: 14px;
}

.day {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	font-family: arial;
}

.year {
	right: -8px;
	top: 50%;
	margin-top: -10px;
	width: 36px;
	height: 20px;
	font-family: arial;
	background-image: none;
	text-indent: 0;
	font-size: 16px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
	font-family: arial;
	width: 36px
}