#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-family: Georgia, Times New Roman, serif;
font-weight: bold;
color: #b0b0b0;
border: 0;
}
#wp-calendar * {
	border: 0 !important;
}

#wp-calendar tr {
	height: 32px;
}
#wp-calendar tfoot tr {
	height: 1px;
}
#wp-calendar td {
	padding: 0;
	width: 42px;
}

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

#wp-calendar th
{
font-weight: bold;
background: #fff;
color: #b0b0b0;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
color: #a51a21;
padding: 8px 1px;
}

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

#wp-calendar tbody td a
{
text-decoration: none;
color: #a51a21;
}
#wp-calendar tbody td a:hover {
	text-decoration: underline;
}
#today{
	background-color: #ededed;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: normal;
text-align: left;
font-size: 1.2em;
}

/*Sidebar Calendar*/
#calendar-top{
	width: 304px;
	height: 24px;
	background: #ededed;
	text-align: center;
	padding-top: 6px;
	color: #a51a21;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
}
#calendar-top a{
	color: #a51a21 !important;
}
#calendar-top a:hover{
	text-decoration:none !important;
	color: #6b151a !important;
}


