/********************************************************************** 
Filename: EADLayout.css   
created by:  e. hust
created: 1.12.06
last modified:
last modified by: e. hust
Purose: controls layout of the EAD Interface
location: 
Comments: 
All colors in this documents are set to Black.  Colors are modified by the style#.css style sheet or
may be additionally be modified by EAD collection modified within the collection by the mainCollectionIDStatic.css
 ********************************************************************/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#printHeader { display: none; }

#bookImage
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 42px;
	background-color: #ffffff;
	z-index: 5;
}

#topBanner
{
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 19px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#uwdccImage
{
	position: absolute;
	float: right;
	width: 55px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 0px;
	right: 0px;
}

#collectionTitle
{
	position: relative;
	top: 21px;
	left: 0px;
	width: auto;
	text-align: right;
	margin-right: 60px;
	margin-left: 151px;
}

#sideImage
{
	position: absolute;
	top: 45px;
	left: 0px;
	margin-left: 0px;
	z-index: 5;
	width: 56px;
	height: 42px;
}

#navbar
{
	position: absolute;
	top: 45px;
	left: 0px;
	margin-left: 0px;
	width: auto;
	font-size: .75em;
	z-index: 5;
}

#navbar ul { margin-top: 0px; }

#navbar ul li
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	border-right: 2px solid #FFFFFF;
	height: 26px;
}

#navbar li.first { padding-left: 15px; }

#navbar li.last
{
	background-repeat: no-repeat;
	background-position: right;
	border: none;
	padding-right: 15px;
}

#navbar a
{
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
}

/* Commented Backslash Hack - hides rule from IE5-Mac \*/
#navbar a { float: none; }

/* End IE5-Mac hack */
#navbar a:hover
{
	color: #000000;
	text-decoration: underline;
}

#bookbag
{
	float: right;
	width: auto;
	text-align: right;
	font-size: .75em;
	margin-top: 25px;
	margin-right: 3em;
}

#bookbag.smallfont { font-size: .75em; }
#EADprintFooter { display: none; }

h1
{
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

h4 { font-size: 1em; }
img { border: none; }

a em
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

hr
{
	border: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	width: 95%;
	text-align: left;
	height: 1px;
	background-color: #000000;
	margin-left: 1em;
	clear: both;
}

div.pageContents
{
	width: 90%;
	margin-top: 60px;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	z-index: 5;
}

div.resListResults
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

div.footer
{
	clear: both;
	float: none;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 1em;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	margin-left: 1em;
	text-align: center;
}

ul.horizList
{
	margin-left: -2em;
	width: 100%;
	margin-bottom: 2em;
}

ul.horizList li
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 250px;
	font-weight: bold;
	font-size: .75em;
}

ul.horizList li.right
{
	list-style-type: none;
	list-style-image: none;
	float: right;
	text-align: right;
}

ul.horizList li a:hover
{
	text-decoration: none;
	font-style: italic;
}

div.srchWiMenLink
{
	text-align: center;
	font-size: .75em;
	font-weight: bold;
}

.indent { margin-left: 2em; }
.underline { text-decoration: underline; }

.boldItalic
{
	font-weight: bold;
	font-style: italic;
}

.italic { font-style: italic; }

@media print
{
	#printHeader { display: block; }
	#pageHeader { display: none; }
	#navbar { display: none; }
	
	p.cite
	{
		border: 1px solid #000000;
		font-weight: bold;
	}
	
	#EADprintFooter { display: block; }
	div.footer { display: none; }
}
