/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  January 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

	/* --- Google font --- */

@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

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

html { background-color: #141414; }	

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/ed1fd90717f80cf117826316f6a91836.gif) top left repeat-x; 
}

#providence { background: url(assets/md5images/d430b660e64f1ff12a00d299360bceaf.gif) repeat-x left bottom; }

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

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

#providence #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 */
}

	/* --- Logo --- */

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


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

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

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

#providence #navigation #tabs a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 38px;
	color: #ffffff; 
	text-transform: uppercase;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: right; 
}

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

#providence #navigation #tabs #tabone a { padding-left: 15px; } /* switch for right-aligned nav tabs */

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

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

#providence #sidebar { 
	padding-top: 16px; 
}

#providence #sidebar h2 {
	font: 700 15px 'Lora', serif;	
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

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

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

#providence #sidebar #sidebar-search label {
	font-size: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000; 
}

#providence #sidebar #sidebar-search {
	padding-left: 15px; 
}

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


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

#providence #main.text { min-height: 600px; }

	/* --- Breadcrumbs --- */

#providence #main.text #breadcrumb, 
#providence #main.text .crumbs p { margin-bottom: 0; }

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

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

	/* --- Headers --- */

#providence h2 {
	font: 700 21px 'Lora', serif;
}

h3 { margin: 5px 0 }

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#providence #dcn-home .box.aag h2,
#providence #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 700 16px 'Lora', serif;
	border-bottom: 1px solid #999999; 
}

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

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


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

#providence #footer {
	height: 123px;
	background-color: #141414; }

#providence #bepress a { height: 123px; } /* adjust height of logo */

#providence #footer p {
	padding-top: 10px; 
	margin-left: 200px;
}

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

#providence #footer p,
#providence #footer p a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* Additional footer logo */

#providence #footer { position: relative; }

a#footerlink { margin: 0; }

#footerlogo { 
	position: absolute;
	top: 0;
	left: 0;
 } 

.mbl #footerlink { display: none; } /* logos aren't hidden by mbl footer */	

/* ---------------- Miscellaneous fixes ---------------- */
	

/* Content Carousel width*/
#providence #dcn-home #contentcarousel { width:100%; }

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


/* Content Carousel adjustments, dc 02-07-17 */
#providence .news-slider .text-content {
background-color: rgba( 255, 255, 255, 1);
width: 185px;}

/* adjusting ISSN field on series metadata pages, dc 08-27-19 */

#providence #alpha #issn {
	display:inline;
	margin:0;
	padding:0;
	float:left; }

#providence #alpha #issn p {
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	text-align:left;
	text-transform:none; }
	
/* adjusting superscript and subscript line spacing, dc 03-29-22*/
#providence #alpha p sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
#providence #alpha p sub { 
  top: 0.4em; 
}

/* adjusting breadcrumb spacing, dc 07-20-23*/
#providence #container #wrapper #content #main.text #breadcrumb {
padding: 0px 0px 25px 0px; }

