/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(../assets/md5images/35e1d2f058fa0e5798306bfb53f46702.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#nulungu_naidoc #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#nulungu_naidoc #banner_image {
    display: block;
    width: 980px !important;
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
#nulungu_naidoc #banner_link { line-height: 0; } /* removes header/nav gap in mbl */
    /* --- Logo --- */
#nulungu_naidoc #logo_image { /* include an image for accessibility */
    position: absolute !important; /* !important overrides mbl styling */
    top: 5.69620253166%;
    left: 23.06122448979%;  /* change to "left:" for left aligned logo */
    width: 55% !important;  /* 240 / 980 */
    height: auto;
}
#nulungu_naidoc #header a#banner_link:focus img,
#nulungu_naidoc #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#nulungu_naidoc #navigation,
#nulungu_naidoc #navigation #tabs {
    height: 43px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#nulungu_naidoc #navigation #tabs,
#nulungu_naidoc #navigation #tabs ul,
#nulungu_naidoc #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#nulungu_naidoc #navigation #tabs,
#nulungu_naidoc #navigation #tabs ul {
    display: flex;
    justify-content: center; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#nulungu_naidoc #navigation #tabs #tabtwo {
  display: none;
}
#nulungu_naidoc #navigation #tabs #search a:focus img {
  outline: 1px dashed #fff;
}
#nulungu_naidoc #navigation #tabs #search {
  height: 37px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#nulungu_naidoc #navigation #tabs a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 43px;
    line-height: 43px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 32px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    text-transform: uppercase;
}
#nulungu_naidoc #navigation #tabs a:hover,
#nulungu_naidoc #navigation #tabs a:active,
#nulungu_naidoc #navigation #tabs a:focus {
    text-decoration: underline;
}
/* ---------------- Sidebar ---------------- */
#nulungu_naidoc #sidebar { padding-top: 16px; }

#nulungu_naidoc #sidebar h2 {
	font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #4a4a4a;
	background-color: transparent;
	text-indent: 0px;
	margin-left: 15px;
	border-top: 1px solid #ce4e12;
	padding-top: 20px;
	border-bottom: 0;
}

#nulungu_naidoc #sidebar h2:first-of-type {
	border-top: none;
	padding-top: 0;
}

#nulungu_naidoc #sidebar a:link,
#nulungu_naidoc #sidebar a:visited {
	font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #8a733e;
	background-color: transparent;
	text-decoration: none;
}

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

#nulungu_naidoc #sidebar form label { color: #000; }

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

#nulungu_naidoc #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */

#nulungu_naidoc #sidebar #side-notify {
	padding-top: 0;
	margin-top: 0;
}

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

#nulungu_naidoc #sidebar a:focus img { outline: 2px dotted #8a733e; }
/* ---------------- Main Content ---------------- */
#nulungu_naidoc #wrapper { /* for full-length sidebar content background/elements */
    background: url(../assets/md5images/d32b4acd42437989ffe3da07460907a3.gif) repeat-y left top; }
#nulungu_naidoc #content {
    background-color: transparent; }
#main.text #series-home { width: 100%; }
    /* --- Breadcrumbs --- */
#nulungu_naidoc #main.text .crumbs p { margin-bottom: 0; }
#nulungu_naidoc #main.text .crumbs a {
    text-decoration: none;
    color: #8a733e; }
#nulungu_naidoc #main.text .crumbs a:hover,
#nulungu_naidoc #main.text .crumbs a:active,
#nulungu_naidoc #main.text .crumbs a:focus {
    text-decoration: underline;
    color: #000000; }
    /* --- Headers --- */
#nulungu_naidoc #main.text h2#series-title a {
    font: normal 21px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none; }
#nulungu_naidoc #main.text h2#series-title a:hover,
#nulungu_naidoc #main.text h2#series-title a:active,
#nulungu_naidoc #main.text h2#series-title a:focus {
    color: #000;
    text-decoration: underline; }
#nulungu_naidoc #main.text #series-home h4 {  /* browse the contents... */
    font: normal 18px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;
}
    /* --- Links --- */
#nulungu_naidoc #main.text a:link,
#nulungu_naidoc #main.text a:visited {
    text-decoration: underline; }
#nulungu_naidoc #main.text a:hover,
#nulungu_naidoc #main.text a:active,
#nulungu_naidoc #main.text a:focus {
    color: #000000; }
/* ---------------- Footer ---------------- */
#nulungu_naidoc #footer,
#nulungu_naidoc #footer #bepress a {
    height: 82px;
    background-color: #ce4e12; }
#nulungu_naidoc #footer p,
#nulungu_naidoc #footer p a  {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none; }
#nulungu_naidoc #footer p:first-of-type { padding-top: 17px; }
#nulungu_naidoc #footer p a:hover,
#nulungu_naidoc #footer p a:active,
#nulungu_naidoc #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #000;
}
#nulungu_naidoc {
    background: url(../assets/md5images/bcc28ad10d06b96edde7593948e4d109.gif) repeat-x left bottom;
}
#nulungu_naidoc #content {
    min-height: calc(100vh - 441px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #nulungu_naidoc #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #nulungu_naidoc #wrapper { background-image: none; }
/* ---------------- Mobile ---------------- */
.mbl #navigation #tabs {
    display: none;
}
.mbl #nulungu_naidoc #sidebar ul#navlist li a {
    padding: 6px 0px;
}
.mbl #nulungu_naidoc #sidebar ul#navlist li {
    padding: 0px;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #nulungu_naidoc #header,
.mbl #nulungu_naidoc #header a#banner_link img,
.mbl #nulungu_naidoc #navigation {
    width: 100% !important;
}
.mbl #nulungu_naidoc #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 5.69620253166%;
    left: 23.06122448979%;  /* change to "left:" for left aligned logo */
    width: 55%;
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #sidebar #issn p.sb-issn,
.mbl #sidebar #issn p.sb-extra-issn {
	pointer-events: none;
}
.mbl #nulungu_naidoc #header {
background: url(../assets/md5images/6fa9e7465c379060c9b32151eaae1e5b.png) no-repeat left top;
}
