/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  December 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
/* ---------------- Meta Elements ---------------- */

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

body {
	font: normal 14px/1.5 'PT Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/459d4c655ef4e87cbcf90010fc440536.gif) repeat-x left top;
}


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

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

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

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


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

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

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

/* Flexbox Navigation July 2018 */

#uidaholaw #navigation #tabs,
#uidaholaw #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%;
}

#uidaholaw #navigation #tabs a {
	font: normal 16px 'PT Sans', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 38px;
	line-height: 38px;
	color: #000;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 12px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	/* float: left; Not needed? Using flexbox now */
}

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

#uidaholaw #navigation #tabs li:first-child a { padding-left: 32px; }

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


/* ---------------- Sidebar ---------------- */
#uidaholaw #sidebar {
	box-sizing: border-box;
	border: 5px solid #191919;
	margin-top: 26px;
}

#uidaholaw #sidebar h2 {
	font: normal 18px 'PT Sans', sans-serif;
	border-bottom: 2px solid #f1b300;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0 15px;
	text-indent: 0px;
}

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

#uidaholaw #sidebar a {
	font: normal 15px 'PT Sans', sans-serif;
	color: #2f2f2f;
	text-decoration: none;
	border: none;
}
#uidaholaw #sidebar ul#navlist {
	border-top: none;
}

#uidaholaw #sidebar #browse {
	padding-left: 15px;
}

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

#uidaholaw #sidebar #sidebar-search label {
	font: normal 15px 'PT Sans', sans-serif;
	color: #000;
}

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

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

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


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

#uidaholaw #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/d4ea17f88826be4ee7bc1a81bd8cc3cd.gif) repeat-y left top;
	margin-top: 26px;
}

#uidaholaw #main.text #home-image {
	margin-bottom: 12px;
}

#uidaholaw #main.text acronym,
#uidaholaw #sidebar acronym {
	border-bottom: none;
}

#uidaholaw #content {
	min-height: calc(100vh - 273px);
	box-sizing: content-box;
}

#uidaholaw #content { padding-top: 10px; }

#uidaholaw #home-page-banner {
	margin-left: -42px;
	margin-top: -26px;
}

	/* --- Breadcrumbs --- */

#uidaholaw #main.text div.crumbs a:link,
#uidaholaw #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #117ea6;
}

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

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

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


	/* --- Headers --- */

#uidaholaw #dcn-home > h2 {
	font: bold 24px 'PT Sans', 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: #117ea6;
 	text-decoration: none;
}

#uidaholaw #dcn-home #cover-browse h3 a {
	font: 400 16px/2 'PT Sans', sans-serif;
	text-decoration: none;
}

#uidaholaw #dcn-home #cover-browse h3 {
	padding-left: 15px;
}

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

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

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

	/* PotD / Top DL widgets */

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

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

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

#uidaholaw #series-home .pdf, 
#uidaholaw #series-home .native, 
#uidaholaw #series-home .metadata-only, 
#uidaholaw #series-home .external {
	line-height: 2.5em;
}
/* ---------------- Footer ---------------- */

#uidaholaw #footer,
#uidaholaw #bepress a {
	height: 75px;
	background-color: #191919; }

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

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

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

/* ---------------- Meta Elements ---------------- */
	/* --- Full width footer --- */

/*Set this color to the same color as the footer, it will appear beneath the footer*/
html { background-color: #191919; }

/*bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it*/
#uidaholaw {
	background: url(assets/md5images/4abf66f994910abe89605f148190daea.gif) repeat-x left bottom;
}

/*#uidaholaw #content { min-height: 600px; }*/

/* ---------------- Miscellaneous fixes ---------------- */
.egs-profile-gallery {
    display: block; /* removes descender space below inline element */

    margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */

}

#uidaholaw #results-list a.pdf {
	background-size: 14px;
}
	/* --- Advanced Search --- */

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

/* Browse Authors accessibility fix- CSFR-2648 */
#uidaholaw #main.text .authorbrowser p.letters a:hover,
#uidaholaw #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* ---------------- Mobile ---------------- */

/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }

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

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

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

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

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