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


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

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

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

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

	/* --- Logo --- */

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

#scitech #navigation {
	width: 980px;
	height: 42px;
	background: #a60b2a url(../assets/md5images/42837969219ead418877a00910f68dd0.gif) top left no-repeat; }

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

#scitech #navigation #tabs a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: right;
	height: 42px;
	line-height: 42px; }

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


/* Sidebar */

#scitech #sidebar p.site-follow {
	display: none; }

#scitech #sidebar p.advanced a:link,
#scitech #sidebar p.advanced a:visited {
	color: #0b328d;
	text-decoration: none; }

#scitech #sidebar a:hover,
#scitech #sidebar a:active,
#scitech #sidebar a:focus,
#scitech #sidebar p.advanced a:hover,
#scitech #sidebar p.advanced a:active,
#scitech #sidebar p.advanced a:focus {
	color: #000;
	text-decoration: underline; }

#scitech #sidebar ul#navlist {
	border-top: 1px solid #edede5; }

#scitech #sidebar ul#navlist li a {
	font-weight: bold;
	color: #fff;
	background-color: #354ca1;
	text-decoration: none;
	border-bottom: 1px solid #edede5; }

#scitech #sidebar ul#navlist li a:hover,
#scitech #sidebar ul#navlist li a:active,
#scitech #sidebar ul#navlist li a:focus {
	color: #000;
	background-color: #edede5;
	text-decoration: underline; }

#scitech #sidebar #sidebar-search label,
#scitech .sidebar-search #browse label,
#scitech .sidebar-search h2,
#scitech #sidebar #issn p {
	color: #000; }

#scitech .sidebar-search h2 {
	background-color: transparent; }


/* Main Content */

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

#scitech #main.text a:link,
#scitech #main.text a:visited {
	color: #0e3ba5;
	text-decoration: underline; }

#scitech #main.text a:hover,
#scitech #main.text a:active,
#scitech #main.text a:focus {
	color: #000;
	text-decoration: underline; }

#scitech #main.text h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px; }

#scitech .article-list h2 {
	font-size: 21px;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }

#scitech #main.text .doc a:link,
#scitech #main.text .doc a:visited {
	text-decoration: none; }

#scitech #main.text .doc a:hover,
#scitech #main.text .doc a:active,
#scitech #main.text .doc a:focus {
	text-decoration: underline; }

/* Miscellaneous ANK */
.smallcaps
{
font-variant: small-caps;
}

/* Footer */

#scitech #footer {
	width: 980px;
	height: 75px;
	background: #dddad1 url(../assets/md5images/25a49632695e47ea2765ff9e17d7e5aa.gif) top left repeat-x; }

#scitech #footer #bepress a {
	height: 75px;
	background-color: transparent; }


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

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


/* Table of Contents styling homepage */
#scitech #main.text .article-list p span.doctitle {display:block; width:310px; float:left; padding-top:5px; margin-right:15px;}
#scitech #main.text .article-list p span.auth {display:block; width:140px; float:left; margin-bottom:0; padding-top:5px;}  
#scitech #main.text .article-list p span.pageno {display:block; width:80px; float:left; padding-top:5px; text-align:right;}

/* orcid id icon next to field value KLM-03-11-2022*/
#scitech #orcid.element p a {
    background:transparent url(../assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }