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

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

body {
	font: normal 12px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #c0b8ae url(assets/md5images/793b763bdb47b94011d44f2773089bca.gif) left top;
}


/* ---------------- Header ---------------- */
#valpo {
	background: url(assets/md5images/b574b469cf04b1feaa54272d85b2dece.gif) repeat-x left top, url(assets/md5images/603b2803127501688013126aea64ef1b.gif) repeat-x left bottom;
}

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

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

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


/* ---------------- Navigation ---------------- */
#valpo #navigation {
	height: 47px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
	background: #80746c url(assets/md5images/b1c3510cc5c509722fc6841447eb6c98.gif) no-repeat left top;
}

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

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

#valpo #navigation #tabs a {
	font: 700 14px 'Lato', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 38px;
	line-height: 38px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left;
	text-transform: uppercase;
}

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

#valpo #navigation #tabs #tabone a { padding-left: 15px; } /* switch for right-aligned nav tabs */

#valpo #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

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


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

#valpo #sidebar h2 {
	font: normal 16px 'Lato', sans-serif;
	color: #000;
	background: transparent;
	padding-bottom: 10px;
	margin: 0;
	border: none;
}

#valpo #sidebar a {
	font: normal 13px 'Lato', sans-serif;
	color: #2d7bb3;
	text-decoration: none;
}

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

#valpo #sidebar #sidebar-search label {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #000;
}

#valpo #sidebar p.advanced a,
#valpo #sidebar #side-notify a {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

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

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


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

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

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

	/* --- Breadcrumbs --- */

#valpo #main.text div.crumbs a:link,
#valpo #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #2d7bb3;
}

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

#valpo #dcn-home > #homepage-intro { margin: 5px 0; }

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


	/* --- Headers --- */

#valpo #dcn-home h2 {
	font: normal 20px 'Lato', sans-serif;
	margin-top: 0;
}

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

#valpo #main.text .box-top.left {
	width: 350px;
 	margin-bottom: 0px;
}
	
#valpo #main.text .box-top.right {
	width: 238px;
	height: 247px;
	margin-right: 0; }

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

#valpo #dcn-home #cover-browse h3 a {
	font: 400 14px/2.3 Arial, Helvetica Neue, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 3px;
}

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

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

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

	/* PotD / Top DL widgets */

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

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

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

#valpo .box p a span {
	padding: 3px 0px;
}
	/* 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 ---------------- */

#valpo #footer,
#valpo #bepress a {
	height: 129px;
	background-color: #80746c; }

#valpo #footer {
	background: url(assets/md5images/603b2803127501688013126aea64ef1b.gif) repeat-x left bottom;
} 

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

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

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

	/* --- Full width footer --- */
	 
/*Set this color to the same color as the footer, it will appear beneath the footer*/
html { background-color: #685f5a; }
	 
#valpo #content { min-height: 600px; }



/* Additional footer logo */
 
#valpo #footer { position: relative; }
 
a#footer-logo-link { margin: 0; }
 
#footerlogo {
    position: absolute;
    top: 0;
    right: 0;
 }
  
/* ---------------- Miscellaneous fixes ---------------- */

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

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

#valpo #series-home .pdf,
#valpo #series-home .native,
#valpo #series-home .metadata-only,
#valpo #series-home .external {
    line-height: 1.8em;
    font-size: 12px;
}
/* ---------------- 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 #valpo #dcn-home .box.aag h2,
.mbl #valpo #dcn-home .box.potd h2 {
  width: 100%;
}

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

.mbl #footer-logo-link { display: none; }

#valpo #main.text #cover-browse h3:before {
	display: none;
}

#valpo #content .text {margin-left: 0px;}

/*adjusting spacing on homepage astichal 11/27/2018*/
#valpo #dcn-home .sunburst svg {margin-left: 15px;}
#valpo #dcn-home .aag {margin-top: 15px;}
#valpo #dcn-home .potd {margin-top: 18px; margin-bottom: 0px;}

/* orcid icon next to field value, dconrad 10-15-2021*/
#valpo #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }