#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font:1.5em Georgia, "Times New Roman";
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
text-decoration: bold;
}

#wp-calendar th
{
font-weight: bold;
background-color: #ececec;
color: #333;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
background-color: #fff;
color: #3c78a7;
}

#wp-calendar a:hover
{
text-decoration: none;
display: block;
color: black;
background-color: #3c78a7;
color: #fff;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;
}

#wp-calendar tbody td a
{
text-decoration: bold;
font-weight: bold;
color: #b22222;
}

#wp-calendar tbody td a:hover
{
text-decoration: bold;
font-weight: bold;
background-color: #b22222;
color: #fff;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-style: italic;
text-align: left;
font-size: 1.2em;
background-color: #fff;
color: #3c78a7;
}


