/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  February 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

body {
	font: normal 12px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(../assets/md5images/c68ffbb6cc9af6dddc0ae3756b923a46.gif) repeat-x left top;
}


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

#journal-of-financial-crises #header {
	position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}

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

#journal-of-financial-crises #banner_link { line-height: 0; } /* removes header/nav gap in mbl */

	/* --- Logo --- */

#journal-of-financial-crises #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: 47.44897959% !important;  /* 240 / 980 */
	height: 53.08641975%;
}


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

#journal-of-financial-crises #navigation,
#journal-of-financial-crises #navigation #tabs {
	height: 46px;
	overflow: hidden; } /* have seen issues with tabs extending below nav container */

/* Flexbox Navigation July 2018 */

#journal-of-financial-crises #navigation #tabs,
#journal-of-financial-crises #navigation #tabs ul {
  display: flex;
  justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
  width: 100%;
}

#journal-of-financial-crises #navigation #tabs,
#journal-of-financial-crises #navigation #tabs ul,
#journal-of-financial-crises #navigation #tabs ul li {
	padding: 0;
	margin: 0; }

#journal-of-financial-crises #navigation #tabs a {
	font: normal 12px Arial, Helvetica Neue, 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: 46px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	/* float: left; Not needed? Using flexbox now */
  }

#journal-of-financial-crises #navigation #tabs a:hover,
#journal-of-financial-crises #navigation #tabs a:active,
#journal-of-financial-crises #navigation #tabs a:focus {
	text-decoration: underline;
}

#journal-of-financial-crises #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 */

#journal-of-financial-crises #navigation #tabs li:first-child a { padding-left: 32px; }


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

#journal-of-financial-crises #sidebar { padding-top: 16px; }

#journal-of-financial-crises #sidebar a:link,
#journal-of-financial-crises #sidebar a:visited {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#journal-of-financial-crises #sidebar a:hover,
#journal-of-financial-crises #sidebar a:active,
#journal-of-financial-crises #sidebar a:focus {
	color: #fff;
	text-decoration: underline;
}

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

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

#journal-of-financial-crises #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #123567;
	border-bottom: 1px solid #0b274f;
}

		/* Sidebar link colors */
#journal-of-financial-crises #sidebar ul#navlist li a:active,
#journal-of-financial-crises #sidebar ul#navlist li a:hover,
#journal-of-financial-crises #sidebar ul#navlist li a:focus {
	color: #fff;
	background-color: #1069a0;
}

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

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

#journal-of-financial-crises .sidebar-search h2 { 
	font: bold 12px Arial, Helvetica Neue, Helvetica, sans-serif;
 	text-indent: 20px;
}

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

#journal-of-financial-crises #sidebar p.advanced + div { display: none; }

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


/* ---------------- Main Content ---------------- */
#journal-of-financial-crises p.journal-follow {
	margin-top: 50px;
}

#journal-of-financial-crises #jfc_intro p {
	font-size: 14px;
}

#journal-of-financial-crises #main.text .article-list .doc p {
	font-size: 14px;
}

#journal-of-financial-crises #main.text .article-list p a acronym {
	font-size: 14px;
}

#journal-of-financial-crises #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/b03acfda32c63c4e4ab11ed0a9560386.gif) repeat-y left top; }

#journal-of-financial-crises #content { background-color: #ffffff; }

#sub { margin-top: 22px; }

#journal-of-financial-crises #main.text .article-list .doc span.case_series_above {
padding-top:5px; 
	padding-bottom:3px; 
	display:block; 
	font:normal 11px arial; 
	color:#333228;
}

	/* --- Breadcrumbs --- */

#journal-of-financial-crises #main.text div.crumbs p { margin-bottom: 0; }

#journal-of-financial-crises #main.text div.crumbs a {
	text-decoration: none;
	color: #104e7b;
}

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

	/* --- Headers --- */

#journal-of-financial-crises #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 24px Georgia, Times, Times New Roman, serif; /* Current Issue */
}

#journal-of-financial-crises .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Georgia, Times, Times New Roman, serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0;
	margin-bottom: 25px;
}

	/* --- Links --- */

#journal-of-financial-crises #main.text a:link,
#journal-of-financial-crises #main.text a:visited {
	text-decoration: underline;
	color: #104e7b; }

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

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

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

#journal-of-financial-crises #main.text div.doc { margin: 0 0 15px; }
#journal-of-financial-crises #main.text div.article-list .pdf { 
	width: auto;
 	line-height: 15px;
}
#coverart #alpha .article-list p { margin-left: 48px; }
#journal-of-financial-crises #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 */
#journal-of-financial-crises #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, Times, Times New Roman, serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#journal-of-financial-crises #coverart #beta .coverart-box {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	border: 0; }

#journal-of-financial-crises #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; }
*/

#journal-of-financial-crises #coverart #beta dl  {
	margin-left: 0; }

#journal-of-financial-crises #coverart #beta #coverart-editors dt {
	font-size: 12px;
	padding-top: 10px; }

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

#journal-of-financial-crises #masthead h2.masthead { font: 400 21px Georgia, Times, Times New Roman, serif; }

#journal-of-financial-crises #masthead tr th {

}

#journal-of-financial-crises #masthead tr td {

}


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

#journal-of-financial-crises #footer,
#journal-of-financial-crises #footer #bepress a {
	height: 75px;
	background-color: transparent; }

#journal-of-financial-crises #footer p,
#journal-of-financial-crises #footer p a  {
	font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

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

#journal-of-financial-crises #footer p a:hover,
#journal-of-financial-crises #footer p a:active,
#journal-of-financial-crises #footer p a:focus {
	text-decoration: underline; }

	/* ---------------- Meta Elements ---------------- */
	 
	    /* --- Meta styles and background --- */
	 
	/* --- Full width footer --- */
	 
/*Set this color to the same color as the footer, it will appear beneath the footer*/
html { background-color: #123567; }
	 
/*bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it*/
#journal-of-financial-crises {
	background: url(../assets/md5images/aff378869dbf5a10f7e40af78ed6ddff.gif) repeat-x left bottom;
}
	 
#journal-of-financial-crises #content { min-height: 600px; }
/* ---------------- Miscellaneous fixes ---------------- */

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

.legacy #journal-of-financial-crises #wrapper {	background-image: none; }


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

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

.mbl #journal-of-financial-crises #sidebar ul#navlist li a {
	padding: 6px 0px;
}

.mbl #journal-of-financial-crises #sidebar ul#navlist li {
	padding: 0px;
}

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

.mbl #journal-of-financial-crises #header,
.mbl #journal-of-financial-crises #header a img,
.mbl #journal-of-financial-crises #navigation {
	width: 100% !important;
}
.mbl #journal-of-financial-crises #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "right:" for right aligned logo */
	width: 47.44897959% !important;  /* 240 / 980 */
	height: 53.08641975% !important; /* Important avoides DC assigning incorrect height to logo image */
}
