/*

	Style instructions for printers.

	Note: this file should remain fairly constant across projects.
	You're most likely looking for style_skin_print.css

	../../gui/images/

*/


html {
	color: black;
  font:	10pt arial, verdana, helvetica, sans-serif;
}

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

h1, h2, h3, h4 {
  border-bottom: 1px solid black;
  font-family:	georgia, arial, helvetica, sans-serif;
	font-weight: normal;
}

h1 {
  border-bottom: 2px solid black;
}

#documentTitle {
  font-family:	arial, verdana, helvetica, sans-serif;
  border: 2px solid black;
	font-size: 200%;
	padding: 8px;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 110%;
}

#content table {
  border: 2px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#content td {
  border: 1px solid #CCCCCC;
	padding: 3px;
}

#content hr {
  color: black;
	background-color: black;
	height: 1px;
}

#authorship {
	color: #CCCCCC;
  border: 1px dashed #CCCCCC;
	padding: 10px;
	margin-top: 2em;
}

#authorship ul, #authorship li {
  list-style: none;
	margin: 0;
}

#authorship a:link, #authorship a:visited {
	color: #CCCCCC;
}

#header, #nodePath, #contentPhotos, #navigation, #sundries h3, #resources, #authorship h4, #content .top {
  display: none;
}

#mainMenu { 
	display: none;
}