/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

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

#wp-calendar th { font-weight:bold; }

#wp-calendar #today {
	background:#569a9d;
	border:1px solid #dfdfdf;
	color:#fff;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }


