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

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

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

html { background: #0a626c; }

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

#rhm { background: url(../assets/md5images/40e89de171707fc5ec40b3380ec4f66b.gif) repeat-x left bottom; }


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

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

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

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

	/* --- Logo --- */

#rhm #logo_image { /* include an image for accessibility */
	display: none;
}


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

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


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

#rhm #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: #104e7b;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left; }

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

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

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

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

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


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

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

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

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

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

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

#rhm #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #0a626c;
	border-bottom: 1px solid #ffffff;
}

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

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


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

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

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

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

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

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

.social-icon {
	float: left;
	padding: 0 3px;
	margin-bottom: 20px;
}

#rss-icon { padding-left: 8px; }

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

#rhm #content { 
	background-color: #ffffff;
 	min-height: 600px; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

#rhm #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: 700 24px 'Open Sans', sans-serif; /* Current Issue */
}

#rhm .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: 700 21px 'Open Sans', sans-serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0;
	margin-bottom: 25px;
}

	/* --- Links --- */

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

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

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

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

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

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

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

/* rule pushed cover art down
#coverart #beta	{ width: auto; }
*/

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

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


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

#rhm #footer,
#rhm #footer #bepress a {
	height: 75px;
	background-color: #0a626c; }

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

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

	/* Additional footer logo */
	
#rhm #footer { position: relative; }

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

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


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

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

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


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

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


/* ----article list changes sb 9/29/17 --------- */

#rhm span.doctitle p {
    display:block;
    width:425px;
    padding-bottom:5px;
    margin-right:5px;}
/*10/6/18* BRG*/
 #rhm #main.text div.doc {
    margin: 15px 0 0 5px;
}

#rhm #main.text div.article-list .pdf {
    width: auto;
    margin-top: -0.1px;
}
/* ---- Tweaking title spacing BRG 10/5/17--- */
#rhm span.doctitle a {
	margin: 10px 0 0 16px;
}



/* ---- Journal Featured Author image BRG 10/5/17 --- */
#rhm #jimage img {
    height:125px;
    width:125px;
    float:right;
    padding-left:10px;
    padding-bottom:25px;
    }

/* ---- Nuking Popular Papers links BRG 10/5/17 (Browse menu re-enabled by SF 2/5/18) ---- */    

#rhm li.sb-popular {
	display: none;
}

/* Journal subtitle on homepage BN 2017.12.08 */
#rhm #main h1 {color:#286b74;}

/* Nudging "View More" Down a little bit BRG 2/1/18 */
#rhm .article-list .more p {
	margin-top:20px;
}

#rhm #main.text .article-list span.auth {
	margin-left: 52px;
}