/*
-----------------------------------------------
bepress journal stylesheet.
Author:   Lani Goto
Version:  May 2014
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* Header */

#mlr #header {
	height: 130px; }

#mlr #header #logo {
	display: none; }

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

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


/* Navigation */

#mlr #navigation {
	height: 42px; }

#mlr #navigation #tabs,
#mlr #navigation #tabs ul,
#mlr #navigation #tabs ul li {
	height: 42px;
	padding: 0;
	margin: 0; }

#mlr #navigation #tabs a {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #ffd126;
	padding: 0 11px;
	margin: 0;
	margin-top: 10px;
	border: 0;
	border-right: 1px solid #000;
	float: left; }

#mlr #navigation #tabs li#tabfour a { 
	border-right: none; }

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


/* Sidebar */

#mlr #sidebar {
	background: #ffffff url(../assets/md5images/e5a87d80774653c986b7d7ed0335ad36.png) top left repeat-x; }

#mlr #sidebar p.site-follow {
	display: none; }

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

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

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

#mlr #sidebar ul#navlist li a {
	color: #<macro >my.sidelink_color;
	background-color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px solid #fff; }

#mlr #sidebar ul#navlist li a:hover,
#mlr #sidebar ul#navlist li a:active,
#mlr #sidebar ul#navlist li a:focus {
	color: #000;
	background-color: #fff;
	text-decoration: underline; }

#mlr #sidebar #sidebar-search label,
#mlr .sidebar-search #browse label,
#mlr #sidebar #issn p {
	color: #000; }


/* Main Content */

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

#mlr #main.text #masthead {
	display: none; }

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

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

#mlr #main.text h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px; }
	
#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 {
	text-decoration: none; }

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




/* Footer */

#mlr #footer {
	background: #c9c9c9 url(../assets/md5images/fb7b51e2172654b77544561256103a24.gif) top left repeat-x; }

#mlr #footer,
#mlr #footer #bepress a {
	height: 74px;
	background-color: #c9c9c9; }

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

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

/* Small caps for Bluebook citation */
.smallcaps
{
font-variant: small-caps;
}

/* CUSTOM-978 page number on homepage layout -- dmaestretti copied 6/23, original 03.05.2014 bnyikos and jpickrell */
#mlr .article-list p {padding-top:0; padding-bottom:0;}
#mlr #main.text .article-list p span.doctitle {display:block; width:320px; float:left;padding-top:5px;margin-right:5px;}
#mlr #main.text .article-list p span.auth {display:block; width: 140px; float:left; margin-bottom:0;padding-top:5px;}
#mlr #main.text .article-list p span.pageno {display:block; width:80px; float:left; padding-top:5px; text-align:right;}