/* -----------------------------------------------
IR Journal local stylesheet.
Author:   Paul Ryan
Version:  Jan 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Site background */

body {
	font: normal 16px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	
	background: #898d8d; }

/* Header */

#mlr #header {
	height: 183px; }
		
#mlr #header #logo { display: none; }	

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

#mlr #header h1 a {
	background: #fff url(../assets/md5images/05bfa09e1c93dd8bda02f912d47e1f30.gif) top left no-repeat;
	text-indent: -9999px; }     


/* Sidebar */

#mlr #sidebar {
	background: #F4F4F4 url(../assets/md5images/94956f7565c14816ccab2bb7d5caeb28.gif) top left repeat-x; }	
	
#mlr #sidebar a:link,
#mlr #sidebar a:visited {
font: normal 16px Arial, Verdana, Helvetica, sans-serif;
	color: #1c2b40; }

#mlr #sidebar a:hover,
#mlr #sidebar a:active,
#mlr #sidebar a:focus {
    color: #BD5A14;
    text-decoration: none;
}

#mlr #sidebar ul#navlist { 
	border-top: 1px solid #fff; }
	
#mlr #sidebar ul#navlist li a {
	border-bottom: 1px solid #fff; }	

#mlr #sidebar ul#navlist li a:active,
#mlr #sidebar ul#navlist li a:hover,
#mlr #sidebar ul#navlist li a:focus {
	background: #fff; }	
	
#mlr #sidebar #sidebar-search label,
#mlr .sidebar-search #browse label,
#mlr .sidebar-search h2,
#mlr #sidebar #issn p {
	color: #000; } 

/* Main Content */
#mlr #main.text p, #mlr #main.text a {
font: 16px "Times New Roman", Times, serif; }

#mlr #main.text #title.element p a {
	font-size: 21px; }

#mlr #main.text a:link,
#mlr #main.text a:visited {
	text-decoration: underline; }

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

#mlr #main.text .pdf a:link,
#mlr #main.text .pdf a:visited {	
	color: #000; 
	text-decoration: none; }
		
#mlr #main.text .pdf a:hover,
#mlr #main.text .pdf a:active,
#mlr #main.text .pdf a:focus {
	color: #375980; }	
	
#mlr #main.text div.crumbs p,		
#mlr #main.text div.crumbs a:link,
#mlr #main.text div.crumbs a:visited {
	color: #375980; 
	margin-bottom: 0; }	
	
#mlr #main.text a:hover,
#mlr #main.text a:active,
#mlr #main.text a:focus,
#mlr #main.text div.crumbs a:hover,
#mlr #main.text div.crumbs a:active,
#mlr #main.text div.crumbs a:focus {
	color: #000; }

#mlr .article-list h1 {
		font-size: 24px; }	
	
#mlr .article-list h2 { 
	font-size: 21px;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }	
	
#mlr #main.text .doc a:link,
#mlr #main.text .doc a:visited {
	font-weight: normal;
	text-decoration: underline; }

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

/* cover art for Main Content Area */

#mlr #coverart #beta .coverart-box h4 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000;
    text-transform: none;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf; }

#mlr #coverart #beta .coverart-box {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	border: 0; }

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

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

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

	
/* Footer */

#mlr #footer,
#mlr #footer #bepress a {
	height: 93px;
	background-color: #375980; }

#mlr #footer p {
	width: 100%; }

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

#mlr #footer p a:hover,
#mlr #footer p a:active,
#mlr #footer p a:focus {
	text-decoration: underline; }
	
#maine-logo {	
	display: block;
	float: left; 
	width: 165px;
	height: 93px;
	margin-right: 30px;
	background: #fff url(../assets/md5images/9508b983529c7df8d32a36d2e705fdd4.gif) top left no-repeat; 
	text-indent: -9999px; }	
	
.mbl #maine-logo { display: none; }

/* Masthead document type */
#mlr h2#masthead {
	padding-left: 0px; }
/* Issue Title Centered */
#mlr h2#top {
	text-align: center; }
	
/* Remove underline by default GSB 5/1/25 */
#mlr #container #wrapper #content #main.text .article-list .doc p a {
  text-decoration: none;
}
/* Add underline on hover GSB 5/1/25 */
#mlr #container #wrapper #content #main.text .article-list .doc p a:hover {
  text-decoration: underline;
}