/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Sean Beld
Version:  Feb. 15, 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

	/* --- Meta styles and background --- */

body {
	font: normal 16px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #e4e4e4;
}


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

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

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

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

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

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

#dominican #navigation #tabs a {
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #333;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left;
}

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

#dominican #navigation #tabs a span {
	border-right: 1px solid #333;
	padding: 0 11px 0 11px;}

	#dominican #navigation #tabs li:first-child a span {
		margin-left: 9px;
	}

#dominican #navigation #tabs li:last-child a span {
	border-right: none;
}

#dominican #navigation #tabs #tabone a { padding-left: 0; } /* switch for right-aligned nav tabs */

#dominican #navigation #tabs li:last-child a {
    border-right: none;
}

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

#dominican #sidebar {
	padding-top: 21px;
}

#dominican #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #d3d3d3 !important;
	background: transparent;
	padding-bottom: 4px;
	margin-left: 14px;
	text-indent: inherit;
	border: none;
}

#dominican #sidebar a {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
}

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

#dominican #sidebar #sidebar-search label {
	display: none;
}

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

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

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

#dominican #sidebar ul#side-notify {
    margin-top: -13px;
}

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

#dominican #container {
	margin: 20px auto;
}

#dominican #dcn-home img {
    width: 100%;
		margin: 15px 0;
}

	/* --- Breadcrumbs --- */

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

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

#dominican > #homepage-intro { margin: 15px 0; }

#dominican > #cover-browse { margin-bottom: 20px; }


	/* --- Headers --- */

#dominican h2 {
	font: bold 21px Arial, Verdana, Helvetica, sans-serif;
}

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

#dominican #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#dominican #cover-browse {
    margin-bottom: 40px;
}

#dominican #dcn-home .box.aag h2,
#dominican #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #d3d3d3;
}

#dominican #main.text .box a:link,
#dominican #main.text .box a:visited {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

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


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

#dominican #footer,
#dominican #bepress a {
	height: 75px;
	background-color: #ffdd00; }

#dominican #footer p,
#dominican #footer p a {
	font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

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

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

/* ---------------- Miscellaneous fixes ---------------- */
#dominican #alpha .element li {
	font-size: 12px;
	line-height: 18px;
}

	/* --- Advanced Search --- */

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


/* ---------------- Mobile ---------------- */

.mbl #dominican #main #cover-browse h3:before {
    display: none;
}

/* Styling ISSN Metadata DS 3/18 */
#dominican #alpha #issn p {
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	text-align:left;
	text-transform:none; }
	
/* OpenURL is a button EK 10032018 */
#dominican a#openurl.ignore {
display: inline-block;
padding: 3px 10px;
margin-bottom: 0;
font-size: 12px;
font-weight: bold;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: linear-gradient(180deg, #ffffff , #e6e6e6 );
border-color: #e6e6e6 #e6e6e6 #bfbfbf ;
border: 1px solid #cccccc ;
border-bottom-color: #b3b3b3 ;
border-radius: 4px;
}


/* adding padding to multi-rowed breadcrumbs to avoid title overlap SG 2.12.21 */

#dominican #container #wrapper #content #main.text #breadcrumb {
	padding: 25px;
}

/* Heading font size adjustment on submit_research.html per admin request JR 3-11-2024 */
#dominican #main.text dl.communities dt {font-size:16px; }
#dominican #main.text dl.communities dd {font-size:14px;}

/* Left-justifying structure headings per admin request CAyers 6-20-2024 */
#dominican #main.text #series-header h1#series-title {
	text-align: left;
} 