/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  January 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
}


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

#ijhre #header {
	position: relative;  /* needed for logo positioning */ 
  	height: auto !important; /* !important overrides mbl styling */
  	margin-top: 23px;
}

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

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


	/* --- Logo --- */

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

#ijhre #navigation { background: url(../assets/md5images/257348a2da9b619c45fad6d81469b6ee.gif) repeat-x left top; }

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


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

#ijhre #navigation #tabs ul { width: 240px; }

#ijhre #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-out;
	line-height: 36px;
	color: #ffffff;
	background-color: #8f1422;
	padding: 0 10px; 
	margin: 0;
	border: 0;
	border-right: 1px solid #fafbec;
	float: left; }
	
#ijhre #navigation #tabs a:hover,
#ijhre #navigation #tabs a:active,
#ijhre #navigation #tabs a:focus {
	background: transparent;
	text-decoration: underline;
	color: #0d3f62;
}

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

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

#ijhre #navigation #tabs li:first-child a { padding-left: 15px; }
	
/* ---------------- Sidebar ---------------- */

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

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

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

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

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

		/* Sidebar link colors */
#ijhre #sidebar ul#navlist li a:active,
#ijhre #sidebar ul#navlist li a:hover,
#ijhre #sidebar ul#navlist li a:focus {
	color: #0d3f62;
	background: #fafbec; 
}	

#ijhre #sidebar ul#navlist li:last-child a { border-bottom: none; }

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

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

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

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


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

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

#ijhre #content .text { margin: 0 10px 0 32px; }	

#sub { 
	width: 672px;
	margin: 22px 0 10px; }

#main.text span.pull-right a.btn.followable { margin-right: 16px; }

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

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

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

	/* --- Links --- */

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

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

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

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

	/* --- Editors and Cover art --- */ 

#coverart #beta { 
	float: right;
	margin-right: 15px; }
	
		/* Cover art */
#ijhre #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

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

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

#coverart #beta	{ width: auto; }	

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

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

#ijhre #myaccount #usfca-login-custom {
  background-color: #00543c;
  border-radius: 5px;
}
#ijhre #myaccount #usfca-login-custom p {
  text-align: center;
  line-height: 3em;
}
#ijhre #myaccount #usfca-login-custom p a {
  color: #fff;
  text-decoration: none;
}
#ijhre #myaccount #usfca-login-custom p a:hover,
#ijhre #myaccount #usfca-login-custom p a:active,
#ijhre #myaccount #usfca-login-custom p a:focus {
  text-decoration: underline;
}


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

#ijhre #footer {
	height: 83px;
	background: #111324 url(../assets/md5images/31a54841c40a1c167ccfd796326de454.gif) no-repeat right top; }

#ijhre #footer p {
	padding-top: 33px; }

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

#ijhre #footer #bepress a {
	height: 83px; }

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


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

#ijhre #coverart #alpha .article-list p.external {
	margin-left: 0pt;
	margin-right: -9pt;}

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

.mbl #ijhre #header { margin-top: 0; }