#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding:2px;
margin: 0;
font-size: 1em;
background-color:#f5f5f5;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

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

#wp-calendar th
{
background-color:#AAC8D0;
color:#fff;
font-weight: bold;
padding: 2px;
}

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

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

#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #ccc;
}

#wp-calendar caption
{
background-color:#a3c2d7;
padding: 4px 0;
text-indent:0px;
font-weight: normal;
width: 243px;
text-align: center;
font-size: 13px;
color:#fff;
margin-bottom:1px;
font-weight: bold;
}

