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

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

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

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

body {
	font: normal 12px/1.5 'Fira Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f2f2f2 url(assets/md5images/542299c9e78e83b83ed2b30cab9fac12.gif) top left repeat-x;
}


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

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

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

#acorn #logo_image {
	display: none;
}

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

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

#acorn #navigation #tabs { float: right; }

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

#acorn #navigation #tabs a {
	font: 400 15px 'Fira Sans', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 30px;
	line-height: 36px;
	color: #2c2b2b;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 12px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: right;
}

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


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

#acorn #sidebar h2 {
	font: 700 15px 'Fira Sans', sans-serif;
	color: #000000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#acorn #sidebar a {
	font: 400 13px 'Fira Sans', sans-serif;
	color: #404040;
	text-decoration: none;
}

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

#acorn #sidebar #sidebar-search label {
	font: 400 13px 'Fira Sans', sans-serif;
	color: #000000;
}

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

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

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

#acorn #sidebar p { color: #000; }

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

#acorn #content { padding-top: 16px; }

	/* --- Breadcrumbs --- */

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

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

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

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


	/* --- Headers --- */

#acorn #dcn-home > h2 {
	font: 700 21px 'Fira Sans', 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: #036173; }

#acorn #dcn-home #cover-browse h3 a {
	font: 400 15px/1.8 'Fira Sans', sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

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

#acorn #main.text .box a:link,
#acorn #main.text .box a:visited {
	font: 700 13px 'Fira Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	background: none;
}

#acorn #main.text .box a:hover,
#acorn #main.text .box a:active,
#acorn #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 ---------------- */

#acorn #footer { background: url(assets/md5images/2e6cc834e1a76645ad251a5debaea62e.gif) no-repeat left top; }

#acorn #footer,
#acorn #bepress a {
	height: 153px;
	background-color: #f2f2f2; }

#acorn #footer p,
#acorn #footer p a {
	font: 400 14px/2 'Fira Sans', sans-serif;
	color: #404040;
	text-decoration: none;
}

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

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


/* Additional footer logo */

#acorn #footer { position: relative; }

a#footer-logo-link { margin: 0; }

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


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



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

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