#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
{
text-decoration: none;
display: block;
color: black;
}

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

#wp-calendar tbody tr td
{
border: 1px solid #666;
background: #f6f6f6;
}

#wp-calendar tbody td a
{
color: #DD080F;
font-weight:bold;
}

#wp-calendar thead tr th
{
background: #D52A0D;
color: #001438;
font-weight:bold;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: bold;
text-align: left;
font-size: 1.1em;
text-align:center;
background: #292929;
color: #D4D4D4;
}

