@CHARSET "UTF-8";

.calendarLeft {
	position: relative;
	top: -1em;
	width: 12em;
	padding: 0 1em;
	border-right: solid 1px #999;
	color: #CCC;
	background-color: #000;
}

h1.month {
	color: #CCC;
	position: relative;
	/*left: -10em;*/
	font-size: 2em;
	border-right: none;
	text-align: left;
	font-family:  Century Gothic, sans-serif;
	z-index: 15;
}
ul.calendarLeft li {
  list-style-type: none;
	padding: 5px;
	}

ul.calendarLeft li:hover {
	color: #000;
	background-color: #999;
}
.calendarLeft .date {
	width: auto;
	font-size: 20pt;
	float: right;
}

.calendarLeft .day {
	color: #333;
	font-size: small;
	vertical-align: top;
	text-align: right;
	padding-right: 3em;
	margin-bottom: 1em;
}

