/*---:[ calendar widget ]:---*/
#calendar_wrap { 
    width: 100%; min-height: 100px; border: solid 1px #000; background-color: #fff; margin: 6px 0px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
    
#wp-calendar { width: 100%; height: 138px; border-spacing:1px; border-collapse:separate; }
	#wp-calendar caption { font-weight: bold; text-transform: uppercase; letter-spacing: 2px; color: #cc0033; height: 25px; line-height: 25px; }
	#wp-calendar th { width: 14%; height: 21px; background-color: #18861B; text-align: center; color: #fff; }
	#wp-calendar td { width: 14%; height: 22px; color: #000; background-color: #FFEDA6; text-align: center; }
	#wp-calendar td#next, #wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
	#wp-calendar td#next { text-align: right; }
	#wp-calendar td#prev { text-align: left; }