/* LAYOUT: POSITIONED: 15EM SIDEBAR */
/* Sets the width of the sidebar to 15ems, and an appropriate min-width for the entire layout */

#masthead, #container {
	min-width:45em;
	}
#content {
	left:15em;
	right:15em;
	}
#sidebar {
	width:15em;
	}
/*
#sidebar #search form input.searchbox {
	max-width:12em;
	}
*/
