#wp-calendar
{
text-align: center;
width: 100%;
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 a:hover{
	color:#fff;
}

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

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

#wp-calendar caption
{
font-size: 18px; font-weight: bold; color: #fff; margin: 10px; padding: 10px; text-align: center;
}


