/* CSS Document */

body {
	background-color: #dbecd6;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
title {
	display:none;
}	
body.photo {
	background-color: #dbecd6;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-image: none;
	}
	
.header {
	background-color: #065602;
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 106px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
.contain {
}	
a {
	color: #297c1e;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #14630c;
	cursor:pointer;
	}
	
h1 {
	color: #fff;
	font-size: 100px;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	text-align: right;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	line-height: 95px;
	letter-spacing: -3px;
	}
	
h2 {
	color: #14630c;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
	}
	
h2 span.sub { font-size: 14px; font-style: italic; margin: 0; }
	
h3 {
	color: #14630c;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	}
	
h4 {
	color: #14630c;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	}
		
h5 {
	color: #14630c;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	}
		
h6 {
	color: #14630c;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	}
	
.smallhead {
	font-size: 16px;
	position: relative;
	bottom: 57px;
	left: 115px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'Goudy Old Style', Georgia, Times, 'Times New Roman', serif;
	text-transform: capitalize;
	font-variant: small-caps;
	word-spacing: -3px;
	}
	
.smallhead-old {
	font-size: 14px;
	position: relative;
	bottom: 56px;
	left: 335px;
	font-weight: normal;
	letter-spacing: normal;
	}
	
	h1 a {
		color: #ecf7e9;
		text-decoration: none;
		}
	
	h1 a:hover {
		color: #fff;
		text-decoration: none;
		}
	
.body {
	position: absolute;
	top: 130px;
	left: 160px;
	border: 0px solid #f00;
	min-width: 590px;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	}
	
	.body p {
		margin: 0px 0px 15px 15px;
		padding: 0px;
		}
		
	p.noindent, .timephoto p {
		text-indent: 0px;
		margin: 0px 0px 10px 15px;
		}
		
	.body ul li {
		list-style-type: none;
		list-style-image: url(images/diamond.gif);
		}
	
	div.collections ul li {
		list-style-image: none;
		list-style-type: none;
		}
		
	.breadcrumb {
		text-align: right;
		padding: 0px 15px 0px 0px;
		margin: 0px;
		font-size: 11px;
		height: 12px;
		float: right;
		}
	
	
.sidebar {
	border: 0px solid #0f0;
	width: 155px;
	float: left;
	margin: 0;
	padding: 5px 0px 5px 5px;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	}
	
	.sidebar ul {
		margin: 0px;
		padding:0;
		list-style-type: none;
		}
		
	.sidebar ul li {
		padding: 0px 0px 5px 0px;
		text-align: right;
		text-transform: lowercase;
		}
		
	.sidebar ul li a {
		display: block;
		padding: 3px 10px;
		text-decoration: none;
		color: #14630c;
		font-weight: normal;
		font-size: 16px;
		}
		
	.sidebar ul li a:hover {
		display: block;
		padding: 3px 10px;
		background-image: url(images/sidefade.jpg);
		background-repeat: repeat-y;
		background-position: right top;
		background-color: #14630c;
		color: #fff;
		}
		
		li.topspace {
			margin-top: 30px;
		}
		
.cleared {
	clear: both;
	}

	
table.timeline {
	border: 0;
	margin: 5px auto;
	width: 400px;
	border-left: 3px solid #000;
	}
	
	th.year {
		width: 100px;
		text-align: left;
		padding: 10px;
		}
		
	th.speaker {
		width: 200px;
		text-align: left;
		padding: 10px;
		}
		
	table.timeline td {
		padding: 10px;
		border-top: 1px solid #000;
		margin: 0px;
		}
		
		
/* EXHIBITS */

div#copyright {
	padding: 5px;
	margin: 50px 10px 10px 10px;
	position: relative;
	bottom: 0px;
	font-size: 10px;
	font-style: italic;
	clear:both;
	}
	
		
.footer {
	text-align: center;
	}
	
body.photo div#copyright {
	margin-top: 5px;
	}
	
	div#copyright h3 {
		font-size: 13px;
		}

div.image-left {
	float: left;
	padding: 5px 5px 5px 0px;
	margin: 0px 5px 5px 0px;
	font-style: italic;
	font-size: 11px;
	}
	
div.image-right {
	float: right;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 5px;
	font-style: italic;
	font-size: 11px;
	}
	
div.image-center {
	clear:both;
	padding: 5px;
	margin: 0;
	display: block;
	font-style: italic;
	font-size: 11px;
	text-align:center;
	}
		
div.image-left img, div.image-right img, div.image-center img, td img {
	border: 1px solid #99bd91;
	padding: 3px;
	background-color:#FFFFFF;
	margin:0 auto;
	}
	
div.image-left p, div.image-right p {
	font-style: italic;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	}
	
div#exhibitnav {
	margin: 0px auto;
	text-align: center;
	border: 3px double #14630c;
	padding: 3px;
	background-color:#f1f8ef;
	font-variant: small-caps;
	font-size: 13px;
	width: 30ex;
	}
	
div#enterexhibit a {
	display: block;
	margin: 0px;
	text-align: center;
	border: 3px double #14630c;
	padding: 3px;
	background-color:#f1f8ef;
	font-variant: small-caps;
	font-size: 13px;
	width: 175px;
	margin: 10px auto;
	}
	
div#enterexhibit a:hover {	
	background-color:#99bd91;
	text-decoration: none;
	color: #f1f8ef;
	}
	
p.curator {
	font-style: italic;
	text-indent: 0px;
	}

cite.exhibit {
	clear:both;
	text-align:center;
	display:block;
}
	
