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

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

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

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

body {
	font: 300 14px 'Source Sans Pro', sans-serif;  /* should be medium except when fitting into a fixed container */
	color: #555;
	background-image: url(assets/md5images/4bc928d103c368439f6cf1b3cf6c647e.gif), url(assets/md5images/1941c446b5e41b5e2d2050530a27e309.gif);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
}

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

#unh #header {
	height: auto !important; /* !important overrides mbl styling */
	width: 705px;
}

#unh #banner_image {
	display: block; /* removes descender of inline element */
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

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

#unh #navigation,
#unh #navigation #tabs {
	height: 92px;
	width: 614px;
	float: right;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

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

#unh #navigation #tabs,
#unh #navigation #tabs ul {
	display: flex;
        justify-content: flex-end;
	width: 100%;
}

#unh #navigation #tabs a {
	font: normal 16px 'Source Sans Pro', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 92px;
	line-height: 92px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
}

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

#unh #navigation #tabs #tabone a { padding-right: 12px; }

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

#unh #sidebar h2 {
	font: 300 16px 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .09em;
	color: #fff;
	background: #cb4d0b;
	padding: 5px 0;
	margin: 0;
	border: none;
}

#unh #sidebar a {
	font: normal 14px 'Source Sans Pro', sans-serif;
	color: #003591;
	text-decoration: none;
}

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

#unh #sidebar #sidebar-search label {
	font: normal 14px 'Source Sans Pro', sans-serif;
	color: #555;
}

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

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

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


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

#unh #content { 
	padding-top: 16px;
	min-height: 700px;
}

	/* --- Breadcrumbs --- */

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

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

#unh #dcn-home > #homepage-intro { 
	margin: 15px 0;
	font: 300 17px 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
}

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

	/* --- Headers --- */

#unh #dcn-home > h2 {
	font: bold 24px 'Source Sans Pro', sans-serif;
}

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

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

#unh #dcn-home #cover-browse { margin-bottom: 58px; }

#unh #dcn-home #cover-browse h3 a {
	font: 400 16px/1.6 'Source Sans Pro', sans-serif;
	line-height: 2em;
	text-decoration: none;
}

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

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

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

#unh #home-img { width: 100%; }

	/* PotD / Top DL widgets */

#unh #dcn-home .box.aag h2,
#unh #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 18px 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #dcdcdc;
}

#unh #main.text .box a:link,
#unh #main.text .box a:visited {
	font: bold 14px 'Source Sans Pro', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
	background: none;
}

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

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

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

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


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

#unh #footer,
#unh #bepress a {
	height: 90px;
	background-color: #001d52; }

#unh #footer p,
#unh #footer p a {
	font: normal 14px/2 'Source Sans Pro', sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

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

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

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


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

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

.mbl #unh #navigation,
.mbl #unh #navigation #tabs { display: none; }

	/* 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 #unh #dcn-home .box.aag h2,
.mbl #unh #dcn-home .box.potd h2 {
	width: 100%;
}

/*Adjusting font size for Bowen Gallery*/
#unh #main.text #series-home .intro #bigger_text{
    font-size: 18px;
    font-weight: bold;
}

/*Darkening Description field for Bowen Gallery*/
#unh #container #main.text  #abstract {
   font-weight: bolder;
}

/*Darkening and enlarging previous/next buttons*/
#unh #main.text #breadcrumb ul#pager * {
    font-weight: bold;
    font-size: 12px;
}

#unh #main.text #breadcrumb .crumbs * {
    font-size: 12px;
}