/* search widget*/
#sidebar .search-fix {
	background:none;
	height:44px;
	padding:0;
}

#sidebar .search-fix .widget-top {
	background:none;
	padding:0;
	width:321px;
}

#sidebar .search-fix .widget-bottom, .screen-reader-text { display:none; }

#searchform {
	padding:6px 6px 0;
	background: #3e470e url('../images/widget-search-bg.png') no-repeat 0 0;
	width:309px;
	height:38px;
	position:relative;
}

#searchform div {
}

#s, #searchsubmit {
	border:none;
	background-color:transparent;
	position:absolute;
	display: block;
	font:normal 13px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style:italic;
	color:#ffffff;
}

#s {
	left:12px;
	top:13px;
	width:229px;
}

#searchsubmit {
	height:33px;
	right:6px;
	top:6px;
	width:66px;
	color:#ffffff;
	text-indent:-9999px;
	padding:0;
	cursor:pointer;
}

/* callendar widget */
#wp-calendar th {font-style: normal;text-transform: capitalize;color: black;padding: 0 0 0 7px;width: 25px;height: 15px;} 
#wp-calendar td {color: #ccc;font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;letter-spacing: normal;padding: 2px 0;text-align: center;}
#wp-calendar a {width: 100%; display:block; height: 15px;}
#wp-calendar a:hover {background: #e68c29;color: #333;}
#wp-calendar td:hover, #wp-calendar #today {background: #ccc;color: #bbb;}
#wp-calendar {border: 1px solid #ddd;empty-cells: show;font-size: 14px;margin: 0;width: 100%;color: black;font-variant: small-caps;} 
#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }

