#searchform {
	position:relative;
	height:31px;
}

#searchform .screen-reader-text { display:none; }

#searchform #s,#searchform #searchsubmit {
	position:absolute;
	top:0;
}

#searchform #s {
	background-color:#e0dcdb;
	border:none;
	width:244px;
	left:0;
	height:24px;
	padding:7px 7px 0;
	color:#477595;
}

#searchform #searchsubmit {
	background-color:#f0c15a;
	right:0;
	width:54px;
	height:29px;
	border-top:1px solid #cc9d36;
	border-bottom:1px solid #cc9d36;
	border-left:1px solid #eebe57;
	border-right:1px solid #eebe57;
	text-transform:uppercase;
	color:#ffffff;
	font-size:11px;
}

#wp-calendar {
	width:319px;
}

#wp-calendar caption { color:#477595; }

#wp-calendar th { color:#477595; }

#wp-calendar td { text-align:center; }

#wp-calendar #today {
	background-color:#f0c15a;
	border:1px solid #cc9d36;
	color:#ffffff;
}

#wp-calendar #prev { text-align:left; }

#wp-calendar #next { text-align:right; }

#wp-calendar #prev a { padding-left:7px; }

#wp-calendar #next a { padding-right:7px; }


