/* Flexible Layouts
/* This stylesheet defines different layouts based on the detected 
/* screen size. It is based on the techniques described in 
/* 'Switchy McLayout' http://www.alistapart.com/articles/switchymclayout
*/

.screen_low .container_12 {width: 320px;}
.screen_low .container_12 .grid_12,
.screen_low .container_12 .grid_11,
.screen_low .container_12 .grid_10,
.screen_low .container_12 .grid_9,
.screen_low .container_12 .grid_8,
.screen_low .container_12 .grid_7,
.screen_low .container_12 .grid_6,
.screen_low .container_12 .grid_5,
.screen_low .container_12 .grid_4,
.screen_low .container_12 .grid_3,
.screen_low .container_12 .grid_2,
.screen_low .container_12 .grid_1 {
	width: 300px;
}

.screen_low ul.menu {clear: left; float: left; margin:0; padding:0; list-style-type: disc;width: 100%;}
.screen_low ul.menu li {margin: 0; padding: 0; display:block; float: none; }

.screen_low #site-slogan {display: none;}

.screen_low #block-search-form {clear: both;}
.screen_low #block-search-form input {float: left; margin: 10px 0 10px 10px;}