/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  July 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

	/* --- Meta styles and background --- */

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/621ad0312911d28ad5a83a2dba718123.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}


/* ---------------- Header ---------------- */

#uchastings #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
  	margin: 20px 0 15px;
}

#uchastings #banner_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

	/* --- Logo --- */

#uchastings #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "right:" for right aligned logo */
	width: 32.95918367346% !important;  /* 285 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


/* ---------------- Navigation ---------------- */

#uchastings #navigation,
#uchastings #navigation #tabs {
	height: 42px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

#uchastings #navigation #tabs {
	float: left;
	padding: 0;
 	margin: 0 0 0 20px; }

#uchastings #navigation #tabs ul,
#uchastings #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

#uchastings a.extra-nav-link {
	font: bold 16px/2.75 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	margin-right: 32px;
	color: #012351;
}

#uchastings a.extra-nav-link:hover,
#uchastings a.extra-nav-link:active,
#uchastings a.extra-nav-link:focus {
	color: #000000;
	text-decoration: underline;
}

#uchastings #navigation #tabs a {
	font: normal 16px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 44px;
	line-height: 44px;
	color: #012351;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 12px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left;
}

#uchastings #navigation #tabs a:hover,
#uchastings #navigation #tabs a:active,
#uchastings #navigation #tabs a:focus {
	color: #000000;
	text-decoration: underline;
}


/* ---------------- Sidebar ---------------- */

#uchastings #sidebar { padding-top: 16px; }

#uchastings #sidebar ul#side-notify {
	padding-top: 0;
}

#uchastings #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#uchastings #sidebar p.advanced a,
#uchastings #sidebar li.notify a {
	font-size: 12px;
}

#uchastings #sidebar a {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #012351;
	text-decoration: none;
}

#uchastings #sidebar a:hover,
#uchastings #sidebar a:active,
#uchastings #sidebar a:focus {
	color: #000000;
	text-decoration: underline;
}

#uchastings #sidebar #sidebar-search label {
	font-size: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

#uchastings #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#uchastings #sidebar #sidebar-search span.border { background: transparent; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */


/* ---------------- Main Content ---------------- */

#uchastings #wrapper { /* for full-length sidebar content background/elements */
	/*background-image: none;*/
	background: url(assets/md5images/026230e42487c46adb3b2f041876a92e.gif) repeat-y left top; 
	margin-top: 17px;
}

#uchastings #content { margin-top: 0px; }

	/* --- Breadcrumbs --- */

#uchastings #main.text div.crumbs a:link,
#uchastings #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #012351;
}

#uchastings #main.text div.crumbs a:hover,
#uchastings #main.text div.crumbs a:active,
#uchastings #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000000;
}

#uchastings > #homepage-intro { margin: 15px 0; }

#uchastings > #cover-browse { margin-bottom: 20px; }

#uchastings #content #main.text #cover-browse #cover-browse-left {
	width: 300px;
	float: left;
}

#uchastings #content #main.text #cover-browse #cover-browse-right {
	width: 330px;
	float: left;
	margin-left: 33px;
}



	/* --- Headers --- */

#uchastings h2 {
	font: normal 21px Arial, Verdana, Helvetica, sans-serif;
}

h3 {
	margin: 0;
	text-decoration: underline; }

#uchastings #dcn-home #cover-browse { margin-bottom: 20px; }

#uchastings #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
#uchastings #dcn-home #cover-browse h3 a:hover,
#uchastings #dcn-home #cover-browse h3 a:focus,
#uchastings #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
/* Formatting for Featured Collection*/
#uchastings #dcn-home #featured-collection h3 a {
	font: 400 15px/1.6 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
	/* --- Links --- */

#uchastings #main.text a:link,
#uchastings #main.text a:visited {
	color: #012351; /* declared for #network-icon text */
}

#uchastings #main.text a:hover,
#uchastings #main.text a:active,
#uchastings #main.text a:focus {
	color: #000000;
	text-decoration: underline;
}

	/* PotD / Top DL widgets */

#uchastings #dcn-home .box.aag h2,
#uchastings #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
}

#uchastings #main.text .box a:link,
#uchastings #main.text .box a:visited {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	background: none;
}

#uchastings #main.text .box a:hover,
#uchastings #main.text .box a:active,
#uchastings #main.text .box a:focus {
	text-decoration: underline;
}


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

#uchastings #footer,
#uchastings #bepress a {
	height: 92px;
	background-color: #012351; }

#uchastings #footer p,
#uchastings #footer p a {
	font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#footer p:first-of-type { padding-top: 22px }

#uchastings #footer p a:hover,
#uchastings #footer p a:active,
#uchastings #footer p a:focus {
	text-decoration: underline; }

/* Three columns for Browse Collections on hln - th 10/2/2017 */

#uchastings #hln-browse #hlnbrowseleft {
	float:left;
	 }
#uchastings #hln-browse #hlnbrowsemiddle {
	float:left;
	padding-left: 28px;
	}
#uchastings #hln-browse #hlnbrowseright {
	float:right;
	}

#uchastings #series-home .pdf, 
#uchastings #series-home .native, 
#uchastings #series-home .metadata-only, 
#uchastings #series-home .external {
	line-height: 1.9em;
}

/* ---------------- Miscellaneous fixes ---------------- */

/* Sidebar contact info styling fix - th 02/07/2019*/

#uchastings #sidebar #sb-custom-p p {
	margin: 0 0 0 15px;
	color: #000000;
}

/* Hide site-level submit research sidebar link - th 09/05/2019 */
#uchastings #sidebar #side-author li.submit { display: none; }

/* ---------------- Mobile ---------------- */
.mbl #uchastings #main #cover-browse h3:before {
	content: none;
}

.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
	display: block;
}

.mbl #uchastings #dcn-home .box.aag h2,
.mbl #uchastings #dcn-home .box.potd h2 {
  width: 100%;
}

header#mobile-nav {
    font-size: 0;
    line-height: 0; }

.mbl #uchastings #header,
.mbl #uchastings #header a img,
.mbl #uchastings #navigation {
	width: 100% !important;
}

.mbl #uchastings #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "right:" for right aligned logo */
	width: 32.95918367346% !important;  /* 240 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #uchastings #content #main.text #cover-browse #cover-browse-right {
	margin-left: 0px;
}

.mbl #uchastings #sidebar #sb-custom-p p {
	margin: 0;
	display: flex;
	justify-content: center;
}