/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  October 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/789b9c24c7bb5252ebeba981dc44b323.gif) top left repeat-x;
}


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

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

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

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

	/* --- Logo --- */

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


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

#dujs #navigation { background-color: transparent; }

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


#dujs #navigation #tabs { float: right; }

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

#dujs #navigation #tabs a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	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: #333333;
	padding: 0 9px;
	margin: 8px 0 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: right; }

#dujs #navigation #tabs a:hover,
#dujs #navigation #tabs a:active,
#dujs #navigation #tabs a:focus {
	text-decoration: underline;
}

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

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


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

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

#dujs #sidebar a:link,
#dujs #sidebar a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #006639;
	text-decoration: none;
}

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

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

#dujs #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#dujs #sidebar ul#navlist li:first-child a {
	border-top: 1px solid #696969; /* border is removed if #navlist has no content */
}

#dujs #sidebar ul#navlist li a {
	color: #000;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 1px solid #696969;
}

		/* Sidebar link colors */
#dujs #sidebar ul#navlist li a:active,
#dujs #sidebar ul#navlist li a:hover,
#dujs #sidebar ul#navlist li a:focus {
	color: #000;
	background-color: #fff;
}

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

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

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

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

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

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


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

#dujs #content { background-color: #ffffff; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#dujs #main.text div.crumbs a {
	text-decoration: none;
	color: #006639;
}

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

	/* --- Headers --- */

#dujs #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 */
}

#dujs .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 --- */

#dujs #main.text a:link,
#dujs #main.text a:visited {
	text-decoration: underline;
	color: #006639; }

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

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

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

#dujs #main.text div.doc { margin: 0 0 15px; }
#dujs #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#dujs #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 */
#dujs #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

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

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

#coverart #beta	{ width: auto; }

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

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


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

#dujs #footer,
#dujs #footer #bepress a {
	height: 74px;
	background-color: #333333; }

#dujs #footer p,
#dujs #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; } */

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


/* ---------------- Miscellaneous fixes ---------------- */



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