/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  August 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#dordt {
	margin-top: 23px; }

body {
	background: #c5c5c5 url(assets/md5images/a1b83f27e11a03040a70d8b9a6424651.jpg) top center no-repeat; }


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

#dordt #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 --- */

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

/* Navigation */

#dordt #navigation {
	height: 36px; }

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

#dordt #navigation #tabs a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #ffb81c;
	padding: 0 10px;
	margin: 0;
	border: 0;
	float: left; }

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


/* Sidebar */

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

#dordt #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; }

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

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

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

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


/* Main Content */

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

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

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

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

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

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

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

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

#dordt #main.text a:link,
#dordt #main.text a:visited {
	color: #5c4406;
	text-decoration: underline; }

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

#dordt #series-home .pdf, 
#dordt #series-home .native, 
#dordt #series-home .metadata-only, 
#dordt #series-home .external {
	line-height: 1.9em;
}
/* Footer */

#dordt #footer,
#dordt #footer #bepress a {
	height: 82px;
	background-color: #000; }

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

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

#footer p:first-of-type { padding-top: 20px }
/* ---------------- Mobile ---------------- */

/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }

.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
	display: block;
}

.mbl #dordt #dcn-home .box.aag h2,
.mbl #dordt #dcn-home .box.potd h2 {
	width: 100%;
}

header#mobile-nav {
	font-size: 0;
	line-height: 0; }

.mbl #dordt #header,
.mbl #dordt #header a img,
.mbl #dordt #navigation {
	width: 100% !important;
}

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

.mbl #dordt {
	margin-top: 0px;
}
/*Slideshow Widget aarding/5/6/15 */

#dordt #main.text #series-home .intro .slidebox-left {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    width: 125px;
    height: 155px; }

/* justify into text aarding/5/19/15 */
#dordt #series-home .intro p {
    text-align: justify;
}

/* site homepage intro text fix - full length CM 2016-11-01 */
#dordt #dcn-home #homepage-intro {width: 100%;}

/* Fixing /dordt_voice display so years are not cut off in grid view. CM 2017-07-19 */
#dordt #container #wrapper #content #main.text #book-gallery #gallery_items.thumb_view li {
height: 175px;
}

/* Homepage Slideshow */

.news-slider .text-content {
    width: 35% }

.news-slider .text-content h2 {
    font-size: 16px;
    font-weight: bold; }

.news-slider .text-content p {
    line-height: 1.5em; }

/* Fix blurry book gallery thumbnails ah 5/24/18 */
#dordt #main.text #ir-book #beta_7-3 div#cover-img img.cover {
    max-height: 154px !important;
    width: auto !important;
    border: 1px solid #ddd !important;
    padding: 1px !important; }
