#wp-calendar
{
position: absolute; 
text-align: center;
width: 370px;
padding: 0;
margin-top: 25px; 
margin-left: 8px;
font-size: .9em;
background: #fff; 
height: 155px;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

#wp-calendar th
{
font-weight: bold;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
border: solid 1px black;
}

#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #ccc;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
/* padding: 0.2em 1em 0.2em 0em; */
margin-top: 10px; 
font-weight: normal;
text-align: right;
font-size: 1.2em;
color: #fff;

}

#wp-calendar tfoot {

}


