/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  25 August 2011
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body { padding-top: 24px; }

/* Header */

#journal #header { height: 125px; }

#journal #logo {
	height: 117px;
	border-bottom: 8px solid #da8101; }

* html #journal #logo {	height: 125px; border-bottom: 0; }

* html #journal #logo a { border-bottom: 8px solid #da8101; }

#journal #pagetitle,
#journal #header h1,
#journal #header h1 a {
	display: block;
	float: right;
	width: 740px;
	height: 117px;
	margin: 0;
	padding: 0; }

#journal #pagetitle { border-bottom: 8px solid #325386; }

#journal #header h1 a {
	text-indent: -9999px;
	background: #b0c6dd url(../assets/md5images/d3fac5df75f198ff35cb8a220d26c1ab.jpg) top left no-repeat; }

/* Navigation */

#journal #navigation { height: 36px; }

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

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

#journal #navigation #tabs a {
	float: left;
	font-weight: normal;
	border: 0;
	line-height: 36px;
	margin: 0 10px;
	padding: 0;
	color: #fff;
	background-color: transparent; }

#journal #navigation #tabs a:link,
#journal #navigation #tabs a:visited {
	text-decoration: none; }

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

/* Sidebar */

#journal #sidebar {
	background: #1d3253 url(../assets/md5images/813f0d0cba6c93d7da6401d2a9a98827.jpg) top left repeat-x;
	min-height: 590px; }

* html #journal #sidebar { height: 590px; }

#journal #sidebar a:link,
#journal #sidebar a:visited {
	color: #ffffff;
	text-decoration: none; }

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

#journal #sidebar ul#navlist { border-top: 0; }

#journal #sidebar ul#navlist li a {
	border-bottom: 0;
	color: #000;
	background: #da8101 url(../assets/md5images/b2a1975353ce195a2329f847381ad4f5.jpg) top left repeat-x; }

#journal #sidebar input#email_address, 
#journal #sidebar input#search,
#journal #sidebar select {	
	border: 1px solid #da8101;
	border-left: 5px solid #da8101; }

/* Footer */

#journal #footer {
	border-top: 8px solid #da8101;
	background-color: #1c3151; }

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

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

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

/* Main content area */

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

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

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

#journal #main.text h2 { font-size: 21px; }

#journal #main.text .article-list h1 { font-size: 24px; }

#journal #main.text .article-list h2 {
	width: 420px;
	background-color: transparent;
	border-bottom: 2px solid #464646;
	padding-bottom: 0; }

#journal #main.text .articleInfo a,
#journal #main.text .doc a:link,
#journal #main.text .doc a:visited,
#journal #main.text a.no-underline {
	text-decoration: none; }

#journal #main.text .doc a:active,
#journal #main.text .doc a:hover {
	text-decoration: underline; }
	
#journal #main.text #masthead { display: none; }

/* Image Localizations */

#wrapper {
	background-image: url(../assets/md5images/dcd00778f02e03d88ed94dff30f7fae1.gif);
	background-repeat: repeat-y; }

/* Editorial Board page customizations 08-22-11 bnyikos */

#journal #shlr_edboard h2 { margin-left:auto; margin-right: auto; text-align:center; }
#journal #shlr_edboard h3 { margin-left:auto; margin-right: auto; text-align:center; }

#journal #shlr_edboard .edboard_left p,
#journal #shlr_edboard .edboard_mid p,
#journal #shlr_edboard .edboard_right p { width:222px; float:left; text-align:center; }

#journal #shlr_edboard p {text-align:center; }

/* Editorial Board page customizations 09-03-2014 mfrencham*/

#journal #shlr_edboard .edboard_onecolumn {width:40%; text-align:center; margin: 0 auto; }
#journal #shlr_edboard .edboard_twocolumn { width:333px; float:left; text-align:center; }
#journal #shlr_edboard .edboard_threecolumn { width:222px; float:left; text-align:center; }

#journal #circuit_review_edboard p {text-align:center; }

/* Static HTML page customizations 09-27-11 jpickrell */

#journal #content ol[type='a'] li { list-style-type: lower-alpha; }

#journal #main.text p.address {
font-weight: bold;
margin-left: 24px; }

#journal #main.text p.symposia {
text-transform: uppercase; }

#journal #main.text p.orangetext {
color: #ec9527; }

/* Cover Art Editorial Board font display tweaks */

#journal #coverart #beta #coverart-editors dt 
{
font-variant: small-caps;
}

#journal #coverart #beta #coverart-editors dd 
{
font-weight: normal;
}

/* Editorial Board header display adjustment - SFisk and RKarberg 08/24/16 */

#journal #shlr_edboard .edboard_subsection {
clear: left; 
padding-top: 1px;
}

/* allow sidebar search label to appear for WCAG 2.0 compliance -RKarberg 09/25/2017*/
#journal #sidebar #sidebar-search label {display: inherit !important;}

/* Adding focus indicator to nav tabs mf 05/19/2021 */
#journal #navigation #tabs a:hover,
#journal #navigation #tabs a:active,
#journal #navigation #tabs a:focus {
    text-decoration: underline; }