/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Feb 2014
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body {
	background: #3c3f4e url(../assets/md5images/37196e464a169ae9399e2e14072214e8.gif) top left repeat; }


/* Header */

#mjgl #header {
	height: 250px; }

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

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

#mjgl #header h1 a {
	background: #465d85 url(../assets/md5images/078f8ed89400134258a46f79e2df8cf7.gif) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#mjgl #navigation {
	height: 25px; }

#mjgl #navigation #tabs,
#mjgl #navigation #tabs ul,
#mjgl #navigation #tabs ul li {
	height: 25px;
	padding: 0;
	margin: 0; }

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

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

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


/* Sidebar */

#mjgl #sidebar {
	background: #fefefe url(../assets/md5images/5c28d9a617879a5e03aa6c2cf6b56093.png) top left repeat-x; }

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

#mjgl #sidebar p.advanced a:link,
#mjgl #sidebar p.advanced a:visited {
	color: #2a384f;
	text-decoration: none; }

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

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

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

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

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


/* Main Content */

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

#mjgl #main.text a:link,
#mjgl #main.text a:visited {
	color: #2a384f;
	text-decoration: underline; }

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

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

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


/* Footer */

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

#mjgl #footer,
#mjgl #footer #bepress a {
	height: 75px;
	background-color: #c9c9c9; }

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

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

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

/*--Hiding Masthead--*/

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

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