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

/* Google font */

@import url(//fonts.googleapis.com/css?family=Muli);


/* Subheader */

#jec #subheader,
#jec #subheader #tabs {
	height: 30px; }

#jec #subheader #tabs,
#jec #subheader #tabs ul,
#jec #subheader #tabs ul li {
	padding: 0;
	margin: 0; }

#jec #subheader #tabs {
	float: right; }

#jec #subheader #tabs a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #003f87;
	background-color: #ffffff;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: right; }

#jec #subheader #tabs a:hover,
#jec #subheader #tabs a:active,
#jec #subheader #tabs a:focus {
	color: #000;
	text-decoration: underline; }


/* Header */

#jec #header {
	height: 155px; }

#jec #header #logo,
#jec #header #logo * {
	width: 216px;
	height: 125px;
	padding: 0;
	margin: 0;
	float: right; }

#jec #header #pagetitle,
#jec #header h1,
#jec #header h1 a {
	width: 764px;
	height: 125px;
	padding: 0;
	margin: 0;
	display: block; }

#jec #header #pagetitle {
	margin-right: 216px; }

#jec #header h1 a {
	background: #003f87 url(../assets/md5images/76b06d1aad24de3a279e9ea83dfe0f31.png) top left no-repeat;
	text-indent: -9999px; }


/* Sidebar */

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

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

#jec #sidebar ul#navlist {
	border-top: 1px solid #e6e7e9; }

#jec #sidebar ul#navlist li a {
	color: #fff;
	background-color: #003f87;
	text-decoration: none;
	border-bottom: 1px solid #e6e7e9; }

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

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

#jec .sidebar-search h2 {
	border-top: none;
	border-bottom: none; }


/* Main Content */

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

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

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

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

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


/* Footer */

#jec #footer,
#jec #footer #bepress a {
	height: 75px;
	background-color: #003f87; }

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

#jec #footer p a:hover,
#jec #footer p a:active,
#jec #footer p a:focus {
	text-decoration: underline; }
/* CSS specific to public_forums.html */
#jec #main.text #forums div.jpur_video {
	float:right;
	padding-left: 10px; }

#jec #main.text #forums h4 {
	font-weight: bold; }
/* end public_forms.html */

/*Styling for Header section of Styleguide.html - ADoran 12/2/15 */
#jec #jec-head strong {background-color:white}

#jec #jec-head .jec-head-center {text-align: center}

#jec #jec-head .jec-head-indent {text-indent:50px}

/* White background for bold text CS 12/11/15 */
#jec strong {background-color:white}

/*Citations for Styleguide.html - CS 12/11/15 */
#jec div.tnrcitation pre {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left:22px ;
	text-indent:-18px ;
	}
#jec div.tnrcitation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}



/* 2020-12-01 CUSTOM-1897 (right-aligned Nav Tabs) CAM */

#jec #subheader #tabs { width: 425px; }
#jec #subheader #tabs li { float: left; }

