
div#giraffe_calendar {

}

#wp-calendar
{
width:100%;
text-align: center;
font-size:110%;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;

}

#wp-calendar tr
{
	border-top: solid 1px #FFAB20;


}

#wp-calendar th
{
font-weight: bold;
background:#FED63C;
padding-top: 5px;
padding-bottom: 5px;
}

#wp-calendar td
{
background:#FECA2C;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
margin:0 2px;
}

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

}

#wp-calendar tbody td a
{
background:#FFF76A;
padding:2px 0;
}

#wp-calendar tbody td a:hover {background:#FD6D19;color:white;}

#wp-calendar caption
{
padding:15px 0 0 190px;
position:relative;
margin-bottom:15px;
}

#wp-calendar td#showit a {
display:none;
}

#wp-calendar td#next a, #wp-calendar td#prev a {
position:relative;
padding:5px;
}


#wp-calendar tfoot td {
background:#FFED6B;
}

#wp-calendar tfoot td#next {
text-align:right;
padding-right:5px;
}

#next a {
background:url(../../themes/thematic/library/images/a-next.gif) no-repeat right center;
padding-right:20px !important;
}

#wp-calendar tfoot td#prev {
text-align:left;
padding-left:5px;
}

#prev a {
background:url(../../themes/thematic/library/images/a-prev.gif) no-repeat left center;
padding-left:20px !important;
}
