
#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('/wp-content/themes/Starcad/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;
}


#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:#e68c29;
	color:#ffffff;
}

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



