/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  03 June 2010
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#mpq {
        margin-top: 12px; }

/* Header */

#mpq #header {
        height: 163px; }

#mpq #pagetitle,
#mpq #header h1,
#mpq #header h1 a {
        display: block;
        height: 127px;
        width: 740px;
        padding: 0;
        margin: 0; }

#mpq #pagetitle {
        margin-left: 240px; }

* html #mpq #pagetitle {
        width: 735px;
        float: right;
        margin-left: -5px; }

#mpq #header h1 a {
        background: #006857 url(../assets/md5images/fc98687974216b4f969f6a1dc01a408d.gif) top left no-repeat;
        text-indent: -9999px; }

/* Navigation */

#mpq #subheader {
        height: 34px;
        border-top: 1px solid #948240;
        border-bottom: 1px solid #948240;
        background: #ded4ac url(../assets/md5images/6edb52e7d415a974967fc927e6674187.gif) top left repeat-y; }

#mpq #subheader #tabs {
        float: right;
        font-size: 12px;
        height: 34px;
        line-height: 34px;
        padding: 0; }

#mpq #subheader #tabs ul {
        padding: 0; }

#mpq #subheader #tabs li {
        margin: 0; }

#mpq #subheader #tabs a {
        font-weight: normal;
        line-height: 34px;
        margin: 0;
        padding: 0 10px;
        border: none;
        border-left: 1px solid #948240;
        text-decoration: none; }

#mpq #subheader #tabs li#tabone a {
        border-right: 1px solid #948240; }

#mpq #subheader #tabs a:link,
#mpq #subheader #tabs a:visited {
        color: #006857;
        background-color: #ccbc80; }

#mpq #subheader #tabs a:active,
#mpq #subheader #tabs a:hover {
        color: #fff;
        background-color: #006857; }

/* Sidebar */

#mpq #sidebar {
        padding-top: 24px;
        font-size: 13px; }

#mpq #sidebar a:link,
#mpq #sidebar a:visited {
        color: #004439;
        text-decoration: none; }

#mpq #sidebar a:active,
#mpq #sidebar a:hover {
        color: #00856f;
        text-decoration: underline; }

#mpq #sidebar ul#navlist {
        border-top: 1px solid #948240; }

#mpq #sidebar ul#navlist li a {
        border-bottom: 1px solid #948240;
        background: #ded4ac url(../assets/md5images/6edb52e7d415a974967fc927e6674187.gif) top left repeat-y; }

#mpq #sidebar ul#navlist li a:link,
#mpq #sidebar ul#navlist li a:visited {
        color: #004439; 
        text-decoration: none; }

#mpq #sidebar ul#navlist li a:active,
#mpq #sidebar ul#navlist li a:hover {
        color: #006857;
        text-decoration: underline; }

#mpq #sidebar form label {
        font-size: 12px; }
       
#mpq #sidebar #issn p {
  font-weight: normal;
  margin-left: 15px;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #000; }

#mpq #sidebar input#email_address, 
#mpq #sidebar input#search,
#mpq #sidebar select,
#mpq .form-table select,
#mpq .form-table input#author { 
        border: 1px solid #d8cfa8;
        border-left: 5px solid #d8cfa8; }

/* Footer */

#mpq #footer {
        background: #ded4ac url(../assets/md5images/6edb52e7d415a974967fc927e6674187.gif) top right repeat-y;
        border-top: 1px solid #948240;
        border-bottom: 1px solid #948240; }

#mpq #footer p {
        font-size: 12px; }

#mpq #footer p,
#mpq #footer p a:link,
#mpq #footer p a:visited {
        color: #000;
        text-decoration: none; }

#mpq #footer p a:active,
#mpq #footer p a:hover {
        color: #006857;
        text-decoration: underline; }

/* Main content area */

#mpq #wrapper {
  background-image: url(../assets/md5images/d3fb5d606c96eea6ad9563bd3574ebca.gif); }

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

#mpq #main.text a:link,
#mpq #main.text a:visited {
        color: #004439;
        text-decoration: none; }

#mpq #main.text a:active,
#mpq #main.text a:hover {
        color: #00856f;
        text-decoration: underline; }

#mpq #main.text .article-list h1 {
        font-size: 28px;
        border-bottom: 2px solid #d6e3de; }

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

#mpq #main.text h2 {
  font-size: 28px;
  border-bottom: 2px solid #d6e3de; }

#mpq #main.text .article-list h2 {
  font-size: 18px;
  border: 0; }
  
/* Hide AmEx option on article purchase form - SF 1/15 (SUP-14707) */
select[name=cctype] option:nth-child(3) {display: none;} 


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

#mpq #subheader #tabs a:hover,
#mpq #subheader #tabs a:active,
#mpq #subheader #tabs a:focus {
	color: #004439;
	background-color: #ded4ac; }

#mpq #subheader #tabs { width: 233px; }
#mpq #subheader #tabs li { float: left; }

