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

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

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

@import 'https://fonts.googleapis.com/css?family=Cardo:400,700|Roboto|Roboto+Condensed:400,700';

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 15px/1.5 'Cardo', serif; }  /* should be medium except when fitting into a fixed container */


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

#slc #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
  	margin-top: 22px;
}
/* .mbl #slc #header { height: auto !important; } */

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

	/* --- Logo --- */

#slc  a#logo_link {
	position: absolute !important; /* !important overrides mbl styling */
	left: 0;  /* change to "left:" for left aligned logo */
	top: 0;  /* two link adjustment, add value for logo under header banner */
  	background: transparent !important; 
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: 100%; 
	max-height: 100%; /* when screen resizes, logo stays in header */
} 

#slc #logo_image {
	width: 100%;
	height: auto; 
}


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

#slc #navigation { 
	background: url(assets/md5images/79068c697ba65bac345c3e4daefb7757.png) top left no-repeat; 
	position: relative; }

#slc #navigation .layer {
	background-color:  rgba(225, 225, 225, 0.7);
	position: absolute;
	top: 0;
	left: 240px;
	width: 100%;
	height: 100%;
}

#slc #navigation #tabs { width: 240px; }

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

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


#slc #navigation #tabs a {
	background: rgba(87, 87, 87, 0.85);
	font: 400 14px 'Roboto Condensed', sans-serif;	
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #ffffff; 
	padding: 0 8px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left; 
}

#slc #navigation #tabs a:hover,
#slc #navigation #tabs a:active,
#slc #navigation #tabs a:focus {
	background-color: rgba(40, 40, 40, 0.85);
	text-decoration: underline; 
}

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

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

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

#slc #sidebar h2 {
	font: 400 18px 'Roboto Condensed', sans-serif;	
	text-transform: uppercase;
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#sidebar ul {
	padding: 4px 0 6px;
}

#slc #sidebar ul li { padding: 0 0 2px; }

#slc #sidebar a {
	font: 400 15px 'Roboto Condensed', sans-serif;		
	color: #395c27;
	text-transform: uppercase;
	text-decoration: none; 
}

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

#slc #sidebar #sidebar-search label {
	font: 400 15px 'Roboto Condensed', sans-serif;		
	color: #000000; 
}

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

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


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

	/* --- Breadcrumbs --- */

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

#slc #main.text div.crumbs a:link,
#slc #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #395c27; 
}	

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

	/* --- Headers --- */

#slc h2 {
	font: 700 24px 'Cardo', serif;
}

#slc h3 { margin: 8px 0 4px; }

#slc #dcn-home #cover-browse h3 a {
	font: 400 20px 'Roboto Condensed', sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#slc #dcn-home .box.aag h2,
#slc #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 700 18px 'Roboto Condensed', sans-serif;
	border-bottom: 1px solid #d3d3d3; 
	text-transform: uppercase;
}

#slc #main.text .box a:link,
#slc #main.text .box a:visited {
	font: 400 18px 'Roboto Condensed', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; 
}

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

#slc .box p a span { font-size: 14px; }


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

#slc #footer,
#slc #footer #bepress a {
	height: 74px;
	background-color: #f6f5f5; }

#slc #footer p,
#slc #footer p a {
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	color: #395c27; 
	text-decoration: none; 
}

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

/* ---------------- Miscelaneous fixes ---------------- */
	
	
/* ---------------- Mobile ---------------- */

.mbl #slc #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

.mbl #slc #navigation .layer { display: none; }

/* Breadcrumb spacing for book galleries JR 9-4-2018 */
#slc #container #wrapper #content #main.text #ir-book.left #breadcrumb {
padding: 0px 0px 25px 0px; }


#slc #side-author li.submit a {
  font-weight: bold;
  padding-top: 10px;
}

#slc #content #homepage-intro #intro-submit p {
	font-weight: bold; 
	font-size: 125%;
	padding-top: 15px;
} 