/* 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:#f3f3f3;
	color:#821662;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

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

#wp-calendar a { color:#821662; }

#wp-calendar a:hover { color:#515151; }

.search-fix #s { width:135px; }


