/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Updated: Paul Ryan 09/16;
Version:  01 June 2011
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body { padding-top: 20px; }

/* ---------------- Header ---------------- */

#jeslib #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
}
.mbl #jeslib #header { height: auto !important; }

#jeslib #banner_image {
	display: block; 
	width: 980px;
	height: auto; } /* avoids warping improperly sized header image */

/* ------ Navigation ------ */

#jeslib #navigation { background: #000000; }

#jeslib #navigation,
#jeslib #navigation #tabs {
	height: 40px; }

#jeslib #navigation #tabs,
#jeslib #navigation #tabs ul,
#jeslib #navigation #tabs ul li {
	padding: 0;
	margin: 0;
	overflow: hidden; }

#jeslib #navigation #tabs a {
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */	
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	padding: 0 11px; 
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left; }
	
/* remove 4th border for nav tab separators */
#jeslib #navigation #tabs li:first-child a { 
	padding-left: 15px; } 
#jeslib #navigation #tabs li:last-child a { 
	border-right: none; } 

#jeslib #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#jeslib #navigation #tabs a:hover,
#jeslib #navigation #tabs a:active,
#jeslib #navigation #tabs a:focus {
	text-decoration: underline;
	background-color: #000000; }

/* Sidebar */

#jeslib #sidebar,
#jeslib #sidebar a {
	font-weight: bold;
	color: #ffffff; }

#jeslib #sidebar a:link,
#jeslib #sidebar a:visited {
	text-decoration: none; }

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

#jeslib #sidebar ul#navlist { border-top-color: #e4e4e4; }

#jeslib #sidebar ul#navlist li a { border-bottom-color: #e4e4e4; }

#jeslib #sidebar ul#navlist li a:link,
#jeslib #sidebar ul#navlist li a:visited {
	background-color: #000; }

#jeslib #sidebar ul#navlist li a:active,
#jeslib #sidebar ul#navlist li a:hover {
	background-color: #bf1e2d; }

#jeslib #sidebar #issn p {
	letter-spacing: 0;
	text-align: left;
	padding-left: 15px;
	font-size: 14px; }

#jeslib #sidebar input#email_address, 
#jeslib #sidebar input#search,
#jeslib #sidebar select,
#jeslib .form-table select,
#jeslib .form-table input#author {	
	border: 1px solid #000;
	border-left: 5px solid #000; }

/* Footer */

#jeslib #footer {
	background-color: #000;
	height: 82px; }

#jeslib #footer #bepress a { height: 82px; }

#jeslib #footer p.links {
	font-weight: bold;
	font-size: 12px;
	line-height: 82px;
	padding-top: 0; }

#jeslib #footer p.umed_logo,
#jeslib #footer p.umed_logo a {
	float: right;
	height: 82px;
	width: 223px;
	padding: 0;
	margin: 0; }

#jeslib #footer p.umed_logo { margin-top: -56px; }

/* html #jeslib #footer p.umed_logo { margin-top: -82px; } */

#jeslib #footer p.umed_logo a {
	text-indent: -9999px;
	background: #000 url(../assets/md5images/992f97ce313a0bd6d4074ce7addc2c6e.gif) top left no-repeat; }

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

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

/* Main content area */

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

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

#jeslib #main.text h2 { font-size: 19px; }

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

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

#jeslib #main.text .articleInfo a,
#jeslib #main.text .doc a:link,
#jeslib #main.text .doc a:visited {
	color: #000;
	text-decoration: none; }

#jeslib #main.text .doc a:active,
#jeslib #main.text .doc a:hover {
	text-decoration: underline; }
	
#jeslib #main.text .auth {
	color: #767575; }
	
/* Other - Mike */

/* #jeslib #main.text #masthead {
	display: none; } */
	
#jeslib #main.text h1#coming-soon {
	font-size: 24px;
	font-weight: bold; }

/* Padding wide sidebar links and hiding About page header -- SF 8/16*/
	
#jeslib .vnav li {padding-right: 5px;}
#jeslib #about-title {display: none;}

/* Making 2-column lists on About This Journal page -- add 'class="two-column"' to any list to make it two-column - SF 8/16 */
#jeslib #main ul.two-column {     
   column-count: 2;
   column-gap: 2.5em;
   -moz-column-count: 2;
   -moz-column-gap: 1.5em;
   -webkit-column-count: 2;
   -webkit-column-gap: 2.5em;
}

/* Article Types table on About page */

#jeslib #article-types-table img {
  width: 15px; 
	height: 15px;
	padding-top: 6px;
}

#jeslib #article-types-table tr > th:nth-child(1) {text-align: left;}
#jeslib #article-types-table tr:nth-child(even) {background-color: #EFD3D2;}

#jeslib #article-types-table td, #jeslib #article-types-table th { text-align: center; width: 25%;}
#jeslib #article-types-table table, #jeslib #article-types-table th, #jeslib #article-types-table td {border: 1px solid black; border-collapse: collapse; vertical-align: top;}
#jeslib #article-types-table th {padding: 5px;}

/* Styling submission agreement on styleguide -- SF 8/16*/

#jeslib #styleguide-agreement {width: 90%; margin: auto; background: #F9F9F9; border: 1px solid #DDD; padding: 10px; }
#jeslib #styleguide-agreement h2 {
	border-bottom: 1px solid black;
	color: black;
}

/* Footer logo adjustments for new footer links MBL 2/16/17 */
#jeslib #footer p.umed_logo {padding-top: 20px;}

/* Spacing below Twitter feed MBL 11/1/17 */
#jeslib #sidebar .twitter-feed {padding-bottom: 20px;}

/* Hiding Follow button with approval from BN. MBL- 11/28/17 */
#jeslib p.journal-follow,
#umassmed p.author a.btn.followable  {
    display: none;
    }

/* Homepage Content Carousel MBL 11/28/17*/

#jeslib .newCarousel {
    border: 1px solid #ddd;
    margin-bottom: 10px; }

#jeslib .newCarousel .news-slider .text-content {
    width: 225px;
   /* ! height: 250px; */ }
   
#jeslib .newCarousel .news-slider .text-content h2 {
    font-size: 16px; }

#jeslib .newCarousel .news-slider .text-content p { 
    line-height: 1.5em; }

#jeslib .newCarousel .news-slider .image-content {
    height: 100%;
    max-height: 250px; }
    
#jeslib .newCarousel .news-slider .image-content a {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    float: right;
    text-align: center !important;
    vertical-align: middle !important; }
    
#jeslib .newCarousel .news-slider .image-content img {
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 250px;
    vertical-align: middle !important; }
    
	
/* Mobile */

.mbl #main #beta_7-3 .aside { margin-top: 1% !important; }

.mbl #jeslib #footer p.logo { display: none; }

/*over-riding size of font for recommended citation 12/3/19 MV*/
#jeslib #main.text #recommended_citation.element p {
font-size:12px
}