#wp-calendar {
	text-align: center;
	border-collapse: collapse;
	width: 178px;
	margin-left: 1px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wp-calendar caption a, #wp-calendar caption a:hover {
	background: transparent;
}

#wp-calendar th {
	font-weight: bold;
	background-color: #C5D2E3;
	color: #11568B;
	text-align: center;
	height: 18px;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #11568B;
}

#wp-calendar td {
	text-align: center;
	color: #333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wp-calendar td#next a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 3px;
}

#wp-calendar td#prev a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 3px;
}

#wp-calendar td#showit a {
	display: none;
}

#wp-calendar tbody tr {
	text-align: center;
}

div#giraffe_calendar table#wp-calendar tbody tr td {
	text-align: center;
}

#wp-calendar tbody td a {
	text-decoration: underline;
	background-color: #CED9E7;
	color: #11568B;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 18px;
	text-align: center;
}

#wp-calendar tbody td a:hover {
	text-decoration: underline;
	background-color: #96B1D0;
	color: #FFFFFF;
	height: 18px;
}

#wp-calendar caption {
	padding: 0;
	text-align: center;
	margin: 0;
	color: #11568B;
	background-color: #E4EAF2;
	font-weight: bold;
	letter-spacing: .01em;
	height: 18px;
}

div#wp-calendar-split {
	margin: 0;
	list-style-type: decimal;
	list-style-position: inside;
	color: #333333;
	background: #CED9E7 none repeat-y;
	border-left: 1px solid #CED9E7;
	border-bottom: 1px solid #CED9E7;
	border-right: 1px solid #CED9E7;
	padding: 10px 5px 5px 0;
}

div#wp-calendar-split ul li {
	line-height: 11px;
	font-size: 9px;
	margin: 0 0 5px 5px;
	list-style-type: decimal;
	list-style-position: inside;
	color: #333333;
	padding: 0;
}
