/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  3 November 2010
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */
#catalyst #header #logo { display:none; }
#catalyst #header,
#catalyst #pagetitle,
#catalyst #header h1,
#catalyst #header h1 a {
	display: block;
	height: 135px;
	width: 980px;
	margin: 0;
	padding: 0; }

#catalyst #header h1 a {
	background: #305173 url(../assets/md5images/a8dafe16825f5f8890f3183175161c67.jpg) top left no-repeat;
	text-indent: -9999px; }

/* Navigation */

#catalyst #navigation {
	height: 25px;
	width: 978px;
	border: 1px solid #6f89a4; }

#catalyst #navigation #tabs {
	font-size: 13px; }

#catalyst #navigation #tabs li {
	margin: 0; }

#catalyst #navigation #tabs a {
	float: left;
	border: 0;
	border-right: 1px solid #6f89a4;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 7px; }

#catalyst #navigation #tabs a:link,
#catalyst #navigation #tabs a:visited {
	color: #163452;
	background-color: #c2bb94;
	text-decoration: none; }

#catalyst #navigation #tabs a:active,
#catalyst #navigation #tabs a:hover {
	color: #5a4010;
	background-color: #efecdc;
	text-decoration: underline; }
	
#catalyst #navigation #tabs li#tabtwo a,
#catalyst #navigation #tabs li#tabthree a,
#catalyst #navigation #tabs li#tabfive a {
	display: none; }

/* Sidebar */

#catalyst #sidebar {
	font-size: 14px; }

#catalyst #sidebar a:link,
#catalyst #sidebar a:visited {
	color: #163452;
	text-decoration: none; }

#catalyst #sidebar a:active,
#catalyst #sidebar a:hover {
	color: #5a4010;
	text-decoration: underline; }

#catalyst #sidebar ul#navlist {
	width: 238px;
	border-top: 1px solid #a69d6b;
	border-left: 1px solid #6f89a4;
	border-right: 1px solid #6f89a4;
	border-bottom: 0; }

#catalyst #sidebar ul#navlist li a {
	width: 238px;
	border-bottom: 1px solid #a69d6b;
	color: #fff; }

#catalyst #sidebar ul#navlist li a:link,
#catalyst #sidebar ul#navlist li a:visited {
	text-decoration: none;
	background-color: #305173; }

#catalyst #sidebar ul#navlist li a:active,
#catalyst #sidebar ul#navlist li a:hover {
	text-decoration: underline;
	background-color: #163452; }

#catalyst #sidebar form label {
	font-size: 13px;
	color: #000; }

#catalyst #sidebar input#email_address, 
#catalyst #sidebar input#search,
#catalyst #sidebar select,
#catalyst .form-table select,
#catalyst .form-table input#author {	
	border: 1px solid #285685;
	border-left: 5px solid #285685; }

#catalyst #sidebar #issn p {
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	letter-spacing: 2px; }

/* Footer */

#catalyst #footer {
	background-color: #305173;
	border-top: 1px solid #6f89a4; }
	
#catalyst #footer p {
	height: 20px;
	line-height: 50px;
	padding-top: 0;
	font-size: 13px; }

#catalyst #footer p,
#catalyst #footer p a:link,
#catalyst #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#catalyst #footer p a:active,
#catalyst #footer p a:hover {
	color: #fff;
	text-decoration: underline; }

/* Main content area */

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

#catalyst #main.text a:link,
#catalyst #main.text a:visited {
	color: #163452;
	text-decoration: underline; }

#catalyst #main.text a:active,
#catalyst #main.text a:hover {
	color: #5a4010;
	text-decoration: underline; }

#catalyst #main.text h2 {
	font-size: 21px; }

#catalyst #main.text h2.masthead,
#catalyst #main.text .article-list h2 {
	color: #466a90; }

#catalyst #main.text .article-list h2 {
	background-color: #fff;
	width: 420px;
	border-bottom: 2px solid #c2bb94; }

#catalyst #main.text .article-list h1 {
	font-size: 21px; }

#catalyst #main.text .articleInfo a,
#catalyst #main.text .article-list a:link,
#catalyst #main.text .article-list a:visited {
	text-decoration: none; }

#catalyst #main.text .article-list a:active,
#catalyst #main.text .article-list a:hover {
	text-decoration: underline; }

/* Image localization */

#wrapper {
	background-image: url(../assets/md5images/d43a2b4a4706a133c3e9713bcdb59a86.gif);
	background-repeat: repeat-y; }
	
#catalyst #navigation #issn, 
#catalyst #navigation #issn p[style] {
       letter-spacing: 0;
       height: 16px !important;
       line-height: inherit;
       font-weight: bold;
	   float:none !important;
	   margin-left: 370px !important;
	   margin-top: 5px !important;
	   margin-bottom: 0px !important;
}


/* Italicize VOL Journals link in sidebar ANK 2020-11-09 */
#trace #container #wrapper #sidebar #vol_journal_statement ul p a {
	font-style:italic;
	font-family:Arial, sans-serif;
	}
	
/* Correct Search border sidebar ANK 2020-1-09 */
#catalyst #sidebar .sidebar-search h2
{
	display:none}
	
/* orcid id icon next to field value ANK-21-09-07*/
#catalyst #orcid.element p a {
    background:transparent url(../assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }