/* -----------------------------------------------
Journal local stylesheet.
Author:   Sean Beld
Version:  Nov. 16, 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: #fff;
}


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

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

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

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

	/* --- Logo --- */

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


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

#jlia #navigation,
#jlia #navigation #tabs {
	height: 36px;
	width: 100%;
	background: #1e407c;
	overflow: hidden; } /* have seen issues with tabs extending below nav container */


#jlia #navigation #tabs,
#jlia #navigation #tabs ul,
#jlia #navigation #tabs ul li {
	padding: 0;
	margin: 0;
	float: left;}

#jlia #navigation #tabs ul {
		width: 100%;
	}

#jlia #navigation #tabs a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	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: transparent;
	padding: 0 15px;
	margin: 0;
	border: 0;
	border: none;
	float: left; }

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

#jlia #navigation #tabs li:last-child {
    float: right;
}

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

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

#jlia #navigation #tabs li:first-child a { padding-left: 15px; }


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

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

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

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

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

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

#jlia #sidebar ul#navlist li a {
	color: #012852;
	transition: background 0.3s ease;
	font-weight: normal;
	background: #ffffff;
	border-bottom: 1px solid #C0C0C0;
}

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

#jlia #sidebar ul#navlist li:last-child a { border-bottom: 1px solid #C0C0C0; }


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

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

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

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

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

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


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

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

#jlia #content { background-color: transparent; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

#jlia #main.text div.crumbs a {
	text-decoration: none;
	color: #02458d;
}

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

	/* --- Headers --- */

#jlia #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 24px "Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif; /* Current Issue */
}

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

	/* --- Links --- */

#jlia #main.text a:link,
#jlia #main.text a:visited {
	text-decoration: underline;
	color: #02458d; }

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

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

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

#jlia #main.text div.doc { margin: 0 0 15px; }
#jlia #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#jlia #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */

	

	



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

#jlia #footer,
#jlia #footer #bepress a {
	height: 75px;
	background-color: #1e407c; }

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

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


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

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

.legacy #jlia #wrapper {	background-image: none; background-color: #fff;}


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

#jlia #main.text .article-list #masthead { display: block; background:none; padding:0; }
