/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  April 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: #ffffff; 
}


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

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

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

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


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

#edconsiderations #navigation,
#edconsiderations #navigation #tabs {
	height: 36px;
	overflow: hidden; } /* have seen issues with tabs extending below nav container */


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

#edconsiderations #navigation #tabs a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;		
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */	
	transition: 0.2s ease-in-out;	
	line-height: 36px;
	color: #ffffff;
	background-color: transparent;
	padding: 0 19px; 
	margin: 0;
	border: none;
	float: left; }
	
#edconsiderations #navigation #tabs a:hover,
#edconsiderations #navigation #tabs a:active,
#edconsiderations #navigation #tabs a:focus {
	text-decoration: underline;
}

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

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

#edconsiderations #navigation #tabfour { display: none; }

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

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

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

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

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

#edconsiderations #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#edconsiderations #sidebar ul#navlist li:first-child a {
	border-top: 1px solid #beafd1; /* border is removed if #navlist has no content */	
}	
	
#edconsiderations #sidebar ul#navlist li a {
	color: #ffffff;
	transition: 0.2s ease-in-out;	
	font-weight: normal;	
	background: #4f2684;
	border-bottom: 1px solid #beafd1; 
}	

		/* Sidebar link colors */
#edconsiderations #sidebar ul#navlist li a:active,
#edconsiderations #sidebar ul#navlist li a:hover,
#edconsiderations #sidebar ul#navlist li a:focus {
	color: #ffffff;
	background: #882d5a; 
}	


	/* --- Sidebar text --- */
	
#edconsiderations #sidebar #sidebar-search label,
#edconsiderations .sidebar-search h2,
#edconsiderations #sidebar #issn p {
	color: #ffffff; /* Search, "Enter search terms," ISSN" */
	border: 0;
	letter-spacing: .22em; } 

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

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

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

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


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

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

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

#edconsiderations #sub { 
	border-top: 1px solid #9999ff;
	margin-top: 22px; 
}

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

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

#edconsiderations .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 #9999ff; 
	padding-bottom: 0;
	margin-bottom: 25px;	
}	

	/* --- Links --- */

#edconsiderations #main.text a:link,
#edconsiderations #main.text a:visited {
	text-decoration: underline;
	color: #4f2684; }

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

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

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

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

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

#coverart #beta	{ width: auto; }	

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

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


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

#edconsiderations #footer {
	height: 75px;
	background-color: #4f2683; }

#edconsiderations #footer p,
#edconsiderations #footer p a  {
	font: normal 12px/1.8 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none; }

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

#edconsiderations #footer #bepress a {
	height: 75px; }

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

/* Additional footer logo */

#edconsiderations #footer { position: relative; }

a#footer-logo-link { margin: 0; }

#footerlogo { 
	position: absolute;
	top: 0;
	right: 0;
 } 


/* ---------------- Miscellaneous fixes ---------------- */
	
	/* --- Advanced Search --- */	

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

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

.mbl #footer-logo-link { display: none; } /* logos aren't hidden by mbl footer */

/* aligning call for papers lb 08162017 */
#edconsiderations #main.text #coverart #sub #alpha #intro-text p.call {
	text-align: center;
}


/* Setting issue cover art space to a limited area due to long text in editorial board for v45/i1 JR 6-12-19 */
#edconsiderations #coverart #beta .coverart-box {
	width: 225px;
}