/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Mar 2014 - Header update 10/17, PR
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body {
  background: 
  url(assets/md5images/033e6eb9f07231bb9520d9e00b69e001.png) no-repeat top center,
  #ededed url(assets/md5images/5736689572370849dcc057a95aed1c21.gif) repeat-x top left;
  background-size: 100% 52px, 1px 894px;
}


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

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

#vcu #banner_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

	/* --- Logo --- */

#vcu #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "right:" for right aligned logo */
	width: 68.87755102040817% !important;  /* 675 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

#vcu #logo_image2 {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "right:" for right aligned logo */
	width: 31.12244897959184% !important;  /* 305 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


/* Navigation */

#vcu #navigation {
        width: 980px;
        height: 39px;
        background: #ffcc3e url(assets/md5images/0a3954fe0262b4d893102bc826177284.gif) top left repeat-x; }

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

#vcu #navigation #tabs a {
        height: 39px;
        line-height: 39px;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        background-color: transparent;
        padding: 0 11px;
        margin: 0;
        border: 0;
        border-right: 1px solid #fdbd10;
        float: left; }

#vcu #navigation #tabs li#tabfour a { 
        border-right: none; }

#vcu #navigation #tabs a:hover,
#vcu #navigation #tabs a:active,
#vcu #navigation #tabs a:focus {
        text-decoration: underline; }


/* Sidebar */

#vcu #sidebar p.site-follow {
        display: none; }

#vcu #sidebar h2 {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        background-color: transparent;
        padding: 4px 0;
        border-top: 0;
        border-bottom: 0;
        text-indent: 15px; }

#vcu #sidebar a, 
#vcu #sidebar p.advanced a {
        font-size: 12px;
        font-weight: normal;
        text-decoration: none; }

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

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

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


/* Main Content */

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

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

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

#vcu #dcn-homep {
        margin-bottom: 20px; }

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

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

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

#vcu #main.text .box a:link,
#vcu #main.text .box a:visited {
        font-size: 13px;
        text-decoration: none; }

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

#vcu #main.text a:link,
#vcu #main.text a:visited {
        color: #694f06;
        text-decoration: underline; }

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


/* Footer */

#vcu #footer,
#vcu #footer #bepress a {
        height: 85px;
        background-color: #000; }

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

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

#footer p:first-of-type { padding-top: 10px; }

#vcu #footer p.extra {
        background: #000;
        border: 0;
 }

/* Adjusting sidebar links for cei community */
#vcu #sidebar ul li {
    padding-right: 8px;
    margin-left: 7px;
    text-indent: -7px;}

/* Hide unwanted text on ir_book Gallery view */
#vcu #content ul.display li .content_block ul,
#vcu #content ul.display li .content_block ol,
#vcu #content ul.display li .content_block blockquote { display: none; }

/* Styling for Bike Race logos */

#vcu #main.text #bike_race img#section_logo {padding-top:20px; width:170px;}

/* Adjust ISSN field in non-journal structures */
#vcu #alpha #issn p {
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	text-align:left;
	text-transform:none; }