
		
#wp-calendar table {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 24px;
	}

#wp-calendar table #next a {
	padding-right: 1px;
	text-align: center;
	}

#wp-calendar table #prev a {
	padding-left: 1px;
	text-align: center;
	}

#wp-calendar table caption a {
	display: block;
	text-decoration: none;
	background-color: #CC9933;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#wp-calendar table .eventday {
	display: block;
	text-decoration: none;
	background-color: #CC9933;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#wp-calendar table a:hover {
	color: #333;
	}

#wp-calendar table caption {
	color: #CC9933;
	font-size: 1em;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top:8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	}

#wp-calendar table td {
	color: #000000;
	font: normal 11px Verdana, Geneva, sans-serif;
	padding: 0px;
	text-align: center;
	width: 100px;
	height: 50px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	margin-right: -5px;
	margin-left: -5px;
	}

#wp-calendar table td.pad:hover {
	background: #fff;
	}

#wp-calendar table #today {
	background: url(http://www.dianelebow.com/images/today.gif);
	color: #666;
	}

#wp-calendar table th {
	color: #CC9933;
	font-style: normal;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .5em;
	text-align: center;
	vertical-align: middle;
	}
#wp-calendar a.eventday {
	color:#FFFFFF;
	}