/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  13 January 2012
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body {
	padding-top: 14px;
	background: #576991 url(assets/md5images/c1680584ccccea6e6fd033e8c9621d2e.gif) top left repeat-x; }

/* Header */

#lux #header { height: 153px; }

#lux #header #logo,
#lux #header #logo* {
	width: 240px;
	height: 152px;
	padding: 0;
	margin: 0; }

#lux #header #pagetitle,
#lux #header h1,
#lux #header h1 a {
	display: block;
	width: 740px;
	height: 153px;
	margin: 0;
	padding: 0; }
	
#lux #header #pagetitle {
	margin-left: 240px }

#lux #header h1 a {
	text-indent: -9999px;
	background: #3c5281 url(assets/md5images/4aff44d506012d17cef773e1ede6097b.jpg) top left no-repeat; }


/* Navigation */

#lux #navigation { height: 36px; }

#lux #navigation #tabs { font-size: 12px; }

#lux #navigation #tabs li { margin: 0; }

#lux #navigation #tabs a {
	float: left;
	border: 0;
	border-right: 1px solid #dcdcdc;
	font-weight: normal;
	line-height: 36px;
	height: 36px;
	margin: 0;
	padding: 0 8px 0 9px; }

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

#lux #navigation #tabs a:link,
#lux #navigation #tabs a:visited {
	color: #fff;
	background-color: #334779; }

#lux #navigation #tabs a:hover,
#lux #navigation #tabs a:active,
#lux #navigation #tabs a:focus {
	color: #334779;
	background-color: #dcdee1; }

/* Sidebar */

#lux #sidebar { font-size: 13px; }

#lux #sidebar a:link,
#lux #sidebar a:visited {
	color: #334779;
	text-decoration: none; }

#lux #sidebar a:hover,
#lux #sidebar a:active,
#lux #sidebar a:focus {
	color: #000;
	text-decoration: underline;
	background-color: transparent; }

#lux #sidebar h2 {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #000; }

#lux #sidebar form label { color: #000; }

#lux #sidebar ul#side-notify {
	font-size: 12px;
	margin-top: -1.5em; }

/* Footer */

#lux #footer { background-color: #334779; }

#lux #footer p {
	font-size: 12px; }

#lux #footer p,
#lux #footer p a:link,
#lux #footer p a:visited {
	color: #fff;
	text-decoration: none; }

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

/* Main content area */

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

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

#lux #main.text h2 { font-size: 20px; }

#lux #main.text #cover-browse h3 a {
	font-size: 15px;
	font-weight: normal; }

#lux #main.text .box h2 {
	font-size: 16px;
	border-bottom-color: #999; }

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

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

/* Image localizations */

#content ul li,
.communities dd span,
.communities dd ul li {
	background-image: url(assets/md5images/26e748ceebd04965d68a8043b7a3b8b9.gif); }

#cover-browse h3 {
	background: transparent url(assets/md5images/26e748ceebd04965d68a8043b7a3b8b9.gif) left no-repeat; }

#message ul.confirm ul li,
#message ul.warning ul li {
	background-image: url(assets/md5images/26e748ceebd04965d68a8043b7a3b8b9.gif); }
	
#lux #sidebar ul#side-browse li.disciplines {display:none;}

#lux #main.text #dcn-home { padding-top: 16px;}
#lux #main.text #dcn-home > p { padding: 16px 0 32px; }


/* Mobile lgoto 2-26-16 */

.mbl #lux #header #logo, 
.mbl #lux #header #logo * {
	display: none !important; }

.mbl #lux #header #pagetitle,
.mbl #lux #header h1,
.mbl #lux #header h1 a {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	margin: 0; }

.mbl #lux #header #pagetitle {
	margin-left: 0 !important;
	background-size: 100% !important; 
	padding-top: 0 !important; }

.mbl #lux #header h1 a {
	background: #3c5281 url(assets/md5images/18a7f903122746f14014f1d436f69e76.gif) top left no-repeat;
	text-indent: -9999px; }
	
/* moving notify down to match pre-7.8 sidebars lb 12072016 */
#lux #sidebar ul#side-notify {
	padding-top: 30px;
}

/* 2 columns in the Main Content area of the homepage RP 12-20-16 */
#lux .col-1 { 
    display: inline-block;
    vertical-align: top;
    width: 45% !important;
    padding: 0;
    margin: 0 0 2em 0;
    float: left; }

#lux .col-2 { 
    display: inline-block;
    vertical-align: top;
    width: 45% !important;
    padding: 0;
    margin: 25px 0 2em 35px; }