/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Oxborrow
Version:  30 April 2013
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#eei #header { height: 109px; }

#eei #pagetitle,
#eei #header h1,
#eei #header h1 a {
	width: 730px;
	padding: 0;
	margin: 0;
	display: block;
	height: 109px; }

#eei #pagetitle { margin-left: 250px; }

#eei #header h1 a {
	background: #fff url(../assets/md5images/962ec2b7186542691611c3d2bc088b35.png) top left no-repeat;
	text-indent: -9999px; }

/* Navigation */

#eei #navigation { 
	height: 36px; }

#eei #navigation #tabs,
#eei #navigation #tabs ul,
#eei #navigation #tabs ul li { 
	margin: 0;
	padding: 0;
	height: 36px; }

#eei #navigation #tabs a { 
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	background-color: #560181;
	padding: 0 12px;
	color: #fff;
	margin: 0;
	border: 0; 
	float: left; }

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

/* Sidebar */

#eei #sidebar { background: #ccc url(../assets/md5images/a5c32a3ea113c0d4313cd1e90d65219c.png) top center no-repeat; }

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

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

#eei #sidebar ul#navlist li a { border-bottom: 1px solid #fafafa; }

#eei #sidebar ul#navlist li a:link,
#eei #sidebar ul#navlist li a:visited {
	color: #46006a;
  	background-color: transparent; 
  	text-decoration: none; }

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

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

#eei #sidebar #sidebar-search label,
#eei #sidebar .sidebar-search #browse label {
	color: #46006a; }

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

/* Main Content */

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

#eei #main.text a:hover,
#eei #main.text a:active,
#eei #main.text a:focus {
	color: #000;
	text-decoration: underline; }	
	
#eei .article-list h2 {
	background: transparent;
	border-bottom: 1px solid #000;
	font-size: 21px;
	width: 400px; }

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

#eei .crumbs {
	height: 10px; }
	
#eei #main.text .doc a:link,
#eei #main.text .doc a:visited {
	text-decoration: none; }

#eei #main.text .doc a:hover,
#eei #main.text .doc a:active,
#eei #main.text .doc a:focus {
	text-decoration: underline; }
   
/* Footer */

#eei #footer { 
 	height: 75px;
  	background-color: #fff; }

#eei #footer #bepress a {
	background-color: #cdcdcd; }

#eei #footer p { 
	color: #560181; }

#eei #footer p a {
	color: #560181;
	font-size: 12px; }

#eei #footer p a:link,
#eei #footer p a:visited {
	text-decoration: none; }

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

/* Subscriptions */
#eei #subscriptions h2 {text-align:center; float:left; width:100%;}
#eei #subscriptions .four-column h4 {text-align: center; }
#eei #subscriptions .four-column p {text-align: center; }

#eei #subscriptions .four-column {
float:left;
width:25%;
padding-top:.25em;
padding-bottom:1em;
text-align:center}


#eei #subfloat ul {
float:left;
margin:5px;
}

#eei #main.text #ul_left,
#eei #main.text #ul_right {width:50%; float:left;}
#eei #main.text .eei p,
#eei #main.text .eei h4 {text-align:center; padding-top:15px; font-weight:bold; font-style:normal; font-family:Arial, Helvetica, sans-serif;}

/* hiding RSS link to match old sidebars lb 03132017 */
#eei #sidebar ul#navlist li.sb-rss a {
	display:none;
}



/* Custom-1264 Hiding current issue journal's homepage */
#eei .article-list {
    display: none;
}