/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Paul Ryan
Version:  Sept 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Site background */

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Georgia, "Times New Roman", Times, serif;  /* should be medium except when fitting into a fixed container */ }


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

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

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


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

#mlr_online #navigation { height: 41px; }

#mlr_online #navigation,
#mlr_online #navigation #tabs {
	/* height: 41px; */}

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

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

#mlr_online #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 */

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


	
/* ------ Sidebar ------ */

#mlr_online #sidebar { 
	background: url(../assets/md5images/173b4327b8e51f2eaa55affbcfa86a95.gif) top left repeat-x; 
	padding-top: 16px; }

#mlr_online #sidebar a:link,
#mlr_online #sidebar a:visited,
#mlr_online #sidebar p.advanced a:link,
#mlr_online #sidebar p.advanced a:visited {
	color: #003f5f;
	text-decoration: none; }

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

/* for the highlighted set of nav links */

#mlr_online #sidebar ul#navlist {
	border-top: 1px solid #fff; }	
	
#mlr_online #sidebar ul#navlist li a {
	color: #003f5f;
	font-weight: normal;	
	background: transparent;
	border-bottom: 1px solid #fff; }	

#mlr_online #sidebar ul#navlist li .sb-rss a	{
	border-bottom: none; }
	
#mlr_online #sidebar ul#navlist li a:active,
#mlr_online #sidebar ul#navlist li a:hover,
#mlr_online #sidebar ul#navlist li a:focus {
	color: #000000;
	background: #ffffff; }	
	
#mlr_online #sidebar #sidebar-search label,
#mlr_online .sidebar-search #browse label,
#mlr_online .sidebar-search h2,
#mlr_online #sidebar #issn p {
	color: #10284b; /* turns labels and issn black */
	border: 0; } 

#mlr_online .sidebar-search h2  { display: none; }

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

/* ------ Main Content ------ */

/* Breadcrumbs */
#mlr_online #main.text div.crumbs a:link,
#mlr_online #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #003f5f; 
	margin-bottom: 0; }	
	
#mlr_online #main.text div.crumbs a:hover,
#mlr_online #main.text div.crumbs a:active,
#mlr_online #main.text div.crumbs a:focus {
	text-decoration: underline;	
	color: #000000; }

/* Regular links */
#mlr_online #main.text a:link,
#mlr_online #main.text a:visited {
	text-decoration: underline; }
	
#mlr_online #main.text a:hover,
#mlr_online #main.text a:active,
#mlr_online #main.text a:focus {
	text-decoration: underline;	
	color: #000000; }

/* Article list headers */
#mlr_online #main.text .article-list h1 { font-size: 24px; }

#mlr_online .article-list h2 { /* removes background and adds a line under doctype header */
	font: normal 21px;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }	

/* Published submission links */	
#mlr_online #main.text .doc a:link,
#mlr_online #main.text .doc a:visited {
	font-weight: normal;
	text-decoration: underline; }

#mlr_online #main.text .doc a:hover,
#mlr_online #main.text .doc a:active,
#mlr_online #main.text .doc a:focus {
	color: #000; }

#mlr_online #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */	


/* Cover art and Editors for Main Content Area */ 

		/* Editors with Cover art*/
#mlr_online #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #10284b;
    text-transform: none;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf; }

#mlr_online #coverart #beta .coverart-box {
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: 0; }

#mlr_online #coverart #beta #coverart-box-container {
	border: 0; }

#mlr_online #coverart #beta dl  {
	margin-left: 0; }

#mlr_online #coverart #beta #coverart-editors dt {
	font-size: 12px;
	padding-top: 10px; }

		/* Editors without cover art */

#mlr_online #masthead { display: none; }

#mlr_online #masthead tr th {
	font-size: 12px;
}

#mlr_online #masthead tr td {
	font-size: 12px;
}

	
/* ------ Footer ------ */

#mlr_online #footer {
	height: 74px;
	background: #dfdfdf url(../assets/md5images/9da42eeef14c0def05eacebf96e71591.gif) top left repeat-x;
}

#mlr_online #footer,
#mlr_online #footer #bepress a {
	height: 74px; }

#mlr_online #footer p,
#mlr_online #footer p a {
	font-size: 12px;
	color: #10284b;
	text-decoration: none; }

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

	
/* ------ Mobile ------ */

.mbl #mlr_online #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

/* Small caps for Bluebook citation */
.smallcaps
{
font-variant: small-caps;
}
	
/* CUSTOM-978 page number on homepage layout -- RKarberg 3/29/2017 */
#mlr_online .article-list p {padding-top:0; padding-bottom:0;}
#mlr_online #main.text .article-list p span.doctitle {display:block; width:320px; float:left;padding-top:5px;margin-right:5px;}
#mlr_online #main.text .article-list p span.auth {display:block; width: 140px; float:left; margin-bottom:0;padding-top:5px;}
#mlr_online #main.text .article-list p span.pageno {display:block; width:80px; float:left; padding-top:5px; text-align:right;}