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


/* Header */

#mjrl #header {
	height: 342px; }

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

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

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


/* Navigation */

#mjrl #navigation {
	height: 26px; }

#mjrl #navigation #tabs,
#mjrl #navigation #tabs ul,
#mjrl #navigation #tabs ul li {
	height: 26px;
	padding: 0;
	margin: 0; }

#mjrl #navigation #tabs a {
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #1c3f38;
	padding: 0 11px;
	margin: 0;
	margin-top: 5px;
	border: 0;
	border-right: 1px solid #fff;
	float: left; }

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

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


/* Sidebar */

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

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

#mjrl #sidebar p.advanced a:link,
#mjrl #sidebar p.advanced a:visited {
	color: #1c3f38;
	text-decoration: none; }

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

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

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

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

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


/* Main Content */

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

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

#mjrl #main.text a:link,
#mjrl #main.text a:visited {
	color: #1c3f38;
	text-decoration: underline; }

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

#mjrl #main.text h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px; }
	
#mjrl .article-list h2 {
	font-size: 21px;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }
	
#mjrl #main.text .doc a:link,
#mjrl #main.text .doc a:visited {
	text-decoration: none; }

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


/* Footer */

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

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

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

#mjrl #footer p a:hover,
#mjrl #footer p a:active,
#mjrl #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/4, original 03.05.2014 bnyikos and jpickrell */
#mjrl .article-list p {padding-top:0; padding-bottom:0;}
#mjrl #main.text .article-list p span.doctitle {display:block; width:320px; float:left;padding-top:5px;margin-right:5px;}
#mjrl #main.text .article-list p span.auth {display:block; width: 140px; float:left; margin-bottom:0;padding-top:5px;}
#mjrl #main.text .article-list p span.pageno {display:block; width:80px; float:left; padding-top:5px; text-align:right;}