/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Jami Wardlow
Version:  Nov 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

@import url('https://fonts.googleapis.com/css?family=Muli:400,700');

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

body {
	font: normal 12px/1.5 'Muli', sans-serif;  /* should be medium except when fitting into a fixed container */
	background-image: url(assets/md5images/ff1e5f573a5284d62237f98137204206.gif), url(assets/md5images/85131011bab5b8283bb5f32e0d6bc030.gif);
	background-repeat: repeat-x;
	background-position: left top, left bottom;
}

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

#umf #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
}

#umf #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 --- */

#umf #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 31.122449% !important;  /* 305 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


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

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

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

#umf #navigation #tabs,
#umf #navigation #tabs ul {
	display: flex;
	justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
	width: 100%;
}

#umf #navigation #tabs a {
	font: normal 14px 'Muli', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 37px;
	line-height: 37px;
	color: #fff;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

#umf #navigation #tabs #tabfour a { padding-left: 33px; }

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

#umf #sidebar h2 {
	font: normal 18px 'Muli', sans-serif;
	color: #000;
	text-indent: 0;
	background: transparent;
	padding: 0;
	margin: 0 15px;
	border: none;
	border-bottom: 1px solid #dadada;
}

#umf #sidebar a {
	font: normal 13px 'Muli', sans-serif;
	color: #68092b;
	text-decoration: none;
}

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

#umf #sidebar #sidebar-search label {
	font: normal 13px 'Muli', sans-serif;
	color: #000;
}

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

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

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


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

#umf #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/0b7447841df6cec9c7833d8b53fb0691.gif) repeat-y left top;
}

#umf #content { 
	padding-top: 16px;
	min-height: 600px;
}

	/* --- Breadcrumbs --- */

#umf #main.text div.crumbs a:link,
#umf #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #68092b;
}

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

#umf #dcn-home > #homepage-intro { margin: 15px 0; }

 /* adds space under full-width main-content image */
#umf #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */

#umf #dcn-home > h2 {
	font: normal 21px 'Muli', sans-serif;
}

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

/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #68092b; }

#umf #dcn-home #cover-browse h3 a {
	font: 400 17px/1.6 'Muli', sans-serif;
	text-decoration: none;
}

#umf #dcn-home #cover-browse h3 a:hover,
#umf #dcn-home #cover-browse h3 a:focus,
#umf #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#umf #dcn-home .box.aag h2,
#umf #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 18px 'Muli', sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

#umf #main.text .box a:link,
#umf #main.text .box a:visited {
	font: bold 12px 'Muli', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	background: none;
}

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

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 12px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }


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

#umf #footer { background: url(assets/md5images/85131011bab5b8283bb5f32e0d6bc030.gif) repeat-x; }

#umf #footer,
#umf #bepress a {
	height: 119px;
}

#umf #bepress a { 
	background-color: #f2f2f2;
	background-position: top;
}

#umf #footer p,
#umf #footer p a {
	font: normal 12px/2 'Muli', sans-serif;
	color: #68092b;
	text-decoration: none;
}

#umf #footer p:first-of-type { padding-top: 25px; }

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

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

	/* --- Advanced Search --- */

.legacy #umf #wrapper {	background-image: none; }


/* ---------------- Mobile ---------------- */

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

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

	/* fixes invisible space above header */

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

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */
	
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}

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