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

/* Header */

#ipbrief #header {
        height: 120px;
        background: #121e4c url(../assets/md5images/551b8274a08a8330e60d4bde5f38d8e5.gif) top left no-repeat; }

#ipbrief #pagetitle {
        margin: 0;
        padding: 0;
        width: 400px;
        height: 120px; }

#ipbrief #header h1,
#ipbrief #header h1 a {
        height: 120px;
        display: block;
        margin: 0;
        padding: 0; }

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

#ipbrief #header #logo {
        float: right;
        margin-top: 30px;
        margin-right: 185px;
        width: 137px; }

* html #ipbrief #header #logo {
        margin-right: 92px; }

/* Navigation */

#ipbrief #navigation {
        height: 48px;
        background: #484848 url(../assets/md5images/aa9ba84372a268907e3011ea176f27fa.gif) top left no-repeat; }

#ipbrief #navigation #tabs li {
        margin: 0; }

#ipbrief #navigation #tabs a {
        margin: 0;
        float: left;
        text-transform: uppercase;
        height: 27px;
        line-height: 27px;
        padding: 0 10px 0 9px;
        border: 0;
        border-right: 1px solid #303030; }

#ipbrief #navigation #tabs a:link,
#ipbrief #navigation #tabs a:visited {
        color: #fff;
        text-decoration: none;
        background-color: transparent; }

#ipbrief #navigation #tabs a:active,
#ipbrief #navigation #tabs a:hover {
        color: #dedede;
        text-decoration: none;
        background-color: #000; }

#ipbrief #navigation #tabs li#tabfour a:active,
#ipbrief #navigation #tabs li#tabfour a:hover {
        background: #000 url(../assets/md5images/0e9f71805f044c0897130345a3fc2583.gif) top left no-repeat; }

/* Sidebar */

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

#ipbrief #sidebar a:link,
#ipbrief #sidebar a:visited {
        color: #121e4c;
        text-decoration: none; }

#ipbrief #sidebar a:active,
#ipbrief #sidebar a:hover {
        color: #000;
        text-decoration: underline; }

#ipbrief #sidebar ul#navlist {
        border-top: 1px solid #011c84; }

#ipbrief #sidebar ul#navlist a {
        border-bottom: 1px solid #011c84; }

#ipbrief #sidebar ul#navlist a:link,
#ipbrief #sidebar ul#navlist a:visited {
        color: #fff;
        background-color: #303030;
        text-decoration: none; }

#ipbrief #sidebar ul#navlist a:active,
#ipbrief #sidebar ul#navlist a:hover {
        color: #dedede;
        background-color: #000;
        text-decoration: underline; }

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

/* Footer */

#ipbrief #footer {
        height: 92px;
        background: #303030 url(../assets/md5images/07f9c45b29ae3863d3b676386c4a27f2.gif) top left no-repeat; }

#ipbrief #footer #bepress {
        padding-top: 17px; }

#ipbrief #footer p {
        padding-top: 0;
        height: 25px;
        line-height: 75px;
        font-size: 12px; }

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

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

/* Main content area */

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

#ipbrief #main.text a:active,
#ipbrief #main.text a:hover {
        color: #011c84;
        text-decoration: underline; }

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

#ipbrief #main.text .article-list h1 {
        font-size: 24px;
        color: #727272; }

#ipbrief #main.text .article-list h2 {
        width: 420px;
        border-bottom: 2px solid #464646;
        background-color: transparent;
        line-height: 1em;
        padding-bottom: 2px; }

#ipbrief #main.text .articleInfo a,
#ipbrief #main.text .article-list a:link,
#ipbrief #main.text .article-list a:visited {
        text-decoration: none; }

#ipbrief #main.text .article-list a:active,
#ipbrief #main.text .article-list a:hover {
        text-decoration: underline; }
#ipbrief #main.text #board h2, h3, h4 {text-align:center}
#ipbrief #main.text #board {text-align:center}
#ipbrief #main.text #staff {padding-left: 130px}
#ipbrief #main.text #staff table tbody tr td {padding: 8px;}

/* Adding focus indicator to nav tabs mf 05/19/2021 */
#ipbrief #navigation #tabs a:hover,
#ipbrief #navigation #tabs a:active,
#ipbrief #navigation #tabs a:focus {
    text-decoration: underline; }