/* -----------------------------------------------
Journal local stylesheet.
Author:   Stephen Fisk
Version:  September 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: #fff ; 
}


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

#jes #container {box-shadow: 0px 0px 10px 0px lightgrey;}

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

#jes #banner_image {
  display: block; 
  width: 980px !important;
  height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#jes #banner_link { line-height: 0; } /* removes header/nav gap in mbl */ 

  /* --- Logo --- */

#jes #logo_image { /* include an image for accessibility */
  display: none;
}


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

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


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

#jes #navigation #tabs a {
  font: 12px Arial, Verdana, Helvetica, sans-serif;   
  display: block;
  width: auto !important; /* fixes "my account" not fitting in container on page load */  
  transition: background 0.3s ease; 
  line-height: 36px;
  color: #0d3f62;
  background-color: #efefef;
  padding: 0 11px; 
  margin: 0;
  border: 0;
  border-right: 1px solid #fff;
  float: left; }
  
#jes #navigation #tabs a:hover,
#jes #navigation #tabs a:active,
#jes #navigation #tabs a:focus {
  text-decoration: underline;
}

#jes #navigation #tabs li:last-child a {  /* remove 4th border for nav tab separators */
  border-right: none; } 

#jes #navigation #tabs a span { font-size: 12px; }  /* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#jes #navigation #tabs li:first-child a { padding-left: 15px; }

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

#jes #sidebar { padding-top: 16px; }

#jes #sidebar a:link,
#jes #sidebar a:visited {
  font: normal 13px Arial, Verdana, Helvetica, sans-serif; 
  color: #0d3f62;
  text-decoration: none; 
}

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

  /* --- Highlighted sidebar links --- */

#jes #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#jes #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #89aacb; /* border is removed if #navlist has no content */  
} 
  
#jes #sidebar ul#navlist li a {
  color: #fff;
  transition: background 0.3s ease; 
  font-weight: normal;  
  background: #003263;
  border-bottom: 1px solid #89aacb; 
} 

    /* Sidebar link colors */
#jes #sidebar ul#navlist li a:active,
#jes #sidebar ul#navlist li a:hover,
#jes #sidebar ul#navlist li a:focus {
  color: #0d3f62;
  background: #fff; 
} 

#jes #sidebar ul#navlist li:last-child a { border-bottom: none; }

  
  /* --- Sidebar text --- */
  
#jes #sidebar .sidebar-search label,
#jes .sidebar-search h2,
#jes #sidebar #issn p {
  color: #000; /* Search, "Enter search terms," ISSN" */
  border: 0; } 

#jes .sidebar-search h2 { font: bold 12px Arial, Verdana, Helvetica, sans-serif; } 

#jes #sidebar #browse,
#jes #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */  

#jes #sidebar p.advanced + div { display: none; }

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


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

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

#jes #content { background-color: transparent; 
  }

#sub { margin-top: 22px; }

  /* --- Breadcrumbs --- */

#jes #main.text div.crumbs p { margin-bottom: 0; }

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

  /* --- Headers --- */

#jes #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
  font: normal 22px Georgia, "Times New Roman", Times, serif; /* Current Issue */
}

#jes .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
  font: normal 21px Georgia, "Times New Roman", Times, serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf; 
  padding-bottom: 0;
  margin-bottom: 25px;  
} 

  /* --- Links --- */

#jes #main.text a:link,
#jes #main.text a:visited {
  text-decoration: underline;
  color: #104e7b; }

#jes #main.text a:hover,
#jes #main.text a:active,
#jes #main.text a:focus { 
  color: #000000;
  text-decoration: underline;
}
#jes #main.text .article-list a:link,
#jes #main.text .article-list a:visited {
  text-decoration: none; }  
  
#jes #main.text .article-list a:hover,
#jes #main.text .article-list a:active,
#jes #main.text .article-list a:focus { 
  color: #000000;
  text-decoration: underline;
}

  /* --- PDF icons and article lists --- */

#jes #main.text div.doc { margin: 0 0 15px; } 
#jes #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#jes #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */  

  /* --- Editors and Cover art --- */ 

#coverart #beta { 
  float: right; }
  
    /* Cover art */
#jes #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#jes #coverart #beta .coverart-box {
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  border: 0; }

#jes #coverart #beta #coverart-box-container {
  border: 0; }

#coverart #beta { width: auto; }  

#jes #coverart #beta dl  {
  margin-left: 0; }

#jes #coverart #beta #coverart-editors dt {
  font-size: 12px;
  padding-top: 10px; }

    /* Cover art disabled (not needed usually) */

#jes #masthead h2.masthead { font: 400 21px Georgia, "Times New Roman", Times, serif; }    

#jes #masthead tr th {

}

#jes #masthead tr td {

}


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

#jes #footer,
#jes #footer #bepress a {
  height: 75px;
  background-color: #003263; }

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

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

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


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

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

/* Adjusting rights statement images - NS 04/10/18 */
#jes #rights_statements img {
height: auto;
width: 150px;
}
#jes #rights_statements h4 {
color:black;
font-weight:bold;
}


/* Remove 5th navtab - NS 03/04/19  */

#jes #navigation #tabs li#tabfive {
	display: none;
}
  
/* ---------------- Mobile ---------------- */

