/*--------------------------------------------------
   University of Chicago Library site
   Page CSS file
   http://www.lib.uchicago.edu/e/we-css/page.css
--------------------------------------------------*/
/*BEGIN: skipnav*/
#skip{
	position:absolute;
	z-index:999999;
	left:0;
	top:0;
	width:100%;
	margin-left:0;
	text-align:center;
	list-style:outside none;
}

#skip li {list-style-type:none;}
#skip a {position:absolute; left:-999em; top:0;}

#skip a:focus, #skip a:active {
	position:absolute;
	left:0;
	width:100%;
	text-decoration:none;
	font-size:1.1em;
	/* color information, edit this to suit the colors of your layout */
	color:#fff;
	background:#43433C;
}
/*END: skipnav*/

/*mgasser 2010/01/02: overwriting styles & edits for new header (at bottom)*/

#title img,
#title #links{
	padding-top:7px;
}
#linkssq {
	margin-left:2px;
}

/* Usertext
wraps around the entire user-editable text area
--------------------------------------------------*/

div#usertext {
	padding: 1.3em 2.6em;
	font-size: 85%;
}

/* Basic Typography
--------------------------------------------------*/

div#usertext h1 {
        font-size: 160%;
        font-weight: bold;
        font-family: Times, Georgia, serif;
        letter-spacing: 1px;
	margin-bottom: 0.5em;
}
div#usertext h2, h3, h4, h5, h6 {
        font-family:  Arial, Helvetica, sans-serif;
        letter-spacing:.5px;
        font-weight: bold;
        margin-bottom: 0.5em;
}
div#usertext h2 {
	font-size: 145%;
        color: #555;
	margin: 1.1em 0 0.4em 0;
}
div#usertext h3 {
        font-size: 115%;
        font-style:italic;
				overflow: auto; // IE7 bug fix for font style italic;
        text-transform: uppercase;
}
div#usertext h4 {
        font-size: 115%;
        font-color: #6B6B6B;
        font-style: italic;
        margin-bottom: .25em;
}
div#usertext h5, h6 {
        text-transform: uppercase;
        margin-bottom: 0em;
}
div#usertext h5 {
        font-size: 90%;
        color: #777;
        font-style:normal
}
div#usertext h6 {
        font-size: 85%;
        color: #999;
        font-style:normal;
}

div#usertext ul,
div#usertext ol {
	margin: 0 0 1em 48px;
}

div#usertext ul {
}

div#usertext p {
	line-height: 1.25;
	margin: 0 0 1em;
}
div#usertext li {
	line-height: 1.16;
	margin: 0 0 .4em;
}
div#usertext a:link, div#usertext a:visited, div#usertext a:hover, div#usertext a:active {
	color: #800000;
}
div#usertext blockquote {
	margin: 1em 3em;
}
div#usertext dd {
	padding-bottom: .75em;
}




/* Table of Contents
--------------------------------------------------*/
 
div#usertext div.toc {
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
div#usertext div.toc ul {
	list-style-type: none;
	margin-left: 1em;
}
div.toc ul li {
	font-weight: normal;
}

/* Launchpad
set of links, in a right floated box
--------------------------------------------------*/

div#usertext div.launchpad {
	border: 1px solid #800000;
	border-top: 5px solid #800000;
	float: right;
	padding: .5em 1em 1em 1em;
	margin: 0em 1em 1em 1em;
}
div#usertext div.launchpad h2 {
	margin-top: 0em;
	padding-top: 0em;
}
div#usertext div.launchpad ul {
	list-style-type: none;
	margin: 0em;
}
div#usertext div.launchpad ul li {
	margin-bottom: 0.5em;
}
div#usertext div.launchpad ul li a {
	color: #000000;
}
div#usertext div.launchpad ul li a:hover {
	color: #800000;
}

/* User-selectable classes
--------------------------------------------------*/

.clear {
	clear: both;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.highlight {
    background-color: #fe1;
}
.alert {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}
.redalert {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
}
.redbox {
    border: 1px solid red;
}
.smalltext {
    font-size: .7em;
}



/* Two-Column CSS
   and Additional Styling
is this in use and/or do we want this?
--------------------------------------------------*/

div.left_column {
	width: 49%;
	margin-right: 1em;
	float: left;
	display: table;
}
div.right_column {
	width: 49%;
	float: right;
	display: table;
}
div#usertext div.submain {
	display: table;
	border-left: solid 1px #999999;
	padding-left: 1em;
}
/*
hidden by matthew 06/20/2008
div#usertext table {
	margin: auto;
}
*/
div#usertext table tr td {
	vertical-align: top;
	padding: 0.4em;
}

/*mgasser 2010/02/01*/
div#usertext a {color:#155F83 !important;} /*header and link styles*/
div#usertext a:hover {color:#21344A !important;}
div#usertext h1 {font-family:Arial,Helvetica,sans-serif; letter-spacing:normal; font-weight:normal; font-size:200%; color:maroon;}
div#usertext h2 {letter-spacing:normal; font-weight:normal; font-size:180%; color:black; font-style:normal;}
div#usertext h3 {letter-spacing:normal; font-weight:normal; font-size:150%; color:black; font-style:normal; text-transform:none;}
div#usertext h4 {letter-spacing:normal; font-size:125%; color:black; font-style:normal;}

body {border-top:3px solid maroon;} /*default color; overwritten inline for eck/law/crerar*/

div.top {background: #EFEEEE !important; min-width:1000px; padding-top:0px; height:121px;}
div.links {min-width:1000px; height:20px;padding:0 0 10px 0;}
div.links ul {float:left; position:relative; top:-77px;}

#contentarea {clear:both; position:relative; /*top:-70px;*/}

#title {height:0px; margin-left:3px;} /*top logo and links*/
#toplogo {float:left; border:0;}
#links {position:relative; left:282px; width:172px; display:block;}
#linkssq {height:105px; width:8px; display:block;}
#linkssq a {
	display:block;
	height:12.5px;
	width:200px;
	text-indent: -3000px; 
}
#linksnames {padding-top:16px; position:absolute; left:10px; top:7px; width:115px; height:105px;}

/*search bar*/
#searchbar img {position:absolute; right:35px; top:-80px; height:22px;}


/*left nav menu for leftnav template*/
/*originally created for department nodes*/
#node_nav {
float:left;
margin:50px 0 0 0;
padding: 0;
width:15%;
background-color:#EFEFEF;
border: solid 1px #BBBBBB;
border-top: solid 5px #800000;
}

#nodenavlist {
list-style-type:none;
text-align:right;
}

ul#nodenavlist a {
text-decoration: none;
}

ul#nodenavlist a:hover {
color:#800000 !important;
}

div#node_nav ul{
margin:0;
padding:0;
text-align:left;
}

div#node_nav li {
margin: 5px 5px 7px 10px;
}

#node_content_wrapper  {
float: right;
width:83%;
padding:0;
margin: 0;
}

#node_content {
float: left;
padding-left:1%;

}
.hide{
	display:none;
}
