/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  March 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

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

#wvu {
	background: url(assets/md5images/39558e85367e2bf6d122485215e7255a.gif) repeat-x left bottom;
}

html {
	background-color: #002752;
}

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

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

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

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


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

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

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

#wvu #navigation #tabs a {
	font: normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 55px;
	line-height: 55px;
	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;
}

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

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

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


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

#wvu #sidebar h2 {
	font: bold 15px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background: transparent;
	padding-bottom: 7px;
	margin: 0;
	border: none;
}

#wvu #sidebar a {
	font: normal 13px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #0033a0;
	text-decoration: none;
}

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

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

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

#wvu #sidebar {
	border-right: 1px solid #e1e1e1;
	width: 239px;
	margin-top: 30px;
	padding: 0;
}


#wvu #sidebar h2:first-of-type {
	padding-top: 5px;
}

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

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


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

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

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

	/* --- Breadcrumbs --- */

#wvu #main.text div.crumbs a:link,
#wvu #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #0033a0;
}

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

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

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


	/* --- Headers --- */

#wvu #dcn-home > h2 {
	font: bold 21px Helvetica Neue, Helvetica, Arial, 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: #0033a0; }

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

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

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

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

	/* PotD / Top DL widgets */

#wvu #dcn-home .box.aag h2,
#wvu #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 16px Helvetica Neue, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #d6d6d6;
}

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

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

#wvu #main.text .box.aag span,
#wvu #main.text .box.potd span {
	padding: 2px 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 ---------------- */

#wvu #footer,
#wvu #bepress a {
	height: 75px;
	background-color: #002752; }

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

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

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

/* ---------------- Miscellaneous fixes ---------------- */
#wvu #series-home .pdf,
#wvu #series-home .native,
#wvu #series-home .metadata-only,
#wvu #series-home .external {
	line-height: 1.9em;
}


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

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


/* ---------------- 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;
}
/*Styling for CAS Login info on login page - Mbriles 7/26/18*/
dl#wvu-login {
    display:block;
    width:645px;
    height:100px;
    border:1px solid #F47920;}

#wvu-login dt {
    padding-left:10px;
    background:#F47920;
    font:14px/24px Arial, sans-serif;
    font-weight:bold;
    font-size: 18px;
    color:#FFFFFF;}

#wvu-login dd {
    padding:5px;
    margin:15px 0;
    font-size: 16px;
    text-align:center;}

#wvu-login dd img {
    height:30px;
    width:auto;
    border:0;
    padding-bottom:10px;}

#wvu-login a:link,
#wvu-login a:visited {
    font:14px/30px Arial, sans-serif;
    vertical-align:top;
    font-weight:bold;
    color: #000000;
    font-size: 18px;
    padding-left: 30px;}

#wvu #myaccount p.loginspecial {font-size: 14px;} 
