/* Print Stylesheet for Papers of the War Department */

* {
	float: none;
	width: auto;
	}
body {
	background-color: #fff;
	font-family: Trebuchet, verdana, sans-serif;
	color: #333;
	font-size: 75%;
	}
div#logo p a {
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	font-family: georgia, times, serif;
	}
h1, h2, h3 {
	font-family: georgia, times, serif;
	}
h1 a, h2 a, h3 a {
	text-decoration: none;
	}
a:link, a:visited {
	color: #05346a;
	}	
div#simplesearch {
	display: none;
	}
ul#navigation {
	display: none;
	}
div.breadcrumb, div.pagination {
	display: none;
	}
img { border: none;}
	
/* Home Page */ 

img#i {
	float: left;
	}
div.author img {
	border: 1px solid #ddd;
	float: left;
	margin-right: 1em;
	}
div.author a {
	text-decoration: none;
	font-style: italic;
	}
	
/* Search Pages */

fieldset {
	width: 90%;
	border: none;
	border-bottom: 1px solid #ddd;
	}
legend {
	font-family: georgia, times, serif;
	font-weight: bold;
	}
div.clearfix {
	margin: 1em 0;
	}
input {
	padding: 0;
	border: 1px solid #aaa;
	}
input#reset, input#submit {
	margin: 1em 0;
	}

/* Search Results */

table#items {
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
	}
div#searchresults table#items tbody th {
	border-bottom: 1px solid #000;
	}
table#items th {
	border-bottom: 1px solid #aaa;
	}
table#items td {
	padding: 1em .5em;
	width: auto;
	vertical-align: top;
	border-bottom: 1px dotted #eee;
	}
	
/* Browse Documents */

div#doclist ul li {
	list-style-type: none;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	}
div#doclist ul span {
	display: block;
	}
div#doclist ul span.itemtitle {
	font-family: georgia, times, serif;
	font-weight: bold;	
	}
table {
	border: 1px solid #ddd;
	padding: 1em;
	margin: 1em;
	}
table caption {
	text-align: left;
	font-weight: bold;
	font-family: georgia, times, serif;
	}
table th {
	text-align: left;
	}
table.docitem th {
	text-align: right;
	padding-right: 1em;
	}
table th, table td {
	vertical-align: top;
	padding: .25em 0;
	}
	
/* Browse People */

div.alphabet {
	display: none;
	}
div#doclist ul li {
	border-bottom: 1px solid #ddd;
	padding: .5em 0 0;
	}
div#doclist ul li ul {
	margin-bottom: 1em;
	}
div#doclist ul li ul li {
	padding: .25em 0;
	list-style-type: disc;
	border: none;
	}
div#doclist li a {
	text-decoration: none;
	}
div#doclist li a.more, div#doclist li a.more:visited {
	color: #ddd;
	}
table#personitem td ul li {
	padding: .5em 0;
}