/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  2022
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: #e8e8e8 url(../assets/md5images/d5c6d499e64c5ccf9baab376d044984a.gif) top left repeat-x;
    padding-top: 22px;
}

/* Header */
#ijpbl #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#ijpbl #banner_image {
    display: block;
    width: 980px !important;
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
#ijpbl #banner_link { line-height: 0; } /* removes header/nav gap in mbl */
    /* --- Logo --- */
#ijpbl #logo_image,
#ijpbl #header a#logo_link { 
  display: none;
}

/* Navigation */
#ijpbl #navigation {
  position: relative;
  top: -39px;
  margin-bottom: -36px;
  background: transparent;
}
#ijpbl #navigation,
#ijpbl #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap; }

/* Flexbox Navigation July 2018 */
#ijpbl #navigation #tabs,
#ijpbl #navigation #tabs ul {
  display: flex;
  justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
  width: 240px;
  float: right;
}
#ijpbl #navigation #tabs,
#ijpbl #navigation #tabs ul,
#ijpbl #navigation #tabs ul li {
    padding: 0;
    margin: 0; }
#ijpbl #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 */
    transition: background 0.3s ease;
    line-height: 36px;
    color: #fff;
    background-color: #01617b;
    padding: 0;
    margin: 0;
    border: 0;
    border-right: 1px solid #fff;
  }
#ijpbl #navigation #tabs a:hover,
#ijpbl #navigation #tabs a:active,
#ijpbl #navigation #tabs a:focus {
    text-decoration: underline;
    background-color: #481800;
}
#ijpbl #navigation #tabs li:last-child a {  /* remove 4th border for nav tab separators */
    border-right: none; }
#ijpbl #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 */

#ijpbl #navigation #tabs #tabthree {
  display: none;
}

#ijpbl #navigation #tabs #tabone a {
  width: 57px; 
  border-left: 0;
}
#ijpbl #navigation #tabs #tabtwo a {
  width: 90px;
}
#ijpbl #navigation #tabs #tabfour a {
  width: 91px;
}

/* Sidebar */

#ijpbl #sidebar {
        font-size: 12px;
        padding-top: 16px; }

#ijpbl #sidebar ul {
   padding-bottom: 28px; }

#ijpbl #sidebar a:link,
#ijpbl #sidebar a:visited {
        color: #ffffff;
        text-decoration: none; }

#ijpbl #sidebar a:active,
#ijpbl #sidebar a:hover,
#ijpbl #sidebar a:focus {
        text-decoration: underline; }

#ijpbl #sidebar ul#navlist {
	border-top: 1px solid #bfc1c0; }

#ijpbl #sidebar ul#navlist a {
	border-bottom: 1px solid #bfc1c0; }

#ijpbl #sidebar ul#navlist a:link,
#ijpbl #sidebar ul#navlist a:visited {
	color: #ffffff;
	background-color: #01617b;
	text-decoration: none; }

#ijpbl #sidebar ul#navlist a:active,
#ijpbl #sidebar ul#navlist a:hover {
	background-color: #481800;
	text-decoration: underline; }

#ijpbl #sidebar form label { color: #ffffff; }

#ijpbl #sidebar #browse {
 margin-bottom: 9px; }

#ijpbl #sidebar .advanced {margin-left: 10px;}

#ijpbl #sidebar #sidebar-images { margin-left: 0px; }

#ijpbl #sidebar #issn p {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  margin: 5px 0 5px 10px; }

#ijpbl #sidebar p.sponsor-text {
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 14px;
  text-align: left;
  margin: -10px 0 0 10px; }

/* Main content */
#ijpbl #wrapper {
	background-image: url(../assets/md5images/5cd286126daac53683a6af8edc1af370.gif);
	background-repeat: repeat-y; }

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

/* Drop shadows */

#ijpbl #container {
  -webkit-box-shadow:  0px 0px 9px 1px #666;
  box-shadow:  0px 0px 9px 1px #666;
}
#ijpbl #main.text a:link,
#ijpbl #main.text a:visited {
	color: #01617b;
	text-decoration: underline; }

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

#ijpbl #main.text .article-list h1 { font-size: 24px; }

#ijpbl #main.text .article-list h2 {
	font-size: 21px;
	width: 420px;
	padding-bottom: 0;
	border-bottom: 2px solid #464646;
	background-color: transparent; }

#ijpbl #main.text .articleInfo a,
#ijpbl #main.text .doc a:link,
#ijpbl #main.text .doc a:visited {
	text-decoration: none; }

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

#ijpbl #content .text {padding-top: 22px; }

#ijpbl #main.text #alpha h1 { font-size: 24px; }

#ijpbl #main.text #alpha h2 {
	font-size: 21px;
	padding-bottom: 2px;
	border-bottom: 2px solid #01617b;
	background-color: transparent;
	margin-top: 1em; }

#ijpbl #main.text .doc { margin-top: 18px; }

#ijpbl #main.text #beta h4 {
	text-align: left;
	letter-spacing: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 2px solid #01617b;
  color: #481800; }

#ijpbl #main.text #beta dl { margin-left: 0; }

#ijpbl #main.text #beta dt {
	font-size: 12px;
	margin-top: 1em; }

#ijpbl #main.text #coverart #sub {
	margin-top: 0;
	border-top-color: #fff; }

#ijpbl #main.text #coverart #alpha { border-right-color: #fff; }

#ijpbl #main.text #coverart #beta #coverart-box-container { border-top-color: #fff; }

#ijpbl #main.text #coverart #beta .coverart-box { border-bottom-color: #fff; }

/* Customizations for About page badges */

#ijpbl #main.text #badges { align:center; }
#ijpbl #main.text .badge_logo { padding:33px; }

/* End customizations for About page badges */

/* Customizations for Altmetrics */

#ijpbl .altmetric-embed a {
	float: right;
	margin-right: 12px; }

/* end Altmetrics */


/* Footer */

#ijpbl #footer {
  height: 80px;
  width: 979px;
  background: #01617b url(../assets/md5images/cebad595ec89b06d633b637ccddd145b.jpg) top left no-repeat;
  border-right: 1px solid #481800;
  padding-top: 3px;
  margin-bottom: 35px; }

#ijpbl #footer p {
	line-height: 50px;
	height: 30px;
	padding-top: 0;
	font-size: 12px; }

#ijpbl #footer p,
#ijpbl #footer p a:link,
#ijpbl #footer p a:visited {
	color: #ffffff;
	text-decoration: none; }

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

/* Mobile */

.mbl #ijpbl #sidebar #sidebar-images {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important;
}
.mbl #ijpbl #sidebar #sidebar-images a img {
  margin: auto;
}
.mbl #ijpbl #sidebar #sidebar-images {
  margin-left: auto;
}