dl.menu dt {
	color: #14630c;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	}
	
dl.menu dd {
	font-style: italic;
	margin: 0px 0px 15px 20px;
	}
	
dl.timeline {
	border-left: 3px solid #14630c;
	padding: 2px 0px;
	width: 0px;
	margin: 0px auto;
	}
	
dl.history {
	border-left: 3px solid #14630c;
	padding: 2px 0px;
	margin: 0px 50px;
	width: auto;
	}
	
dt.year {
	display: inline;
	width: 300px;
	border-top: 2px solid #14630c;
	padding: 0px 10px 3px 5px;
	font-weight: bold;
	color: #14630c;
	}
	
.history dt.year {
	display: block;
	width: auto;
	border-top: 0px;
	padding: 0px 10px 3px 5px;
	font-weight: bold;
	color: #14630c;
	margin: -2px 0px 0px 0px;
	font-size: 20px;
	}
	
dt.year-left {
	display: inline;
	width: 300px;
	border-top: 2px solid #14630c;
	padding: 0px 10px 3px 5px;
	position: relative;
	right: 50px;
	font-weight: bold;
	color: #14630c;
	text-align: right;
	}
	
dd.event {
	margin: 3px 0px 0px 20px;
	width: 250px;
	text-align: justify;
	}
	
.history dd.event {
	margin: 0px 0px 30px 20px;
	padding: 0px 10px 3px 5px;
	width: auto;
	text-align: justify;
	}
	
dd.event-left {
	margin: 3px 0px 0px 0px;
	width: 250px;
	position: relative;
	right: 270px;
	text-align: right;
	}
	
dd ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

dd ul li {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 20px;
	text-indent: -18px;
	}
	
	
.lecturer, .date {
	font-style: italic;
	color: #14630c;
	}
	
	
/* Collections */
#coll-body {
	background-color: transparent;
	margin: 0px;
	padding: 5px;
	}
	
#coll-toc {
	background-color:#bbd4b4;
	padding: 5px;
	font-size: 12px;
	width: 145px;
	margin: 0px 5px;
	float: right;
	}
	
#coll-toc p {
	text-indent: 0px;
	}

hr {
	background-color: #bbd4b4;
	color: #bbd4b4;
	height: 1px;
	margin: 10px auto;
	width: 80%;
	border: 0;
	}
	
p.toc, p.seriestoc { margin: 2px; }

/* Photos - Timelines */
.timephoto {
	width: 300px;
	height: 89px;
	margin: 5px 0px 2px -5px;
	position: relative;
	border: 3px double #bbd4b4;
	background-color:#f1f8ef;
	background-image:url(resources/commencement-images/commencementbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
.history div.timephoto {
	width: 200px;
	height: 80px;
	margin: 0px 3px 2px 5px;
	border: 0px double #bbd4b4;
	background-color: #dbecd6;
	background-image: none;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	
	}
	
.timephoto-left {
	width: 300px;
	height: 89px;
	margin: 5px 0px 2px 0px;
	position: relative;
	right: 55px;
	border: 3px double #bbd4b4;
	background-color:#f1f8ef;
	background-image:url(resources/commencement-images/commencementbg-left.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
.timephoto .photo {
	width: 81px;
	height: 81px;
	float: left;
	position: relative;
	top: 3px;
	left: 3px;
	}
	
.history .timephoto .photo {
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	}
	
.timephoto-left .photo {
	width: 81px;
	height: 81px;
	float: right;
	position: relative;
	top: 3px;
	right: 3px;
	}
	
.timephoto img {
	margin: 0px;
	float: left;
	border: 1px solid #bbd4b4;
	padding: 3px;
	background-color:#FFFFFF;
	cursor: pointer;
	}
	
.timephoto-left img {
	margin: 0px;
	float: right;
	border: 1px solid #bbd4b4;
	padding: 3px;
	background-color:#FFFFFF;
	cursor: pointer;
	}
	
.timephoto p {
	font-style: italic;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	}
	
.timephoto-left p {
	font-style: italic;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	}

div.caption {
	position: absolute;
	bottom: 5px;
	width: 205px;
	right: 3px;
	}
	
.history .caption {
	width: 110px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 2px;
	margin: 0px;
	text-align: left;
	}
	
.timephoto-left div.caption {
	position: absolute;
	bottom: 5px;
	width: 205px;
	left: 3px;
	}

.timephoto p.viewlarger {
	padding: 3px;
	text-align: left;
	}
	
.history p.viewlarger {
	text-align:right;
	}
	
.timephoto-left p.viewlarger {
	padding: 3px;
	text-align: right;
	}
	
.timephoto h3 {
	text-align: right;
	font-size: 46px;
	color: #bbd4b4;
	margin: 0px 3px -57px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 50px;
	float: right;
	}
	
.timephoto-left h3 {
	text-align: left;
	font-size: 46px;
	color: #bbd4b4;
	margin: 0px 3px -57px 3px;
	padding: 3px 0px 0px 0px;
	font-style: italic;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 50px;
	float: left;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.ital {
	font-style: italic;
	}
	

	
.bold {
	font-weight: bold;
	}
	
/* Fee Schedule */
table.fees {
	width: 600px;
	margin: 0px auto;
	}
	
table.fees th {
	text-align: left;
	font-weight: normal;
	width: 66%;
	vertical-align: top;
	}
	
table.fees td {
	vertical-align: top;
	}
	
/* Biblio */
ul.biblio li {

	margin: 5px 0px 10px 10px;
	}
	
img.randomimage {
	cursor: pointer;
	}
	
ol {
	margin: 0px;
	}
	
ul.coll {
	list-style-image: none;
	list-style-type: none;
	}
	
/* Indexer */

