h3.currentdate {
	float: left;
}

#calnav {
	float: right;
	color: #666;
	}

#calnav div {
	float: left;
	display: inline;
	margin-left: 10px;
}
#calnav a {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #d52b1e;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}
#calnav a:hover {
	color: #111;
	border-bottom: 1px solid #bbb;
}
#cal {
	clear: both;
	border-left: 1px solid #ccc;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.36em;
	color: #444;
	margin-top: 10px;
	width: 556px;
}

#cal tr {
	border-top: 1px solid #ccc;
}

#cal td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	width: 13%;
	vertical-align: top;
}

/* day of the week labels */
#cal tr.topdays td {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* the blank boxes that act as placeholders for days from prior/next months */
#cal td.beforedayboxes, #cal td.afterdayboxes {
	background: #ebebeb;
}

/* the day number */
#cal td .toprightnumber {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}

/* current day */
#cal td.highlighteddayboxes {
	background-color: #ebebeb;
}
/*#cal td.highlighteddayboxes .toprightnumber {
	color: #d52b1e;
}*/

/* a entry on a day */
#cal td .dayitem {
	margin-bottom: 10px;
}

/* the 'name' of the entry */
#cal td .dayitem .itemname {
	margin-bottom: 2px;
}

/* the time it takes place */
#cal td .dayitem .itemtime {
	margin-bottom: 3px;
}

/* Linkage */
#cal td a {
	color: #d52b1e;
	text-decoration: underline;
}

#cal td a:hover {
	color: #111;
}

/* ===================================
SELF-CLEARING STYLES
====================================== */	
* html #cal { width: 556px; } /* for IE5+6 */

*:first-child+html #cal { width: 556px; } /* for IE7 */