/* -----------------------------------------------
Journal local stylesheet.
Author:   Sean Beld
Version:  Feb. 21, 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

body {
	font: normal 12px/1.5 Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: transparent url(../assets/md5images/4ac91bae30296825660f94d4f9baaf4c.jpg) center/cover fixed;
}


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

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

#ijcic #banner_image {
	display: block;
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
	border-bottom: 1px solid #e1e1e1;
}

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

	/* --- Logo --- */

#ijcic #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: 100%% !important;  /* 240 / 980 */
	height: auto;
}


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

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

#ijcic #sidebar a:link,
#ijcic #sidebar a:visited {
	font: normal 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

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

#ijcic #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #001a45;
	border-bottom: 1px solid #395273;
}

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




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

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

#ijcic .sidebar-search h2 { font: bold 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; }

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

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

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


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

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

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#ijcic #main.text div.crumbs a {
	text-decoration: none;
	color: #104e7b;
}

#ijcic #main.text div.crumbs a:hover,
#ijcic #main.text div.crumbs a:active,
#ijcic #main.text div.crumbs a:focus {
	text-decoration: underline;
	/* color: #fff; */
}

	/* --- Headers --- */

#ijcic #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; /* Current Issue */
}

#ijcic .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, 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 --- */

#ijcic #main.text a:link,
#ijcic #main.text a:visited {
	text-decoration: underline;
	color: #104e7b; }

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

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

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

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

#ijcic #coverart #beta .coverart-box {
	font: normal 12px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	border: 0; }

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

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

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

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

#ijcic #masthead h2.masthead { font: 400 21px Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; }

#ijcic #masthead tr th {

}

#ijcic #masthead tr td {

}


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



#ijcic #footer,
#ijcic #footer #bepress a {
	height: 75px;
	background-color: #012650; }

#ijcic #footer p,
#ijcic #footer p a  {
	font: normal 12px/2 Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none; }

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

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

#ijcic #footer p:first-of-type {
    border-top: 1px solid #99a8b9;
}

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

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

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


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

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

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