/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  August 2015
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* Background */

body { 
	background: #ffffff url(assets/md5images/06bfd3b43f7d05ed559d05f2d1631d74.jpg) top left repeat-x; }


/* Header with no logo */

#scu #header {
	height: 88px; }

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

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

#scu #header h1 a {
	background: #93191b url(assets/md5images/15c34bc107bbf9342be11727648b6684.jpg) top left no-repeat;
	text-indent: -9999px; }
	
#scu ul.header_links {
	margin-top: 5px;
	float: right; }

#scu ul.header_links li {
	display: inline;
	padding: 8px; }

#scu ul.header_links li a:link,
#scu ul.header_links li a:visited  {
	font-size: 11px; 
	color: #ffffff; }

#scu ul.header_links li a:active,
#scu ul.header_links li a:hover,
#scu ul.header_links li a:focus {
	text-decoration: underline; }

	
/* Navigation */

#scu #navigation {
	height: 25px;
	background: #ffffff url(assets/md5images/1b61a3676cea375137549d1d0019240f.gif) top left repeat-x; }

#scu #navigation #tabs,
#scu #navigation #tabs ul,
#scu #navigation #tabs ul li {
	padding: 0;
	margin: 0; }

#scu #navigation #tabs a {
	height: 25px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #363636;
	background: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: right; }

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


/* Sidebar */

#scu #sidebar h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: strong;
	color: #000;
	padding: 0;
	margin: 0 15px;
	border-top: 0;
	border-bottom: 0;
	text-indent: 0px; }

#scu #sidebar a, 
#scu #sidebar p.advanced a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; }

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

#scu #sidebar #sidebar-search label {
	font-size: 12px;
	color: #363636; }


/* Main Content */

#scu #dcn-home h2 {
	font: bold 21px Verdana, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin: 30px 0 0 0; }

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

#scu #main.text a:link,
#scu #main.text a:visited {
	color: #93191b;
	text-decoration: underline; }

#scu #main.text a:hover,
#scu #main.text a:active,
#scu #main.text a:focus {
	color: #000;
	text-decoration: underline; }
	
#scu #dcn-home .box.aag h2,
#scu #dcn-home .box.potd h2 {
	width: 267px;
	font: bold 16px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #d3d3d3; }

#scu #main.text .box a:link,
#scu #main.text .box a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; }

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


/* Footer */

#scu #footer {
	background: #93191b url(assets/md5images/292e1fbc298873bd5e110eb465fe8c32.jpg) top left repeat-x; } 

#scu #footer,
#scu #footer #bepress a {
	height: 81px; }

#scu #footer p,
#scu #footer p a {
	font-size: 11px;
	color: #fff;
	text-decoration: none; }

#scu #footer p a:hover,
#scu #footer p a:active,
#scu #footer p a:focus {
	text-decoration: underline; }
	
/* Mobile */

.mbl #scu ul.header_links { 
	display: none; }

/* returning create new account section to login page 2016.01.07 bnyikos adoran */
#scu #myaccount #login-block {
	border:4px solid #f2f2f2;
 }

#scu #myaccount .register_panel {
	display:block; }

#scu #myaccount .login_panel {
	border-right:4px solid #f2f2f2;
	width: 328px; }
	
/* 2 column homepage list 11042016 */

#scu #cover-browse {
    display: flex; 
    flex-wrap: wrap; }
    
#scu #cover-browse .col-1 { 
    width: 45%;
}
    
#scu #cover-browse .col-2 { 
    padding: 0 10px; }

/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
	display: block; /* removes descender space below inline element */

	margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */
 
}

.verticalalign { height: 0; }
#content div.clear { height: 0; }

/* Hide Buy Link in Book Galleries */
#scu #ir-book #buy_link.element h4,
#scu #ir-book #buy_link.element p { display:none; }