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

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

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

body {
	background: url(../assets/md5images/4a8d7bb6ffe35e79e052a57d6544031c.png) top left repeat;
	font: normal 12px/1.5 Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;  /* should be medium except when fitting into a fixed container */
}

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

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

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

	/* --- Logo --- */

#gsp #logo_image { display: none; }

#gsp #header a#banner_link:focus img,
#gsp #header a#logo_link:focus img {
    outline: 2px dotted #295e7b;
}

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

#gsp #navigation,
#gsp #navigation #tabs {
	height: 36px;
	/* overflow: hidden; have seen issues with tabs extending below nav container */
	white-space: nowrap;
}

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

#gsp #navigation #tabs,
#gsp #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#gsp #navigation #tabs a {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	line-height: 36px;
	color: #fff;
	background-color: transparent;
	padding: 0 18px;
	margin: 0;
	border: 0;
}

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

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

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

#gsp #navigation #tabs li:first-child a { padding-left: 10px; }

#gsp #navigation #tabs li#tabone { display: none; }

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

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

#gsp #sidebar a:link,
#gsp #sidebar a:visited {
	font: normal 13px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	color: #295e7b;
	text-decoration: none;
}

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

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

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

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

#gsp #sidebar ul#navlist li a {
	color: #295e7b;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px solid #f1f1f1;
}

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

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

#gsp .sidebar-search h2 { 
	font: bold 12px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	text-indent: 20px;
	background: transparent;
}

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

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

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

#gsp #sidebar a:focus img { outline: 2px dotted #295e7b; }

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

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

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

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

#gsp #masthead caption,
#gsp #masthead h4 {
	font: normal 21px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	color: #000000;
	text-align: left;
	padding: 15px 0;
}

	/* --- Links --- */

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

#gsp #main.text a:hover,
#gsp #main.text a:active,
#gsp #main.text a:focus {
	color: #000;
	text-decoration: underline;
}

#gsp #main.text .article-list a:link,
#gsp #main.text .article-list a:visited {
	text-decoration: none;
}

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

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

#gsp #main.text div.doc { margin: 0 0 15px; }

/* testing replacing the below with what follows: 
#gsp #main.text div.article-list .pdf { width: auto; } */

#gsp div.article-list .pdf,
#gsp div.article-list .native,
#gsp div.article-list .external,
#gsp div.article-list .none .openurl,
#gsp div.article-list .none,
#gsp div.article-list .metadata-only {
 width: auto;
}

#coverart #alpha .article-list p { margin-left: 48px; }

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

#gsp #coverart #beta .coverart-box h4 {
    font: normal 18px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf;
}

#gsp #coverart #beta .coverart-box {
	font: normal 12px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	border: 0;
}

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

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

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

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

#gsp #masthead h2.masthead { font: 400 21px Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }

#gsp #masthead tr th {  }

#gsp #masthead tr td {  }

	/* Article pages series */

#gsp #alpha .element p,
#gsp #custom-fields .element p,
#gsp #alpha #recommended_citation p,
#gsp #alpha #attach_additional_files .files span {
	font-size: 14px;
}

#gsp #beta_7-3 #beta-disciplines.aside p {
	font-size: 14px !important;
}

#gsp #alpha .element h4,
#gsp #custom-fields .element h4,
#gsp #beta_7-3 h4,
#gsp #alpha #attach_additional_files .related strong {
	font-size: 15px !important;
}
#gsp #alpha #title.element p {
	font-size: 22px;
}

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

#gsp #footer,
#gsp #footer #bepress a {
	height: 75px;
	background-color: #2b2d2e;
}

#bepress a:focus { outline: 2px dotted #295e7b; }

#gsp #footer p,
#gsp #footer p a  {
	font: normal 12px/1.8 Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	color: #fff;
	text-decoration: none;
}

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

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

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

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

/*.legacy #gsp #wrapper { background-image: none; } (not needed?)

	/* Remove gap under search pages for full-width footer */

.legacy #gsp #wrapper:after { content: none; }

#gsp #main.text a:link span.icon-question-sign {
	text-decoration: none;
}

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

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

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

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0;
}

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

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

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

/* sidebar social medias */

#gsp #sidebar ul#follow li {
	margin-left: 15px;
	color: #000;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 0; }

#gsp #sidebar ul#follow li a {
	display: inline-block;
	height: 23px;
	width: 23px;
	line-height: 23px;
	padding-bottom: 0;
	margin: 0 4px 0 0;
	overflow: hidden;
	text-indent: -9999px; }

#gsp #sidebar ul#follow li a#facebook {
	margin-left: 8px;
	background: url(../assets/md5images/2168b9825ba1f3356015f8a97fde9de1.gif) top left no-repeat; }

#gsp #sidebar ul#follow li a#twitter {
	background: url(../assets/md5images/5db1be2fb446630f1115e397e78a3891.gif) top left no-repeat; }

#gsp #sidebar ul#follow li a#linkedin {
	background: url(../assets/md5images/c243462b596f127f11e428f083e74d29.gif) top left no-repeat; }
	
#gsp #sidebar ul#follow li a#side-rss {
	background: url(../assets/md5images/b70d5c1be4b11a418a52654e0aabee13.gif) bottom left no-repeat;}	
	


/* Style additional files below Download button 4/22/2014 */
#gsp #beta_7-3 #supplemental span {display: block; margin-bottom: 9px;}
#gsp #beta_7-3 #supplemental span a {
       display: block;}  
       
#gsp .crumbs p a {display:none;}
#gsp .crumbs p a + a {display:inline;}
		
/* Style for elements on Call for Papers page 7/10/15 -GJ */
#gsp #strong {font-weight: bold; }

/* editorial board lb 10202017 */
#gsp #main.text #editorial-board img {
float: left;
margin: 0 10px 0 0;
width: 100px;
}
 
#gsp #main.text .clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

/* Display button on journals.html but not on journal homepage hmw 2019-09-10 */
#gsp #peerreviewtext {
    display: none;
}

/* Smoosh the ULs together how to submit page */
 #gsp ul, ul.bulleted { margin: 3px 0 0; }
 

/*ISSN not so stretchy 3/27 wt */
#gsp #issn p {
	letter-spacing: 0;
	}