#wp-calendar
{
text-align: center;
vertical-align:middle;
width: 180px;
height: 170px;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
font-weight:bold;
border: 3px solid #ff8200;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background-color:#fcfcfc;
}

#wp-calendar th
{
font-weight:normal;
text-align: center;
vertical-align:middle;
}

#wp-calendar a
{
text-align: center;
vertical-align:middle;
text-decoration: none;
display: block;
color: white;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;
vertical-align:middle;
background-color:#fcfcfc;
font-size: 0.8em;
color:#4f4f4f;
border: 1px solid #99b4d2;

}

#wp-calendar tbody td a
{
text-align: center;
vertical-align:middle;
text-decoration: underline;
background-color: #ff8200;
text-decoration:none;
}


#wp-calendar tbody td#today 
{
text-align: center;
vertical-align:middle;
text-decoration: underline;
background-color:#fcfcfc;
font-weight:900;
color:#4f4f4f;
border: 2px solid #900;
}

#wp-calendar tbody td#today a
{
text-align: center;
vertical-align:middle;
text-decoration: underline;
background-color:#ff8200;
font-weight:900;
color: white;
text-decoration:none;
}

#wp-calendar caption
{
text-align: center;
vertical-align:middle;
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: normal;
font-size: 1.0em;
}


