/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  January 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body { background: #333192 url(../assets/md5images/b9b2fcfa3d2a1089f4861a027073a53a.jpg) top left repeat-x; }

#jpd { margin-top: 20px; }


/* ---------------- Header ---------------- */

#jpd #header {
    position: relative;  /* needed for logo positioning */ 
    height: auto !important; /* !important overrides mbl styling */
}

#jpd #banner_image {
    display: block; 
    width: 980px !important;
    height: auto; /* avoids warping improperly sized header image */
}

#jpd #banner_link { line-height: 0; } /* removes header/nav gap in mbl */ 


    /* --- Logo --- */

#jpd #logo1_image {
    position: absolute !important; /* !important overrides mbl styling */
    height: auto;     
    top: 0;  
    right: 32.34693877%;  /* 317px */
    width: 18.87755102% !important;  /* 185 / 980 */
}

#jpd #logo2_image {
    position: absolute !important; /* !important overrides mbl styling */
    height: auto;     
    top: 0;  
    right: 11.93877551%;  /* 117px */
    width: 20.40816326% !important;  /* 200 / 980 */
}

#jpd #logo3_image {
    position: absolute !important; /* !important overrides mbl styling */
    height: auto;     
    top: 0;  
    right: 0.612244897%;  /* 6px */
    width: 11.32653061% !important;  /* 111 / 980 */
}


/* ---------------- Navigation ---------------- */

#jpd #navigation { background: url(../assets/md5images/82c92c7ca0f2dddc00643b1871b4ea02.gif) no-repeat top left; }

#jpd #navigation,
#jpd #navigation #tabs {
    height: 36px;
    overflow: hidden; } /* have seen issues with tabs extending below nav container */


#jpd #navigation #tabs,
#jpd #navigation #tabs ul,
#jpd #navigation #tabs ul li {
    padding: 0;
    margin: 0; }

#jpd #navigation #tabs a {
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;       
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */  
    line-height: 40px;
    color: #343293;
    background-color: transparent;
    text-transform: uppercase;
    padding: 0 11px; 
    margin: 0;
    border: 0;
    float: left; }
    
#jpd #navigation #tabs a:hover,
#jpd #navigation #tabs a:active,
#jpd #navigation #tabs a:focus {
    text-decoration: underline;
}

#jpd #navigation #tabs a span { font-size: 12px; }  /* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#jpd #navigation #tabs li:first-child a { padding-left: 28px; }

/* Sidebar */

#jpd #sidebar { font-size: 13px; }

#jpd #sidebar a:link,
#jpd #sidebar a:visited {
	color: #343293;
	text-decoration: none; }
	
#jpd #sidebar a:hover,
#jpd #sidebar a:active,
#jpd #sidebar a:focus {
	color: #000;
	text-decoration: underline;
	background-color: transparent; }

#jpd #sidebar h2 {
	background-color: transparent;
	border: 0;
	font-size: 15px;
	color: #000; }

#jpd #sidebar form label { color: #000; }

#jpd #sidebar p.advanced a { font-size: 12px; }

#jpd #sidebar ul#side-notify {
	font-size: 12px;
	margin-top: -2em; }

#jpd #sidebar ul#navlist {
    margin: 0 auto; 
    width: 236px;
    border-top: 1px solid #a69ba4; }

#jpd #sidebar ul#navlist li a {
    width: 236px;
	border-bottom: 1px solid #a69ba4;
	color: #fff; }

#jpd #sidebar ul#navlist li a:link,
#jpd #sidebar ul#navlist li a:visited {
	text-decoration: none;
	background-color: #343293; }

#jpd #sidebar ul#navlist li a:active,
#jpd #sidebar ul#navlist li a:hover,
#jpd #sidebar ul#navlist li a:focus {
	text-decoration: underline;
	color: #482e43;
	background-color: #feebc6; }

/* Footer */

#jpd #footer { 
    margin-top: 10px;
    background: #FDF6E1;
    border: 2px solid #f15c22;
    height: 82px;
    width: 976px; }

#jpd #footer p {
    font-size: 12px;
	float: left;
	width: 450px;
	margin-left: 0px; }

#jpd #footer #bepress { 
    float: left;
    width: 240px;
    height: 92px; }

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

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

/* Main content area */

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

#jpd #main.text a:link,
#jpd #main.text a:visited {
	color: #343293;
	text-decoration: underline; }

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

#jpd #main.text h1 { font-size: 24px; }

#jpd #main.text h2 { 
        font-size: 21px; }

#jpd #main.text .article-list h2 {
	background-color: transparent;
        padding-bottom: 0px;
	border-bottom: 2px solid #464646; 
        width: 420px; }

#jpd #main.text .doc { margin-top: 18px; }

#jpd #main.text h4 {
	font-weight: normal;
	text-transform: none;
	text-align: left;
	letter-spacing: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif; }

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

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

/* Image Localization */

#wrapper {
	background: url(../assets/md5images/79a333cadefb593aae452e715110fadc.gif) top left repeat-y; }
