#wp-calendar
{
text-align: center;
width: 230px;
height:217px;
border-collapse: collapse;
margin: 10px;
padding: 0;
font-size: 1em;
color:#222021;
position:relative;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}
#wpCalendarTable{
	width:100%
}


#wp-calendar td a,#wp-calendar div a,
#wp-calendar td a:hover,#wp-calendar div a:hover
{
text-decoration: none;
display: block;
color:#d9742c;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
height:22px;
padding:7px 0 0 0;
}
#wp-calendar th
{
font-weight: bold;
padding:16px 0 7px;
}

#wp-calendar tbody td a
{
text-decoration: none;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
/*padding: 2px 0 2px 0;*/
margin:0;
font-weight: normal;
text-align: center;
font-size: 1.2em;
position:relative;
}
#calendarToday{
background:url(../../themes/hand_drawn/images/calendarDayBg.png) no-repeat;
background-position:3px 5px;
}
#calendarPrev{
	left:20px;
	position:absolute;
	bottom:9px;
}
#calendarNext{
	right:20px;
	position:absolute;
	bottom:9px;
}

