#sidebar{
	width:24%;
	padding:5.75% 0 10%;
	float:right;
	font-size:.9em;
	line-height:1.7em
}
.full_width #sidebar{
	width:auto;
	float:none
}
/* search widget */
#sidebar #searchform{
	position:static
}
#sidebar #searchform #s{
	width:93%
}
@media(max-width:768px){
	#sidebar{
		width:100%;
		max-width:100%;
		float:none;
		clear:both;
	}
}