/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Oct 2013
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* Header */

#jsesd #header { height: 125px; }

#jsesd #header #logo { display: none; }

#jsesd #header h1,
#jsesd #header h1 a, 
#jsesd #header #pagetitle {
	height: 125px;
	width: 980px;
	padding: 0;
	margin: 0;
	display: block; }

#jsesd #header h1 a {
	background: #ffffff url(../assets/md5images/e689b7645e7cc6817e0a100bf52e1384.gif) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#jsesd #navigation { height: 37px; }

#jsesd #navigation #tabs,
#jsesd #navigation #tabs ul,
#jsesd #navigation #tabs ul li {
	height: 37px;
	margin: 0;
	padding: 0; }

#jsesd #navigation #tabs a { 
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #2f699d;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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


/* Sidebar */

#jsesd #sidebar {
	background: transparent url(../assets/md5images/f91d4289350f3f6d96c6976bf0099cd5.png) top left repeat-x;
	min-height: 550px; }

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

#jsesd #sidebar a:hover,
#jsesd #sidebar a:active,
#jsesd #sidebar a:focus {
	color: #000 } 
	
#jsesd #sidebar ul#navlist { border-top: 1px solid #e9d4b0; }

#jsesd #sidebar ul#navlist li a { 
	border-bottom: 1px solid #e9d4b0; 
	color: #0d3f62;
  	background-color: transparent; 
  	text-decoration: none; }

#jsesd #sidebar ul#navlist li a:hover,
#jsesd #sidebar ul#navlist li a:active,
#jsesd #sidebar ul#navlist li a:active {
	color: #000;
	text-decoration: underline;
	background-color: #fff; }
	 
#jsesd #sidebar p.advanced a:link,
#jsesd #sidebar p.advanced a:visited { 
  	color: #0d3f62; 
  	text-decoration: none; }

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

#jsesd #sidebar #sidebar-search label,
#jsesd #sidebar .sidebar-search #browse label {
	color: #000; } 

#jsesd #sidebar #issn p { color: #000; }


/* Main Content */

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

#jsesd #wrapper { background: #fff url(../assets/md5images/cf1e60b6ab93bff127a9eca3244a962c.gif) top left repeat-y; }

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

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

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

#jsesd .article-list h2 {
	background: transparent;
	border-bottom: 1px solid #e9d4b0;
	font-size: 21px;
	width: 400px; }

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

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

#jsesd #main.text #coverart #sub { border-top: solid 1px #e9d4b0;}

#jsesd #coverart #beta .coverart-box h4 {
	border-bottom: 1px solid #e9d4b0;
    font: 18px Arial, Verdana, Helvetica, sans-serif normal;
    padding-bottom: 5px;
    text-transform: none;
    text-align: left; }

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

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

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

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


/* Footer */

#jsesd #footer {
	height: 75px;
	background-color: #fff;
	border-top: 1px solid #e9d4b0; }

#jsesd #footer #bepress a {
	height: 75px;
	background-color: #fff; }

#jsesd #footer p {
	color: #000; }

#jsesd #footer p a {
	font-size: 12px;
	color: #104e7b;
	text-decoration: none; }

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


/* Dropshadow */

#jsesd #container {
	-webkit-box-shadow: 0px 0px 3px 3px #c1c1c1;
	box-shadow: 0px 0px 3px 3px #c1c1c1; }

/* Info box font adjustment Kkunaniec 2/24/21 */
#jsesd .aside {
     max-width: 160px !important; }
     
#jsesd .aside p {
font-size:13px; }