/*
Title: Demo app style sheet - screen
Author:   Cameron Moll, bored@cameronmoll.com
Version:  2007.10
*/

/* These styles dynamically override their counterparts in screen.css 
	when the browser width is greater than 1024. */

#search input[type="text"]	 {
	width: 220px;
}

#mytoolbox-nav ul li {
	width: 16.45%;
}

#mytoolbox-nav ul li a {
	/*font-size: 1.1em;*/
}
	
#toolbox-nav ul li {
	width: 16.45%;
}
#navbar ul li {
	width: 14%;
	/*  for 6 items on the menu... */
	/* width: 16.45%; */
}
#toolbox-news {
	width: 43.8%;
}

#toolbox-weather {
	width: 30.3%;
	min-width: 310px;
}

#toolbox-web {
	width: 25%;
}

.col1, .col2 {
	font-size: 1em;
	font-weight: bold;
}