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

/* Header */

#barry #header { 
	height: 75px; 
	background-color: #161920; }

#barry #header h1 { width: 678px; }

#barry #header h1 a { 
	font: normal 26px Verdana, Helvetica, Arial, sans-serif;
	text-align: right;
	float: right; }
	
#barry #header #logo { 
	height: 75px;
	width: 180px;
	display: block;
	margin: 0;
	padding: 0; }

/* Navigation */

#barry #navigation { 
	height: 36px;
	border-bottom: 5px solid #161920;
	background: url(assets/md5images/5b1e551f400893210312e72966d9c48b.png) top left no-repeat; }

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

#barry #navigation #tabs a {
	float: left;
	border: 0;
	border-right: 1px solid #a71502;
	line-height: 36px;
	height: 36px;
	margin: 0;
	padding: 0 12px;
	color: #fff;
	background: transparent; }

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

#barry #navigation #tabs li#tabfour a { border: 0; }

/* Sidebar */

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

#barry #sidebar h2 {
	font: bold 15px Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	border: 0;
	background-color: #4b0001;
	padding: 4px 0; }

#barry #sidebar p.advanced a {
	text-decoration: none;
	color: #fff; }

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

#barry #sidebar p.advanced + div { display: none; }

#barry #sidebar #sidebar-search label {
	color: #fff;
	font-size: 13px; }

/* Main Content */

#barry #wrapper { 
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	background: #fff url(assets/md5images/1d9b5f551fdd6d99843d1ff6015b8430.gif) top left repeat-y; }

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

#barry #dcn-home #homepage-image { 
	margin-top: 22px;
	width: 100%; }

#barry #dcn-home h2 { 
	font-size: 21px;
	border: 0; }
	
#barry #main.text #dcn-home #cover-browse {
	margin-bottom: 32px; }

#barry #dcn-home .box.aag h2,
#barry #dcn-home .box.potd h2{
	border-bottom: 1px solid #999;
	font: normal 16px Verdana, Helvetica, Arial, sans-serif; }

#barry #dcn-home .box.aag h2 span.pull-right	{ display: none; }

#barry #dcn-home #cover-browse h3 a {
	font: normal 15px Verdana, Helvetica, Arial, sans-serif;
	text-decoration: underline; }

#barry #dcn-home #cover-browse h3 { background: url(assets/md5images/cdb07fec08ab794b5ac53c3eb13c785d.gif) left no-repeat; }

#barry #content #series-home ul li {
	background-image: url(assets/md5images/cdb07fec08ab794b5ac53c3eb13c785d.gif) left no-repeat; }

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

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

#barry #message ul.confirm ul li,
#barry #message ul.warning ul li {
	background-image: url(assets/md5images/cdb07fec08ab794b5ac53c3eb13c785d.gif); }

#barry #main.text .box a:link,
#barry #main.text .box a:visited {
	text-decoration: none; }

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

/* Footer */

#barry #footer,
#barry #footer #bepress a { 
	height: 70px;
	background-color: #161920; }

#barry #footer p {
	color: #fff; }

#barry #footer p:first-of-type { padding-top: 20px }

#barry #footer p a {
	color: #fff;
	text-decoration: none;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif; }

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

/* Advanced Search */

.legacy #barry #wrapper { 
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: none; }

/* Hide Submit Research Link CS 12/23/15  */
#barry #sidebar ul#side-author li.submit {display:none;}

/* Fixing hover and focus behavior of the A-Z author tool for accessibility - KLM 10-7-19 */
#barry .authorbrowser p.letters a:hover,
#barry .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff !important;
}         