.search-fix {
	padding-top:8px !important;
}

/* 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-color:#f0f0f0;
	border:1px solid #d3d3d3;
}

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

#subscribe-rss {
	background:none !important;
	height:40px;
	padding:0 !important;
	border-color:#a2b829 !important;
	width:310px !important;
}

#subscribe-rss img {
	float:left;
}


