/* this is the style sheet for the Finding Aids Individual Collections aids */
/* the basic structure of the page is the top has a logo bar common to the Finding Aids pages with navigation anchor points to the University, library and Special Collections homepages. Below that is a table with the basic Dublin Core information fields for the subject collection. The bottom has a navigation bar leading back to the Finding Aids home page. */

/* header bar area */
/* note the links in the topbar are a very dark brown on the medium brown background of the digital projects logo bar, but turn yellow when the cursor crosses them */

body {
	
}

#topbar {
	position: absolute;
	top:0;
	left:0;
	height: 60px;
	width: 750px;
	background-image: url(../images/finding_aids.jpg);
}

.toplinks {
	position: absolute;
	top: 0;
	left:580px;
}

.toplinks  a:link {
	decoration:underline;
	color: #FFCC33;
	font-size: 16px;
}
.toplinks  a:visited {
	decoration:underline;
	color: #FFCC33;
	font-size: 16px;
}
.toplinks a:hover {
	color:yellow;
}

/* end headerbar area. */

/* begin tabular data area */

#tabulardescription {
	position:absolute;
	top: 65px;
	left: 10px;
	
}
.word {  }
.word a:link {
	decoration:underline;
	color: #663300;
	font-size: 16px;
	line-height:20px;
}
.word a:visited {
	decoration:underline;
	color: #663300;
	font-size: 16px;
	line-height:20px;
}
.word a:hover {
	decoration:underline;
	color: #996600;
	font-size: 18px;
	line-height:20px;
}
.red {
	color:red;
}
.inscription {
	position:relative;
	left:25px;
	width:450px;
}
.citation  {
	position:relative;
	left:100px;
	width:450px;
}
table {
	border-collapse: collapse;
	border:1px solid #663300;
	line-height:24px;
	font:16px Arial, sans-serif #331500;
	color:#331500;
}
th {
	border:1px solid #663300;
        padding-right:3px;
	padding-left:5px;
	font-size:16px;
	text-align:left;
}
td {
	border:1px solid #663300;
	padding-left:5px;
}
.description {
	width:400px;
}
.desctable {
	width:820px;
}
.grayback {
	background-color:#CCCCCC;
}

.indented  {
	position:relative;
	left:20px;
	width:430px;
}
.indented >.indented {
	width:400px;
}
.indented >.indented>.indented {
        width:360px;
}
blockquote {
	position:relative;
	padding:0;
	margin:0;
	margin-left:25px;
	}
.underline {
	text-decoration: underline;
}
.brownback {
    background-color:#663300;
	text-align:center;
	color:#FFCC33;
	}
.tab {
	position:absolute;
	left:450px;
	}
.illtab {
	position:absolute;
	left:850px;
	}
.TITLE {
	position:relative;
	width:500px;
	height:100px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
/*	border:1px solid #663300;*/
}
.bioname {
	color:#CC5555;
	font-size:120%;
	}
/* end tabular data area */

/* begin image placement description */

#thumb {
	position:absolute;
	top:500px;
	left:100px;
}
/*End Image Placement */

/* Begin footer */

#footer {
	position:relative;
	top:10px;
	left: -10px;
	width: 750px;
	height: 60px;
	background-color:#665522;
	color: #FFCC33;
}
.footlinks {
	position: relative;
	left: 230px;
	top: 25px;
}
.footlinks  a:link {
	decoration:underline;
	color: #FFCC33;
	font-size: 16px;
}
.footlinks  a:visited {
	decoration:underline;
	color: #FFCC33;
	font-size: 16px;
}
.footlinks  a:hover {
	decoration:underline;
	color: yellow;
	font-size: 16px;
}
.footlinksleft {
	position: relative;
	left:-390px;
	top: -40px;
	line-height: 16px;
}
.footlinksleft  a:link {
	decoration:underline;
	color: #FFCC33;
	font-size: 12px;
}
.footlinksleft  a:visited {
	decoration:underline;
	color: #FFCC33;
	font-size: 12px;
}
.footlinksleft  a:hover {
	decoration:underline;
	color: yellow;
	font-size: 12px;
}
