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


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

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

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

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

	/* --- Logo --- */

#wilj #logo_image { display: none; }

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

#wilj #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */

#wilj #sidebar ul#navlist li:first-child a {
	border-top: 1px solid #fff; /* border is removed if #navlist has no content */
}

#wilj #sidebar ul#navlist li a {
	color: #4b2e83;
	transition: background 0.3s ease;
	font-weight: normal;
	background: #eeeeee;
	border-bottom: 1px solid #fff;
}
	/* Sidebar link colors */

#wilj #sidebar ul#navlist li a:active,
#wilj #sidebar ul#navlist li a:hover,
#wilj #sidebar ul#navlist li a:focus {
	text-decoration: underline;
}

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


	/* --- Headers --- */

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

	/* --- Editors and Cover art --- */

#coverart #beta {
	float: right; }

		/* Cover art */
#wilj #coverart #beta .coverart-box h4 {
    font: normal 18px 'Open Sans', sans-serif; /* default is 18px */
    color: #4b2f83;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

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

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

#coverart #beta	{ width: auto; }

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

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

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

/* Small caps for Bluebook citation */

#wilj .smallcaps { font-variant: small-caps; }

.mbl #wilj #header,
.mbl #wilj #header a img,
.mbl #wilj #navigation {
	width: 100% !important;
}

.mbl #wilj #header #logo_image { display: none; }

  /* --- Standardizing padding for navlist links --- */

.mbl #wilj #sidebar ul#navlist li a { padding: 6px 0; }

.mbl #wilj #sidebar ul#navlist li { padding: 0; }