#wp-calendar
{
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	position:relative;
	top:10px;
	font-size: 1.1em;
}

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

#wp-calendar th
{
	font-weight: bold;
}

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

#wp-calendar td, #wp-calendar th
{
	text-align: center;  
}

#wp-calendar thead {
	color:#3d087a;
	border-top:thin dotted #a0a0a0;
	border-bottom:thin dotted #a0a0a0;
}

#wp-calendar tbody {border-bottom:thin dotted #a0a0a0}

#wp-calendar tbody td a
{
	color:#fff;
	background-color:#3d087a;
}

#showit a {display:none}
#prev a, #next a {background-color:#3d087a; color:#fff; text-transform:uppercase}

#giraffe_calendar #wp-calendar-caption
{
	margin-left:36px;
	padding: 0.2em 0em 0.2em 0em;
	text-align: center;
	font-size: 1.1em;
	width:120px;
	text-transform:uppercase;
	background-color:#3d087a;
	color:#fff;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
}

* html #giraffe_calendar #wp-calendar-caption {margin-top:-10px; margin-bottom:10px}
*:first-child+html #giraffe_calendar #wp-calendar-caption {margin-top:-10px; margin-bottom:10px; position:relative; z-index:100}

#giraffe_calendar #wp-calendar-caption {margin-top /*\**/: -10px\9; margin-bottom /*\**/: 10px\9;}