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

/* ---------------- Meta Elements ---------------- */
@import url('https://fonts.googleapis.com/css?family=Oswald:300|Roboto+Condensed');
	/* --- Meta styles and background --- */

body {
	font: normal 12px/1.5 Georgia, Times, Times New Roman, serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/ee7e98a4c0a6d20a6caeea38bc5cfd05.gif) repeat-x left top;
}

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

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

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

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


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

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

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

/* Flexbox Navigation July 2018 */

#olivet #navigation #tabs,
#olivet #navigation #tabs ul {
	display: flex;
	justify-content: space-between; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
	width: 100%;
}

#olivet #navigation #tabs a {
	font: 300 14px 'Oswald', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 54px;
	line-height: 54px;
	color: #717171;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

#olivet #navigation #tabs li:first-child a { padding-left: 58px; }


/* ---------------- Sidebar ---------------- */

#olivet #sidebar h2 {
	font: normal 20px 'Roboto Condensed', sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#olivet #sidebar {
	padding-top: 0px;
}

#olivet #sidebar #side-notify {
	padding-top: 0px;
}

#olivet #sidebar a {
	font: normal 14px Georgia, Times, Times New Roman, serif;
	color: #717171;
	text-decoration: none;
}

#olivet #sidebar a:hover,
#olivet #sidebar a:active,
#olivet #sidebar a:focus {
	color: #000000;
	text-decoration: underline;
	background: transparent;
}

#olivet #sidebar #sidebar-search label {
	font: normal 14px Georgia, Times, Times New Roman, serif;
	color: #000;
}

#olivet #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#olivet #sidebar #sidebar-search span.border { background: transparent; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */


/* ---------------- Main Content ---------------- */

#olivet #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/f2701c4119e1d489b353000c14562654.gif) repeat-y left top;
	margin: 30px 0px;
}

#olivet #main.text {
	padding-top: 0px;
}

#olivet #dcn-home img {
	width: 666px;
}

	/* --- Breadcrumbs --- */

#olivet #main.text div.crumbs a:link,
#olivet #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #717171;
}

#olivet #main.text div.crumbs a:hover,
#olivet #main.text div.crumbs a:active,
#olivet #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000000;
}

#olivet #dcn-home > #homepage-intro { margin: 15px 0; }

#olivet #homepage-intro p {
	font-size: 14px;
}

 /* adds space under full-width main-content image */
#olivet #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */

#olivet #dcn-home > h2 {
	font: normal 27px 'Roboto Condensed', sans-serif;
}

h3 {
	margin: 0;
	text-decoration: underline; }

/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #717171; }

#olivet #dcn-home #cover-browse h3 a {
	font: 400 16px/1.6 Georgia, Times, Times New Roman, serif;
	text-decoration: none;
	padding-left: 3px;
}

#olivet #dcn-home #cover-browse h3 a:hover,
#olivet #dcn-home #cover-browse h3 a:focus,
#olivet #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
	/* --- Links --- */

#olivet #main.text a:link,
#olivet #main.text a:visited {
	color: #717171; /* declared for #network-icon text */
}

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

	/* PotD / Top DL widgets */

#olivet #dcn-home .box.aag h2,
#olivet #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 24px 'Roboto Condensed', sans-serif;
	border-bottom: 1px solid #d3d3d3;
}

#olivet #main.text .box a:link,
#olivet #main.text .box a:visited {
	font: bold 14px Georgia, Times, Times New Roman, serif;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

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

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 12px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }


/* ---------------- Footer ---------------- */

#olivet #footer,
#olivet #bepress a {
	height: 127px;
	background-color: #242426; }

#olivet #footer p,
#olivet #footer p a {
	font: normal 14px/2 Georgia, Times, Times New Roman, serif;
	color: #c0c0c0;
	text-decoration: none;
}

#olivet {
	background: url(assets/md5images/06900b663857f6b3c351fc4b2d3dcd73.gif) repeat-x left bottom;
}

#olivet #content { min-height: 600px; }

html { background-color: #242426; }

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

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

/* ---------------- Miscellaneous fixes ---------------- */
#olivet #container #footer a.secondary-link {
    font-size: 12px;
}
	/* --- Advanced Search --- */

.legacy #olivet #wrapper {	background-image: none; }

#olivet #series-home .pdf,
#olivet #series-home .native,
#olivet #series-home .metadata-only,
#olivet #series-home .external {
    line-height: 1.8em;
    font-size: 12px;
}

/* ---------------- 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 #olivet #dcn-home .box.aag h2,
.mbl #olivet #dcn-home .box.potd h2 {
  width: 100%;
}

.mbl #olivet #homepage-intro p {
	font-size: 12px;
}

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