/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Paul Ryan
Version:  November 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

	/* scrollbar jump */
	
html { margin-left: calc(100vw - 100%); }	

	/* --- 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 */
	background: transparent url(../assets/md5images/26e22aedcf61a6aa3bb0d78db637659b.jpg) center/cover fixed;	 
}


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

#channels #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
  	background: transparent;
  	margin-top: 64px;
}

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

	/* --- Logo --- */

#channels a#logo_link {
	position: absolute !important; /* !important overrides mbl styling */
	right: 0;  /* change to "left:" for left aligned logo */
	top: 0;  /* two link adjustment, add value for logo under header banner */
  	background: transparent !important; 
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: 100%; 	
	max-height: 100%; /* when screen resizes, logo stays in header */
} 

#channels #logo_image { /* include an image for accessibility */
	width: 100%;
	height: auto; 
}


/* ---------------- Navigation ---------------- */
#channels #navigation {
	background: transparent url(../assets/md5images/ac077e22d214e71e8e1b677ea098e91a.png) top left repeat-x;	 
}	

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


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

#channels #navigation #tabs a {
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */	
	line-height: 36px;
	font-weight: normal;
	color: #ffffff;
	background-color: #515360;
	padding: 0 11px; 
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left; }
	
#channels #navigation #tabs a:hover,
#channels #navigation #tabs a:active,
#channels #navigation #tabs a:focus {
	text-decoration: underline;
	color: #000000;
	background-color: transparent; }

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

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

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

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

#channels #sidebar a:link,
#channels #sidebar a:visited {
	color: #000000;
	text-decoration: none; }

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

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

#channels #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
	
#channels #sidebar ul#navlist li a {
	color: #ffffff;
	font-weight: normal;	
	background: #515360;
	border-bottom: 2px solid #a9aaaf; }	

		/* Sidebar link colors */
#channels #sidebar ul#navlist li a:active,
#channels #sidebar ul#navlist li a:hover,
#channels #sidebar ul#navlist li a:focus {
	text-decoration: underline; }	

#channels #sidebar ul#navlist li:last-child a	{
	border-bottom: none; }
	
	/* --- Sidebar text --- */
	
#channels #sidebar #sidebar-search label,
#channels .sidebar-search h2,
#channels #sidebar #issn p {
	color: #000000; /* Search, "Enter search terms," ISSN" */
	border: 0; } 

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

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

	/* Hiding journal sections */

#channels .sb-custom-journal {
	display: none;
}	


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

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

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

#channels #main.text .article-list h1 { font-size: 24px; }  /* Current Issue */

#channels .article-list h2 { /* Article, or other doctype */
	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; }	

	/* --- Links --- */

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

	/* --- PDF icons --- */

#channels #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */	

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

		/* Cover art */
#channels #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;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf; }

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

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

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

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


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

#channels #footer {
	height: 74px;
	background: transparent url(../assets/md5images/b8383f087b444e14a20fcf603649d446.png) top left repeat-x;	 
}

#channels #footer p,
#channels #footer p a  {
	font-size: 12px;
	color: #000000;
	text-decoration: none; }

#channels #footer #bepress a {
	height: 74px; }

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


/* ---------------- Miscelaneous fixes ---------------- */

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

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

.mbl #channels #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

/* orcid id icon next to field value lb 10262017 */
#channels #orcid.element p a {
    background:transparent url(../assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }
    
/* Formatting for the custom login.inc page AB 1-24-20 */
#channels #cedarville-login-custom * {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}
#channels #cedarville-login-custom {
  border: 1px solid #46627f;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  width: 628px;
}
#channels .loginspecial {
  font-size: 20px;
}