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

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

@import url('https://fonts.googleapis.com/css?family=Vollkorn');

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

html { background-color: #000; }

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

#vl { background: url(assets/md5images/56796a31aa0d310b3dde8690ada67907.gif) repeat-x left bottom; }
 
#vl #content { min-height: 600px; }


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

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

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

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


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

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

#vl #navigation #tabs { width: 275px; }

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

#vl #navigation #tabs a {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 40px;
	line-height: 40px;
	color: #e6e6e6;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left;
}

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

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

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


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

#vl #sidebar { 
	width: 223px;
	margin-left: 18px;
	border-top: 16px solid #d8ab4c;
	border-radius: 6px;
	padding-top: 18px;
	background-color: #000;
}

#vl #sidebar h2 {
	font: normal 18px 'Vollkorn', serif;
	color: #fff;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#vl #sidebar a {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
}

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

#vl #sidebar #sidebar-search label {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
}

#vl #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}
 	/* compensating for narrow sidebar */

#vl #sidebar input#search { width: 134px; }

#vl #sidebar input.searchbutton { padding: initial; }

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

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


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

#vl #wrapper { 
	margin-top: 27px;
	margin-bottom: 25px;
	background: transparent;
}

#vl #content { 
	padding-top: 16px;
	border-radius: 4px;
}

	/* --- Breadcrumbs --- */

#vl #main.text div.crumbs a:link,
#vl #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #3675a3;
}

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

#vl img#home-img { 
	width: 100%;
	margin-bottom: 16px;
}

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

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


	/* --- Headers --- */

#vl #dcn-home > h2 {
	font: normal 26px 'Vollkorn', 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: #3675a3; }

#vl #dcn-home #cover-browse h3 a {
	font: normal 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#vl #dcn-home .box.aag h2,
#vl #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 20px 'Vollkorn', serif;
	border-bottom: 1px solid #d8ab4c;
}

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

#vl #main.text .box a:hover,
#vl #main.text .box a:active,
#vl #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 ---------------- */

#vl #footer,
#vl #bepress a {
	height: 75px;
	background-color: #000; }

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

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

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

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

#vl .text #myaccount thead tr th {
	color: #333333;
	background-color: #eeeeee;
}

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

.legacy #vl #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;
}


/* Sw Gallery page alignment */
#vl .egs-profile-gallery {margin-left: -32px; margin-top:-30px;}


/* Adjusting sidebar display for VLR */
#vlr #sidebar #navlist a {border:transparent}
#vlr #sidebar #navlist {border:transparent}