/* handheld.css */

#browsertest-screen {
	display: none;
}
#browsertest-print {
	display: none;
}
#browsertest-handheld {
}

/*****  ALIGNMENT  *****/
h1, #browsertest, .scroll {
	text-align: center;
}

/*****  BORDERS  *****/
#browsertest, #content, .menu, .thumbnail, .scroll, .scrollparagraphs, .trail {
	border: 1px solid #000000; /* black */
}

/*****  COLORS  *****/
#browsertest {
	background: #FFFFFF; /* white */
	color: #000000; /* black */
}
#content {
	background: #ADD8E6; /* lightblue */
	color: #000000; /* black */
}
.menu {
	background: #F0E68C; /* khaki */
	color: #000000; /* black */
}
.scroll, .scrollparagraphs {
	background: #90EE90; /* lightgreen */
	color: #000000; /* black */
}
.trail {
	background: #FFA07A; /* lightsalmon */
	color: #000000; /* black */
}

/*****  HIDING  *****/
#header, .nohandheld {
	display: none;
}
ul.nomarkers {
	list-style-type: none;
}

/*****  MARGINS  *****/
#browsertest, #content, .menu, .scrollparagraphs, .trail {
	margin: 1px 0px;
}

/*****  PADDING  *****/
h1, #browsertest, #content, .menu, .scroll, .scrollparagraphs, .trail {
	padding: 1ex;
}

/*****  PICTURES  *****/
.logo {
	height: 8em;
	width: 12em;
}
.thumbnail {
	height: 4em;
	width: 6em;
}
