/*--------------------------------------------------
   University of Chicago Library site
   Main CSS file
   http://www.lib.uchicago.edu/e/we-css/main.css
--------------------------------------------------*/

/* Reset
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
 	color: #000000;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	font-size: 100%;
}

/* Header and Logo
contains logo and search boxes. 
note different graphics for e, crerar, eck, law 
--------------------------------------------------*/

.skipnav {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
div.top {
	background: #f5f5f5 url('http://www.lib.uchicago.edu/e/graphics/subtitle.gif') no-repeat 6px 2px;
	border-bottom: 1px solid #bbbbbb;
}
div.topcrerar {
	background: #e8eeee url('http://www.lib.uchicago.edu/e/crerar/graphics/subtitle.gif') no-repeat 6px 2px;
	border-bottom: 2px solid #a6bfbf;
}
div.topeck {
	background: #ebf2e5 url('http://www.lib.uchicago.edu/e/eck/graphics/subtitle.gif') no-repeat 6px 2px;
	border-bottom: 2px solid #b2cc99;
}
div.toplaw {
	background: #f2efe5 url('http://www.lib.uchicago.edu/e/law/graphics/subtitle.gif') no-repeat 6px 2px;
	border-bottom: 2px solid #ccbf99;
}
div.title {
	float: left;
	padding: 0.1em 0.4em;
}

/* Top Left Search Boxes
--------------------------------------------------*/

div.search {
	float: right;
	font-size: 80%;
	font-weight: normal;
	padding: 10px .5em 0 0;
	text-align: right;
}

/* Main Links
--------------------------------------------------*/

div.links,
div.linkscrerar,
div.linkseck,
div.linkslaw {
	background-color: #E2E2E2;
	border-bottom: solid 1px #BBBBBB;
	padding: 0.2em 0.5em;
}
div.linkscrerar {
	background-color: #D2DFDF;
	border-bottom: solid 1px #A6BFBF;
}
div.linkseck {
	background-color: #d9e6cc;
	border-bottom: solid 1px #b2cc99;
}
div.linkslaw {
	background-color: #E6DFCC;
	border-bottom: solid 1px #CCBF99;
}
div.links ul li,
div.linkscrerar ul li,
div.linkseck ul li,
div.linkslaw ul li {
	display: inline;
	margin-left: 1em;
}
div.links ul li.first,
div.linkscrerar ul li.first,
div.linkseck ul li.first,
div.linkslaw ul li.first {
	list-style-type: none;
}
div.links ul li a:link,
div.links ul li a:visited,
div.linkscrerar ul li a:link,
div.linkscrerar ul li a:visited,
div.linkseck ul li a:link,
div.linkseck ul li a:visited,
div.linkslaw ul li a:link,
div.linkslaw ul li a:visited {
	background-color: transparent;
	color: #800000;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	text-decoration: none;
}
div.links ul li a:hover,
div.links ul li a:active,
div.linkscrerar ul li a:hover,
div.linkscrerar ul li a:active,
div.linkseck ul li a:hover,
div.linkseck ul li a:active,
div.linkslaw ul li a:hover,
div.linkslaw ul li a:active {
	text-decoration: underline;
}
div.links ul li span.dot,
div.linkscrerar ul li span.dot,
div.linkseck ul li span.dot,
div.linkslaw ul li span.dot {
	color: #800000;
	font-size: 100%;
	font-weight: bold;
}

/* Breadcrumbs
--------------------------------------------------*/

div#crumbs {
	color: #aaa;
	font-size: 70%;
	font-family: Verdana, sans-serif;
	padding: 0.5em 0.7em;
}
div#crumbs a {
	color: #777;
	text-decoration: none;
}
div#crumbs span {
	color: #aaa;
}

/* Quicklinks
above footer, at bottom of page
--------------------------------------------------*/

div#quicklinks,
div#quicklinkscrerar,
div#quicklinkseck,
div#quicklinkslaw {
	background: #f5f5f5;
	border-top: 1px solid #BBBBBB;
	clear: both;
	font-size: .7em;
	font-family:verdana,arial,sans-serif;
	padding:1em 7px 0.5em;
	text-align: center;
}
/*mgasser 2010.01.03*/
/*div#quicklinkscrerar {
	background-color: #e8eeee;
	border-top: 1px solid #a6bfbf;
}
div#quicklinkseck {
	background-color: #ebf2e5;
	border-top: 1px solid #b2cc99;
}
div#quicklinkslaw {
	background-color: #f2efe5;
	border-top: 1px solid #ccbf99;
}*/
div#quicklinks ul li,
div#quicklinkscrerar ul li,
div#quicklinkseck ul li,
div#quicklinkslaw ul li {
	display: inline;
	margin: 1em;
}
div#quicklinks ul li.first,
div#quicklinkscrerar ul li.first,
div#quicklinkseck ul li.first,
div#quicklinkslaw ul li.first {
	list-style-type: none;
}
div#quicklinks p,
div#quicklinkscrerar p,
div#quicklinkseck p,
div#quicklinkslaw p {
	font-family: Arial, sans-serif;
	font-style: italic;
	padding-top: 0.5em;
}
div#quicklinks a:link,
div#quicklinks a:visited,
div#quicklinkscrerar a:link,
div#quicklinkscrerar a:visited,
div#quicklinkseck a:link,
div#quicklinkseck a:visited,
div#quicklinkslaw a:link,
div#quicklinkslaw a:visited {
	color: maroon;
	text-decoration:none;
	font-weight:bold;
}
div#quicklinks a:hover,
div#quicklinkscrerar a:hover,
div#quicklinkseck a:hover,
div#quicklinkslaw a:hover {
	text-decoration:underline;
}
div#quicklinks a:active,
div#quicklinkscrerar a:active,
div#quicklinkseck a:active,
div#quicklinkslaw a:active {
	color: #000000;
}

/* Footer
--------------------------------------------------*/

div#footer,
div#footercrerar,
div#footereck,
div#footerlaw {
	background: #f5f5f5;
	font-size: .7em;
	font-family:verdana,arial,sans-serif;
	padding: 1em;
	text-align: center;
}
/*mgasser 2010.01.03*/
/*div#footercrerar {
	background-color: #e8eeee;
}
div#footereck {
	background-color: #ebf2e5;
}
div#footerlaw {
	background-color: #f2efe5;
}*/
div#footer p,
div#footercrerar p,
div#footereck p,
div#footerlaw p {
	margin-bottom: 1em;
}
div#footer a,
div#footercrerar a,
div#footereck a,
div#footerlaw a {
	color: #000000;
}
div#footer a:hover,
div#footercrerar a:hover,
div#footereck a:hover,
div#footerlaw a:hover {
	color: #800000;
}

/* Copyright
make Web Express hook copyright symbol unchanging
--------------------------------------------------*/

a#copylink:link,
a#copylink:visited, 
a#copylink:hover,
a#copylink:active {
	color: black;
	text-decoration: none;
}
