/* typewritten.org master print style sheet v.10 */

body {
	font-family: Optima, Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: black;
    background: none;
    orphans: 3;
    widows: 3;
}

a:link {
	color: #104580;
	text-decoration: none;
}

a:visited {
	color: #451080;
	text-decoration: none;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-top: 0em;
	border: 2px groove grey;
}

p {
	text-align: justify;
}

kbd {
    -webkit-box-shadow: 0.1em 0.1em 0.2em #888;
    -moz-box-shadow: 0.1em 0.1em 0.2em #888;
    -moz-border-radius: 0.25em;
    box-shadow: 0.1em 0.1em 0.2em #888;
    border-radius: 0.25em;
    border: 1px solid black;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    background: #e0e0e0;
    color: black;
}

pre {
	-webkit-box-shadow: -0.1em -0.1em 0.5em #888;
	-moz-box-shadow: -0.1em -0.1em 0.5em #888;
	-moz-border-radius: 1.5em;
	box-shadow: -0.1em -0.1em 0.5em #888;
    border: 2px inset silver;
    border-radius: 1.5em;
	margin: 2em 4em 2em 4em;
	padding: 1em 2em 2em 2em;
	font-size: 8pt;
	background: white;
	background-image: url("/gfx/raster3-invert.png");
	overflow: visible;
}

pre em {
	font-weight: bold;
	font-style: normal;
    color: red;
}

pre strong {
	font-weight: bold;
	font-style: italic;	
    color: red;
}

li pre {
	margin: 2em 1em 2em 2em;
}

#menu {
    display: none;
}

#body {
	padding-bottom: 1em;
}

#body a {
	font-style: italic;
}

#body h1 {
	color: white;
	background: black;
}

#body h2 {
	background: #e8e8e8;
	font-size: 10pt;
	font-style: italic;
	border: 1px outset silver;
	padding: 0.25em 1em 0.25em 1em;
	margin: 1em;
}

#body h3 {
	background: #f0f0f0;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid lightgray; 
	padding: 0.25em 1em 0.25em 1em;
	margin: 1em 4em 1em 3em;
}

#body h4 {
	background: none;
	font-size: 16pt;
	font-weight: bold;
	margin: 2em 1.5em 1em 0.75em;
	padding-left: 0.5em;
	border-bottom: 1px solid gray;
}

#body h5 {
	background: none;
	font-size: 12pt;
	font-weight: bold;
	margin: 2em 1.5em 1em 1.25em;
	padding-left: 0.5em;
}
	
#body p {
	padding-right: 2em;
	padding-left: 2em;
}

#body p.rev {
	text-align: center;
	font-style: italic;
}

#body p.sig {
	text-align: right;
	font-style: italic;
	padding-bottom: 1em;
	font-size: 8pt;
}

#body p.note {
    margin: 2em 4em 2em 2em;
}

#body p.qv {
    margin: 2em 1em 0em 0em;
}

#body p.update {
    margin: 2em 4em 2em 4em;
    padding-top: 1em;
    padding-left: 3.75em;
    text-indent: -3.75em;
    border-top: 1px dotted silver;
    font-style: italic;
}

#body p.note span, p.qv span, p.update span{
    font-style: italic;
    font-weight: bold;
}

#body ul, ol {
	margin-left: 3em;
    margin-right: 3em;
}

#body ol.contents {
    padding-bottom: 2em;
}

table {
    border-collapse: collapse;
	margin: 1em 2em 1em 4em;
}

table th {
	color: black;
	background: silver;
	margin: 1em;
	padding: 0.2em 1em 0.2em 1em;
	border: 1px solid black;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

table td {
	border: 1px solid silver;
	background: white;
	margin: 1em;
	padding: 0.5em 1em 0.5em 1em;
    text-align: left;
    page-break-inside: avoid;
}

table tr:nth-child(odd) td {
	background: white;
}

table tr:nth-child(even) td {
    background: #e0f0e0;
}

table.tab {
	border: 0;
    border-spacing: 0;
    padding: 0;
	background: none;
}

table.tab td {
    background: none;
    margin: 0;
    padding: 0.1em 1em;
}

table.tab tr:nth-child(odd) td {
	background: none;
}

table.tab tr:nth-child(even) td {
	background: none;
}

table.inv {
    border-spacing: 0.2em;
    padding: 0.3em;
	font-size: 8pt;
}

table.inv td {
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

table.exhibit {
	background: none;
    border: 0px;
	margin: 1.5em 2em 1.5em 2.5em;
}

table.exhibit td {
	padding: inherit;
	font-size: inherit;
	vertical-align: top;
	border-top: 1px solid gray;
	padding-bottom: 2em;
}

table.exhibit tr:first-child td {
	border-top: 0px;
} 

table.exhibit tr:nth-child(odd) td {
	background: none;
}

table.exhibit tr:nth-child(even) td {
	background: none;
}

table.exhibit td.thumb {
	border: 0px;
	background: none;
	font-size: 8pt;
	text-align: center;
    padding-top: 1em;
    padding-right: 1em;
}

table.exhibit td.thumb img {
	-webkit-box-shadow: 0.25em 0.25em 1em #888;
	-moz-box-shadow: 0.25em 0.25em 1em #888;
	box-shadow: 0.25em 0.25em 1em #888;
    border: 0em;
}

table.exhibit p.item {
	font-weight: bold;
	margin-bottom: 2em;
}

table.exhibit p.cardcat {
    font-family: "American Typewriter", "Courier New", "Courier", "monospace";
    font-size: 8pt;
    margin-left: 6em;
}

#footer {
	font-family: "American Typewriter", "Courier New", "Courier", "monospace";
	margin: 1em;
}

#footer p {
	text-align: center;
}

#footer a:hover {
	background: transparent;
}

