#wp-calendar
{
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

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

#wp-calendar th
{
	color: #000;
	font-style: normal;
	text-align: center;
	height: 15px;
}

#wp-calendar a
{
	text-decoration: none;
	display: block;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#wp-calendar a:hover
{
	color: #FFF;
}

#wp-calendar td
{
	text-align: center;
	height: 15px;
	color: #FFF;
}


#wp-calendar tbody td a
{
text-decoration: none;
background-color: #FFF;
}

#wp-calendar tbody td a:hover
{
text-decoration: none;
background-color: #CD1B1B;
}

#wp-calendar caption
{
	letter-spacing: 0.1em;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	border-bottom: 0;
	font-family: "Courier New", Courier, monospace;
}

