/* -----------------------------------------------
Journal local stylesheet.
Author:   Jami Wardlow
Version:  April 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

	/* --- Meta styles and background --- */

body {
	font: normal 12px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff;
}

/* --- Full width footer --- */
 
/* Set this color to the same color as the footer. It will appear beneath the footer. */
html { background-color: #292929; }
 
/* bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it. */
#dujpew {
    background: url(../assets/md5images/b021902754db2322d371b965224f522c.gif) repeat-x left bottom;
}
 
#dujpew #content { min-height: 600px; }

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

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

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

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

	/* --- Logo --- */

#dujpew #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 10.816327% !important;  /* 106 / 980 */
	height: auto;
}


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

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

#dujpew #navigation #tabs { 
	width: 290px;
	float: right;
}

#dujpew #navigation #tabs li { float: left; }

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

#dujpew #navigation #tabs a {
	font: normal 14px 'Open Sans', 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: #0f6a36;
	background-color: transparent;
	padding: 0 12px;
	margin: 0;
	border: 0;
	float: right; 
}

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

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

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

#dujpew #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

#dujpew #navigation #tabs li:first-child a { margin-left: -13px; }


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

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

#dujpew #sidebar a:link,
#dujpew #sidebar a:visited {
	font: normal 13px 'Open Sans', sans-serif;
	color: #0f6a36;
	text-decoration: none;
}

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

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

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

#dujpew #sidebar ul#navlist li a {
	color: #0f6a36;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 2px solid #e0e0e0;
}

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

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


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

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

#dujpew .sidebar-search h2 { 
	font: bold 12px 'Open Sans', sans-serif; 
	text-indent: 20px; 
}

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

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

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


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

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

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#dujpew #main.text div.crumbs a {
	text-decoration: none;
	color: #0f6a36;
}

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

	/* --- Headers --- */

#dujpew #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px 'Open Sans', sans-serif; /* Current Issue */
}

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

	/* --- Links --- */

#dujpew #main.text a:link,
#dujpew #main.text a:visited {
	text-decoration: underline;
	color: #0f6a36; }

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

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

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

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

#dujpew #coverart #beta .coverart-box {
	font: normal 12px 'Open Sans', sans-serif;
	border: 0; }

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

/* this rule aligns cover art with other content, but sometimes breaks the layout, idk, seems fine i guess
#coverart #beta	{ width: auto; }
*/

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

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

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

#dujpew #masthead h2.masthead { font: 400 21px 'Open Sans', sans-serif; }

#dujpew #masthead tr th {

}

#dujpew #masthead tr td {

}


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

#dujpew #footer,
#dujpew #footer #bepress a {
	height: 75px;
	background-color: #292929; }

#dujpew #footer p,
#dujpew #footer p a  {
	font: normal 12px/2 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none; }

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

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


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

	/* --- Advanced Search --- */

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


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

  /* --- Hides navigation tabs on mobile CSFR-2286 --- */

.mbl #dujpew #navigation #tabs {
	display: none;
}
