/* Get the heading fonts. */
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold");
@import url("http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic");

/* First, hide some undesired elements of the display. */
#contentleft .guidelist_ul .pdisplay_light { display: none !important; }
#bc_library_home, #bc_lhlg_spacer, #dp { display: none; }

body { background: url("page.jpg") top left; }

#wrapper {
	width: 1065px;
	padding: 0;
	margin: 0 auto;
	background: none;
}

#container {
	width: 1033px;
	margin-bottom: 400px;
	position: relative;
	background: #FFF url("dd-bg.png") 0px 128px no-repeat;
	display: inline-block;
}


#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
 html[xmlns] #container { display: block; }
 * html #container { height: 1%; }



#und-header-top {
	background: url("bg-header-top-libguides.png") top left no-repeat;
	width: 1065px;
	min-height: 100px;
	padding-top: 20px;
	margin-left: -16px;
}

#und-header ul {
	background: url("bg-header-bottom-libguides.png") bottom left no-repeat;
	width: 1065px;
	padding-bottom: 91px;
	margin: -30px 0 0 -16px;
	display: block;
	padding-left: 0;
	list-style: none;
	position: relative;
	z-index: 4;
}

#und-header {
	background: url("_default-no-image-libguides-8bit.png") top center no-repeat;
	width: 1033px;
}

#und-header .und-first {
	margin-left: 163px;
}

#und-header ul li {
	display: inline;
	font-family: "Droid Sans", "Cantarell", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 18px;
	margin-right: 20px;
}

#und-header a {
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: onone;
	letter-spacing: 1px;
}

#und-header a:active {}

#und-header a:hover {
	border-bottom: 2px solid #090;
	text-decoration: none;
}

#und-logo {
	display: block;
	width: auto;
	height: 36px;
	color: white;
	overflow: hidden;
	background: url("https://und.edu/_resources/globalgui/lgo-und.png") top left no-repeat;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 4;
	font: normal 25px/1 "Droid Sans" !important;
    padding-left: 106px;
    padding-top: 14px;
    text-rendering: optimizeLegibility;
}

#und-logo:hover { text-decoration: none; }

.topnav, #guide_header_title, .guidedesc, .guideattr, #content { padding-left: 30px; }
#guide_header_title h1 { padding-left: 0; }
.guideattr { margin-left: 0; }

#footer {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #EEE;
	border-top: 1px solid #EEE;
	clear: both;
	left: 0px;
	bottom: -160px;
	max-width: 960px;
	min-height: 150px;
	overflow: hidden;
	padding: 10px 34px 0 40px;
	position: absolute;
	width: 959px;
}


h1, h2, h3, h4, h5, h6 { font-family: "Droid Sans", "Cantarell", "Lucida Sans Unicode", Arial, sans-serif; }

h1 { color: #000; }

.headerbox h2 {
	font: normal small-caps bold 1.1em/1.5 "Droid Sans", "Cantarell", 
"Lucida Sans Unicode", Arial, sans-serif;
	/*color: #060;*/
	color: #275100;
}

.topnav {
	position: relative;
	top: -15px;
	z-index: 20;
}

.headerbox { background: none; }
.outerbox {
	background: #DDEADC;
}

#tabsI { border-bottom: 1px solid #393; }
#tabsI li a { margin-right: 2px; }
#tabsI li a {
	background: #FFF url("bg-tab-sprite.png") left -37px no-repeat;
	padding-left: 10px;
}

#tabsI li a span {
	background: #FFF url("bg-tab-sprite.png") right -37px no-repeat;
	color: #060;
}

#tabsI #current a { background-position: top left; }
#tabsI #current a span { background-position: top right; color: #FFF; }

#tabsI li a:hover, #tabsI #current a:hover { background-position: left -74px; }
#tabsI li a:hover span, #tabsI #current a:hover span { background-position: right -74px; }

.bi_text, .bi_links, .bi_file, .bi_rss, .bi_event, .bi_podcast, .bi_video, .bi_poll, .bi_books, .bi_search, .printguideurl { display: none; }

.rssupdatelink { border-left: 0 !important; }


.und-form label { font-weight: bold; }
.und-form label input { width: 100%; }
#und-worldcat-widget input { height: 22px; vertical-align: middle; }
#und-worldcat-widget #und-worldcat-submit { height: 28px; }

.accessibility { position: absolute; left: -999em; }

.dropmenudiv a:hover { background-color: #8FC78F; }

#wrapper > #footer, body > #footer {
	position: static;
	margin-top: -400px;
}

/* Style the live chat button */
#und-primo-livechat {
    background: #D98D46;
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    position: fixed;
    right: 0;
    text-decoration: underline;
    z-index: 101;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Droid Sans","Cantarell","Lucida Sans Unicode",arial,sans-serif;
}

