/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  October 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


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

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

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

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

	/* --- Logo --- */

#ncclr #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "left:" for left aligned logo */
	width: 37.04081632653061% !important;  /* 363 / 980 */
	height: auto;
}


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

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

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

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

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

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

#ncclr #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #395a7b;
	border-bottom: 1px solid #f1f1f1;
}

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

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


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

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

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

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

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

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





	/* --- Headers --- */

#ncclr #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px Arial, Verdana, Helvetica, sans-serif; /* Current Issue */
}

#ncclr .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Arial, Verdana, Helvetica, 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 --- */

#ncclr #main.text a:link,
#ncclr #main.text a:visited {
	text-decoration: underline;
	color: #8b2331; }

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

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

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

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

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

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

/* rule pushed cover art down
#coverart #beta	{ width: auto; }
*/

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

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

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

#ncclr #masthead h2.masthead { font: 400 21px Arial, Verdana, Helvetica, sans-serif; }

/* Homepage Table of Contents Display */
#ncclr #main.text .article-list p span.doctitle {display:block; width:310px; float:left; padding-top:5px; margin-right:15px;}
#ncclr #main.text .article-list p span.auth {display:block; width:140px; float:left; margin-bottom:0; padding-top:5px;}  
#ncclr #main.text .article-list p span.pageno {display:block; width:80px; float:left; padding-top:5px; text-align:right;}