/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

/*
#wp-calendar a { color:#CFA03A !important; }

#wp-calendar a:hover { color:#956B58 !important; }
*/

#wp-calendar th, #wp-calendar td { text-align:center; }

#wp-calendar th { font-weight:bold; }

#wp-calendar #today {
	border:1px solid #e4e4e4;
	background-color:#eeeeee;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }

#subscribe-rss {
	background:none !important;
	border:none !important;
	height:40px;
}

#subscribe-rss img { float:left; }
