/* screen.css */

#browsertest-screen {
}
#browsertest-print {
	display: none;
}
#browsertest-handheld {
	display: none;
}

/***  ALIGNMENT  ***/
h1, #browsertest, .menu {
	text-align: center;
}

/***  BORDERS  ***/
#browsertest, #content, .map, .menu, .scrollparagraphs, .thumbnail, .trail {
	border: 2px 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 */
}
.scrollparagraphs {
	background: #90EE90; /* lightgreen */
	color: #000000; /* black */
}
.trail {
	background: #FFA07A; /* lightsalmon */
	color: #000000; /* black */
}

/*****  HIDING  *****/
#footer, .scroll {
	display: none;
}
a.killunderscore {
	text-decoration: none;
}
ul.nomarkers {
	list-style-type: none;
}

/*****  MARGINS  *****/
h1 {
	margin: 2em 0em;
}
#browsertest, #content, .menu, .scrollparagraphs, .trail {
	margin: 2px 0px;
}
.data {
	margin: 3em 0em;
}

/*****  PADDING  *****/
h1, #browsertest, #content, .menu, .scrollparagraphs, .trail {
	padding: 1ex;
}
.menu a {
	padding: 1ex;
}

ul.nestedlist, ul.thumbnails li {
	padding-bottom: 1ex;
}
ul.thumbnails li li {
	padding-bottom: 0ex;
}

/*****  PICTURES  *****/
.logo {
	height: 8em;
	width: 12em;
}
.map {
	height: 16em;
	width: 24em;
}
.thumbnail {
	height: 8em;
	width: 12em;
}
