#wp-calendar
{
	margin: 0px 0px 15px 20px;
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
padding: 10px 0;
}

#giraffe_calendar { margin-bottom: 10px; }

#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;
}

#today { font-weight: bold; }

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

#wp-calendar tbody 
{
background-color:#e1e1e1;
/*border-spacing: 2px 2px;
border-color: gray;
border-collapse: separate;
display: table;*/
}

/*#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;
font-weight: bold;
text-align: center;
font-size: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
background:url(linha_calendario.gif) bottom repeat-x;
border: none;
}

