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

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

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

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

body {
	font: normal 12px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f3f3f3 url(assets/md5images/ecd5ff740ff13295aca0bae675f6961d.png) repeat;
}


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

#unm #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
	background-color: transparent;
}

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

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


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

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

#unm #navigation #tabs { width: 240px; }

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

#unm #navigation #tabs a {
	font: normal 11px 'Montserrat', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 8px;
	margin: 0;
	border: 0;
	border-right: 1px solid #9fa0a2;
	float: left;
}

#unm #navigation #tabs a:hover,
#unm #navigation #tabs a:active,
#unm #navigation #tabs a:focus {
	color: #000;
	background-color: #a7a8aa;
	text-decoration: underline;
}

#unm #navigation #tabs li:first-child a {
	padding-left: 13px;
}

#unm #navigation #tabs li:last-child a {
    border-right: none;
}


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

/* Styling sidebar ISSN for LADB series - BAG 20190628 */
#unm #sb-custom-upper #ladb-issn-box {margin-bottom:28px;}


#unm #sidebar h2 {
	font: normal 15px 'Montserrat', sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#unm #sidebar a {
	font: normal 13px 'Montserrat', sans-serif;
	color: #222;
	text-decoration: none;
}

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

#unm #sidebar #sidebar-search label {
	font: normal 13px 'Montserrat', sans-serif;
	color: #222;
}

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

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

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


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

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

#unm #content { padding-top: 16px; }

	/* --- Breadcrumbs --- */

#unm #main.text div.crumbs a:link,
#unm #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

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

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

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


	/* --- Headers --- */

#unm #dcn-home > h2 {
	font: normal 21px 'Montserrat', 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: #104e7b;
	padding-bottom: 6px;
}

#unm #dcn-home #cover-browse h3 a {
	font: 400 15px 'Montserrat', sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#unm #dcn-home .box.aag h2,
#unm #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px 'Montserrat', sans-serif;
	border-bottom: 1px solid #d4d4d4;
}

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

#unm #main.text .box a:hover,
#unm #main.text .box a:active,
#unm #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; }

#unm #alpha #issn {
	display:inline;
	margin:0;
	padding:0;
	float:left; }

#unm #alpha #issn p {
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	text-align:left;
	text-transform:none; }


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

#unm #footer { border-top: 1px solid #e39eac; }

#unm #footer,
#unm #bepress a {
	height: 75px;
	background-color: #ba0c2f;
	border-bottom: 1px solid #ecc9d0;
}

#unm #footer img#footerlogo,
#unm #footer a#footerlink {
	float: left;
	margin-right: 20px;
}

#unm #footer p,
#unm #footer p a {
	font: normal 12px/2 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
}

/* #footer p:first-of-type { padding-top: ##px; } */

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

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

#unm #sidebar #twitter-badge a { color: #222; }

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

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


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

	/* 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;
}