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

body, td, div {
  font-family: georgia, serif;
  font-size: 12pt;
}
body {
	background-color: white;
	color: black;
}

/* 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: 2pt solid black; }

/* Masthead area styles */
.header {
	position: static;
	background-color: white; 
	border: none;
	padding: 22pt 0pt;
}
div#logo, div.shadow { display: none; }
div.masthead {
	border: 4pt solid black;
	width: 90%; 
	padding: 4pt;
	margin: 0;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	position: static;
	color: black;
}

/* Main area styles */
.main { position: static ; margin: 0; margin-bottom: 20pt; padding: 0;
				width: 99%; }
.trivia { position: static; float: right;  }
.navbar { display: none; }

.content, .trivia {
	border: none;
	padding: 0;
	margin: 0;
}
div.trivia {
	width: 25%; 
	background-color: white;
}
html>body div.trivia { width: 25%; }
div.content {
	width: 70%; 
	background-color: white;
}
html>body div.content { width: 70%; }

.title { padding: 2pt; font-weight: bold; text-align: center; border: none; }
.tip { font-size: 10pt; margin-top: 4pt; }
.orgname { font-style: italic; }
.noprint { display: none; }
.printonly { display: block; }

/* Footer area styles */
.footer { width: 750px; margin-left: 5px; }
.validation { display: none; }
.lastmodbar { display: none; }
.copyright a { display: none; }

/* other styles */
.definition { border-bottom: none; }
ul li { line-height: 120%; list-style: square; }
.formlbl { font-weight: bold; }
.formlbl:first-letter { text-decoration: none; }
input { border: 1px solid black; }
.statebox { display: block; border: 1px solid black; width: 2em; }
.typebox { display: block; border: 1px solid black; width: 11em; }
.address { margin-left: 50pt; font-weight: bold; }
.note { font-weight: bold; }

a:link, a:visited { text-decoration: none; color: black; }

