/* search widget*/
#sidebar .search-fix {
	height:45px;
	padding:0;
}

#sidebar .search-fix .widget-top {
	background:none;
	padding:0;
	width:321px;
}

#sidebar .search-fix .widget-bottom, .screen-reader-text { display:none; }

#searchform {
	background-color:#F2F2F2;
	height:47px;
	width: 265px;
	float:right;
}

#s {
	font:normal 11px 'Trebuchet MS', Tahoma, Verdana;
	width:180px;
	height:22px;
	border:0;
	float:left;
	margin:10px 0px 0 9px;
	padding: 5px 0 0 3px;
	
}
#searchsubmit {
	background-color:#F2F2F2;
	font:bold 15px 'Trebuchet MS', Tahoma, Verdana;
	color:#999999;
	border:0;
	width:61px;	
	height:16px;
	cursor:pointer;
	float:right;
	margin-top:11px;
	margin-left:10px;
	
}
/* populares */
#pop {
	background-color:#F2F2F2;
	height:150px;
	width: 265px;
	float:right;
}


/* 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 {
	border:1px solid #12b9b9;
	background-color:#1bd1d4;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }

