/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Jul 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#duq #header {
        position: relative;
        height: auto !important; }

#duq #header #banner_image {
        display: block; }

#duq #header a#logo_link {
        position: absolute !important;
        right: 557px; 
        bottom: 0;
        background: transparent !important; 
        width: 22.653% !important;  /* 222 / 980 */
        height: 50%; }


/* Navigation */

#duq #navigation {
        width: 980px;
        height: 36px;
        background: #971b34 url(assets/md5images/35b6b698bb129012b65545dce29be974.gif) top left repeat-x;
        position: relative;
        z-index: 10;
        -webkit-box-shadow: 0px 8px 6px -6px #9a9999;
        box-shadow: 00px 6px 6px -2px #9a9999;  }

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

#duq #navigation #tabs a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background-color: transparent;
        text-decoration: none;
        padding: 0 10px;
        margin: 0;
        border: 0;
        float: right;
        height: 36px;
        line-height: 36px; }

#duq #navigation #tabs a:hover,
#duq #navigation #tabs a:active,
#duq #navigation #tabs a:focus {
        text-decoration: underline; } 
        
/* Navigation tabs keyboard order - NS 1/29/19 */
#duq #navigation #tabs {
    width: 240px;
}

#duq #navigation #tabs li {
    float: left;
}


/* Sidebar */

#duq #sidebar h2 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        background-color: transparent;
        padding: 4px 0;
        border-top: 0;
        border-bottom: 0;
        text-indent: 15px; }

#duq #sidebar ul {
        width: 210px;
        border-bottom: 1px solid #991a31;
        margin-left: 15px; }

#duq #sidebar a {
        margin-left: 0; }

#duq #sidebar a, 
#duq #sidebar p.advanced a {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none; }

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

#duq #sidebar #sidebar-search label {
        font-size: 13px;
        color: #000; }

#duq #sidebar p.advanced + div {
        display: none; }


/* Main Content */

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

#duq #dcn-home h2 {
        font: normal 21px Arial, Verdana, Helvetica, sans-serif;
        padding-bottom: 5px;
        margin-top: 25px; }

#duq #dcn-home #cover-browse h3 a {
        font: normal 15px Arial, Verdana, Helvetica, sans-serif;
        text-decoration: underline; }

#duq #dcn-home p {
        margin-bottom: 30px; }
        
#duq #dcn-home #homepage-intro {
        width: 100%;
        margin-bottom: 10px; }

#duq #dcn-home .box.aag h2,
#duq #dcn-home .box.potd h2{
        width: 267px;
        font: normal 16px Arial, Verdana, Helvetica, sans-serif;
        border-bottom: 1px solid #999; }

#duq #dcn-home .box.aag h2 span.pull-right { 
        display: none; }

#duq #dcn-home .box.aag a,
#duq #dcn-home .box.potd a {
        border-bottom: 1px solid #999;
        background: none; }

#duq #main.text .box a:link,
#duq #main.text .box a:visited {
        text-decoration: none; }

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

#duq #main.text a:link,
#duq #main.text a:visited {
        color: #104e7b;
        text-decoration: underline; }

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

#duq #main.text a.recent-additions {
        border-bottom: none; }


/* Footer */

#duq #footer {
        width: 980px;
        height: 94px;
        background: #1a2740 url(assets/md5images/46e5bd1ebcf16ed84820848514742890.gif) top left no-repeat; }

#duq #footer #bepress a {
        height: 94px;
        background-color: transparent; }

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

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

#footer p:first-of-type { padding-top: 25px; }
        
/*Capitalize  options in select list for custom metadata field submission_type in ETDs - RKarberg 9/15/2016 */
#duq #alpha #submission_type.element p { 
        text-transform: capitalize; }
		
/*peer-reviewed setting display "yes" instead of 1 -RKarberg 8/18/2017 */
#duq #peer_reviewed p {display: none;}
#duq #peer_reviewed {padding-left: 5px; text-indent: -4px;}
#duq div#peer_reviewed:after {content: "Yes";}	



/* center custom sidebar logos - NS 7/12/19 */

#duq #sidebar ul.custom-sidebar-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  
