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

/* Header */

#nesp #header { height: 182px; }

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

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

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

/* Navigation */

#nesp #navigation { height: 36px; }

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

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

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

#nesp #navigation #tabs li#tabfour a { border-right: 0; }

/* Sidebar */

#nesp #sidebar a:hover,
#nesp #sidebar a:active,
#nesp #sidebar a:focus {
	color: #111b23; } 
	
#nesp #sidebar ul#navlist { border-top: 1px solid #dbdcdc; }

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

#nesp #sidebar ul#navlist li a:link,
#nesp #sidebar ul#navlist li a:visited {
	color: #fff;
  	background-color: #454545; 
  	text-decoration: none; }

#nesp #sidebar ul#navlist li a:hover,
#nesp #sidebar ul#navlist li a:active,
#nesp #sidebar ul#navlist li a:active {
	color: #000000;
	background-color: #63ade6;
	text-decoration: underline; }
	 
#nesp #sidebar p.advanced a:link,
#nesp #sidebar p.advanced a:visited { 
  	color: #000; 
  	text-decoration: none; }

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

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

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

/* Main Content */

#nesp #main.text a:link,
#nesp #main.text a:visited {
	color: #2d597b;
	text-decoration: underline; }

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

#nesp #main.text h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px; }
	
#nesp #main.text .doc a:link,
#nesp #main.text .doc a:visited {
	text-decoration: none; }

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

#nesp #footer { 
 	height: 82px;
  	background-color: #454545; }

#nesp #footer #bepress a {
	background-color: #454545; }

#nesp #footer p { 
	padding-top: 30px;
	color: #fff; }

#nesp #footer p a {
	color: #fff;
	font-size: 12px; }

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

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