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

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

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

#wp-calendar a
{
font-weight: bold;
text-decoration: none;
display: block;
color: #222;
}
#wp-calendar a:hover { color: #06f; }
#wp-calendar td, #wp-calendar th
{
text-align: center;  
}

#wp-calendar tbody td a
{
background-color: #eee;
}

#wp-calendar caption
{
padding: 0;
font-weight: normal;
text-align: left;
font-size: 1em;
}
#wp-calendar #prev { text-align: left; }
#wp-calendar #next { text-align: right; }
