



/*
@media all and (max-width: 850px) {
	#header .bottom .search input {width:120px;}
}
@media all and (max-width: 750px) {
	#header .bottom .menu {font-size:10px;}
	#header .bottom .menu a {padding:0 5px;}
}
@media all and (max-width: 700px) {
	#header .bottom .search input {width:80px; font-size:9px;}
	#header .bottom .menu {line-height:19px;}
}
@media all and (max-width: 500px) {
	#header .middle {padding-bottom:5px;}
	#header .bottom {padding:3px 5px;}
	#header .bottom .search {padding:5px 0 0;}
	#header .bottom .search input {width:80px; font-size:9px;}
	#header .bottom .menu {line-height:normal;}
	#header .bottom .menu a {font-size:10px; padding:0 5px;}
	
	#content .sidebar {width:100%;}
	#content .sidebar.left {float:none;}
	#content .sidebar.right {float:none;}
}
*/



