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

/* Google font */

@import url(//fonts.googleapis.com/css?family=Cabin:700);


/* Background */

body {
	background: #ffffff url(../assets/md5images/92574dfed74f398ea4bb9e6c07dd0307.gif) top left repeat-x; }


/* Header */

#mcnair #header {
	height: 122px; }

#mcnair #header #logo,
#mcnair #header #logo  {
	width: 246px;
	height: 122px;
	padding: 0;
	margin: 0;
	float: right; }

#mcnair #header h1,
#mcnair #header h1 a,
#mcnair #header #pagetitle {
	width: 734px;
	height: 122px;
	padding: 0;
	margin: 0;
	display: block; }

#mcnair #header #pagetitle {
	margin-right: 246px; }

#mcnair #header h1 a {
	background: #00549f url(../assets/md5images/0110ce7d7fa3a455f349fffd4d307992.gif) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#mcnair #navigation {
	width: 980px;
	height: 32px;
	background: #003462 url(../assets/md5images/149bebcdb788d4654a5254297d80a31f.gif) top left no-repeat;
	margin-bottom: 44px; }

#mcnair #navigation #tabs,
#mcnair #navigation #tabs ul,
#mcnair #navigation #tabs ul li {
	height: 32px;
	padding: 0;
	margin: 0; }

#mcnair #navigation #tabs a {
	height: 32px;
	line-height: 32px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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


/* Sidebar */

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

#mcnair #sidebar a {
	font-weight: bold; }

#mcnair #sidebar p.advanced a:link,
#mcnair #sidebar p.advanced a:visited {
	color: #ffdd7b;
	text-decoration: none; }

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

#mcnair #sidebar ul#navlist {
	border-top: 1px solid #003462; }

#mcnair #sidebar ul#navlist li a {
	font-weight: bold;
	color: #fff;
	background-color: #00549f;
	text-decoration: none;
	border-bottom: 1px solid #003462; }

#mcnair #sidebar ul#navlist li a:hover,
#mcnair #sidebar ul#navlist li a:active,
#mcnair #sidebar ul#navlist li a:focus {
	color: #ffdd7b;
	background-color: #003462;
	text-decoration: underline; }

#mcnair #sidebar #sidebar-search label,
#mcnair .sidebar-search #browse label,
#mcnair .sidebar-search h2 {
	color: #fff; }

#mcnair .sidebar-search h2 {
	background-color: transparent;
	border-top: none;
	border-bottom: none; }


/* Main Content */

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

#mcnair #main.text h1 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px; }

#mcnair #main.text h2.masthead {
	font-size: 21px;
	font-weight: 700; }

#mcnair .article-list h2 {
	font-size: 21px;
	font-weight: 700;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }

#mcnair #main.text a:link,
#mcnair #main.text a:visited {
	color: #005c94;
	text-decoration: underline; }

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

#mcnair #main.text .doc a:link,
#mcnair #main.text .doc a:visited {
	text-decoration: none; }

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


/* Footer */

#mcnair #footer {
	border-top: 5px solid #f0c85a;
	margin-top: 40px; }

#mcnair #footer,
#mcnair #footer #bepress a {
	height: 67px;
	background-color: #fff; }

#mcnair #footer p:first-of-type {
	padding-top: 20px; }

#mcnair #footer p,
#mcnair #footer p a {
	font-size: 12px;
	font-weight: bold;
	color: #005c94; }

#mcnair #footer p a:link,
#mcnair #footer p a:visited {
	text-decoration: none; }

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


/* Mobile */

.mbl #mcnair #navigation {
	margin-bottom: 0; }

.mbl #mcnair #footer {
	margin-top: 0; }
	
/* Fixing styling of list that appears in issue introduction on homepage (Vol5/Iss1) - ADoran 5/22/18 */
#mcnair .article-list ul {padding-left:54px;}