/* screen styles for INP 170 Homework 6/7: Final Project */

body, td, div {
	font-family: verdana, geneva, lucida, arial, sans-serif;
	font-size: 12px;
}
body {
	background-color: #fff8e8;
	color: black;
	margin: 0px;
	padding: 0px;
}

/* for consistent spacing across browsers */
h3 { display: inline; font-size: 12px; }
h2 { font-size: 24px; font-style: italic;
		 margin-top: 0px; padding-top: 0px; border-bottom: 2px solid black; }

/* Masthead area styles */
.header {
	background-color: #ffd8aa;
	border: none;	/* for NS4 */
	border-bottom: 1px solid black;
	padding: 22px 25px;
}
.masthead, .shadow {
	border: 4px solid #800;
	width: 700px; 		/* Hacked in hide-from-ns4.css */ 
	padding: 4px;
	margin: 0;
	font-family: "New Times Roman", times, serif;
	font-style: italic;
	font-size: 34px;
	font-weight: bold;
	text-align: left;		/* don't center for NS4 */
	background-color: white;
}
.shadow, #logo { display: none; }	/* hide logo and shadow for NS4 */

/* Main area styles */
.main { position: relative; margin: 0px; padding: 10px 0px; }
.navbar { position: absolute; left: 10px; top: 10px; }
.trivia { position: absolute; left: 610px; top: 10px;  }

.navbar, .content, .trivia {
	border: solid black;
	border-width: 1px 2px 2px 1px;
	padding: 8px;
	margin: 0px;
}
.navbar, .trivia {
	width: 140px; 		/* Hacked in hide-from-ns4.css */
	background-color: #ffe8c0;
}
.content {
	width: 440px; 		/* Hacked in hide-from-ns4.css */
	margin-left: 160px; 
	background-color: white;
}

.navbar { font-weight: bold; }
.sxnlink { margin: 5px 0px; padding: 2px; text-align: center; }
.title { padding: 2px; font-weight: bold; text-align: center; }
.tip { font-size: 10px; margin-top: 4px; }
.lastmodbar { font-size: 9px; text-align: right; }
.orgname { font-style: italic; }
.currpage { color: black; }
.printonly, .statebox, .typebox { display: none; }

/* Footer area styles */
.footer { width: 750px; margin-left: 5px; }
.validation { float: left; }
.copyright { clear: left; }

/* other styles */
.definition { cursor: help; border-bottom: dashed 1px red; }
ul li { line-height: 120%; list-style: square; }
.formlbl { font-weight: bold; }
.formlbl:first-letter { text-decoration: underline; }
.address { margin-left: 50px; font-weight: bold; }
.note { font-weight: bold; }

/* the border attribute is deprecated, so style all the images */
img { border: 0px; }

