/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* --- Highlighted sidebar links --- */
#ilj #sidebar ul#navlist {
border-top: none; }  /* border added by ir-custom.css by default */
#ilj #sidebar ul#navlist li:first-child a {
border-top: none; /* border is removed if #navlist has no content */
}
#ilj #sidebar ul#navlist li a {
border-bottom: none;
}
    /* Sidebar link colors */
#ilj #sidebar ul#navlist li a:active,
#ilj #sidebar ul#navlist li a:hover,
#ilj #sidebar ul#navlist li a:focus {
color: #000;
background: transparent;
}
#ilj #sidebar ul#navlist li:last-child a { border-bottom: none; }

#ilj #sidebar .sidebar-search label,
#ilj .sidebar-search h2,
#ilj #sidebar #issn p {
    color: #333; /* Search, "Enter search terms," ISSN" */
    border: 0; }
#ilj #sidebar form#browse {
  padding-left: 15px;
}
#ilj #sidebar a {
  width: 215px;
}
#ilj #sidebar a.btn.followable {
  width: unset;
}
#ilj .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {
  background: transparent;
}





/* Centering journal logo image CM 2022-02-01 */
#ilj #main.text img.ignore { 
  display:block; 
  margin-left: auto;
  margin-right: auto;
}