/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Stephen Fisk
Version:  7/17/2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

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


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

#union {
  background: url(assets/md5images/6a8f89759e38b47042f6ca3bd5a611d8.gif) bottom left repeat-x;
}

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

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

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


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

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

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

#union #navigation #tabs a {
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  display: block;
  width: auto !important; /* fixes "my account" not fitting in container on page load */
  height: 42px;
  line-height: 36px;
  color: #000000; 
  transition: 0.3s ease-in-out; 
  background-color: #ebeae5;
  padding: 4px 0 0; /* with arial bold, this fits */
  margin: 0;
  border: 0;
  float: left; 
}

#union #navigation #tabs a span {border-right: 1px solid #000;
  padding: 0 10px;
}

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

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

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

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

#union #sidebar { 
  background-color: #ebeae5; 
  padding-top: 16px; 
}

#union #sidebar h2 {
  font: normal 18px Arial, Verdana, Helvetica, sans-serif;  
  text-transform: uppercase;
  color: #000000;
  background: #d1cfc3;  
  padding: 5px;
  margin: 0;
  border: none; 
}

#union #sidebar a {
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  color: #0d3f62;
  text-decoration: none; 
}

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

#union #sidebar #sidebar-search label {
  font-size: normal 13px Arial, Verdana, Helvetica, sans-serif;
  color: #000000; 
}

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

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

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


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

#union #wrapper { /* for full-length sidebar content background/elements */

}

  /* --- Breadcrumbs --- */

#union #main.text div.crumbs a:link,
#union #main.text div.crumbs a:visited {
  text-decoration: none;
  color: #104e7b; 
} 

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

#union > #homepage-intro { margin: 15px 0; }

#union > #cover-browse { margin-bottom: 20px; }


  /* --- Headers --- */

#union h2 {
  font: normal 21px Arial, Verdana, Helvetica, sans-serif;
}

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

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

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

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

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

  /* PotD / Top DL widgets */

#union #dcn-home .box.aag h2,
#union #dcn-home .box.potd h2 {
  width: 267px;
  margin: 0;
  font: normal 16px Arial, Verdana, Helvetica, sans-serif;
  border-bottom: 1px solid #d3d3d3; 
}

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

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


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

#union #footer,
#union #bepress a {
  height: 135px;
  background-color: #822433; }

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

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

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

/* ---------------- Miscellaneous fixes ---------------- */
  
  /* --- Advanced Search --- */ 

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

#union #home-page-banner {
  margin: 0 0 15px 0;
  width: 666px;
}

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

/* content carousel styling for image galleries lb 02022018 */
#union #carousel article div.text-content {
  width:40%
}

#union #gallery #carousel article div.text-content h2 {
  font-size: 148%
}


/* Adjusting rights statement images and title - CY 11/13/18 */
#union #rights_statements img {
    height: auto;
    width: 150px;
    padding: 4px;
}

#union #rights_statements h4 {
color:black;
}

/* Adjusting rights statement book gallery alignment- CY 1/31/19*/
#union #ir-book.left #rights_statements {
     margin-left: 178px; 
     width: 480px; 
     padding-top: 10px;
}

/* Adding styling to metadata fields in eco499p_2021 - CB 3/8/21 */

#union #ir-book div#chat_with_presenter.element H4 {
			display: none;
			}

#union #ir-book div#chat_with_presenter.element p {
			background-color:#0074cc;
                        width:50%;padding:12px;
                        text-align:center;
}

#union #ir-book div#chat_with_presenter.element a {
			color:#fff;
			}

#union #ir-book div#date_of_presentation.element H4 {
			display: none;
			}