/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Jami Wardlow
Version:  Dec 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

body {
	font: normal 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background-color: #efefef;
}

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

#asaccu #header {
  	height: auto !important; /* !important overrides mbl styling */
  	margin-top: 21px
}

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

#asaccu #logo_image { display: none; }

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

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


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

#asaccu #navigation #tabs,
#asaccu #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#asaccu #navigation #tabs a {
	font: bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
}

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

#asaccu #navigation #tabs li:first-child a { padding-left: 15px; }

#asaccu #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

#asaccu #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */


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

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

#asaccu #sidebar h2 {
	font: bold 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0; }

#asaccu #sidebar a:link,
#asaccu #sidebar a:visited {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #0069a1;
	background-color: transparent;
	text-decoration: none; }

#asaccu #sidebar a:hover,
#asaccu #sidebar a:active,
#asaccu #sidebar a:focus {
	text-decoration: underline; }

#asaccu #sidebar form label {
	color: #000; }

#asaccu #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#asaccu #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */

#asaccu #sidebar #side-notify {
	padding-top: 0;
	margin-top: 0;
}

/* hide Browse section 1-2-19MV */
#asaccu #sidebar h2#browse_heading {display:none;}	
#asaccu #sidebar ul#side-browse li.collections {display:none;} 
#asaccu #sidebar ul#side-browse li.author {display:none;}
#asaccu #sidebar ul#side-browse li.discipline-browser {display:none;}
#asaccu #sidebar ul#side-browse {display:none} 


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


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

#asaccu #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/e1f2260efc58e9f80a4c2403ac79f0d8.gif) top left repeat-y; }

#asaccu #content {
	background-color: transparent; }

#main.text #series-home { width: 100%; }

	/* --- Breadcrumbs --- */

#asaccu #main.text .crumbs p { margin-bottom: 0; }

#asaccu #main.text .crumbs a {
	text-decoration: none;
	color: #0079bb; }

#asaccu #main.text .crumbs a:hover,
#asaccu #main.text .crumbs a:active,
#asaccu #main.text .crumbs a:focus {
	text-decoration: underline;
	color: #000; }

	/* --- Headers --- */

#asaccu #main.text h2#series-title a {
	font: normal 21px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none; }

#asaccu #main.text h2#series-title a:hover,
#asaccu #main.text h2#series-title a:active,
#asaccu #main.text h2#series-title a:focus {
	color: #000;
	text-decoration: underline; }

#asaccu #main.text #series-home h4 {  /* browse the contents... */
	font: normal 18px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

	/* --- Links --- */

#asaccu #main.text a:link,
#asaccu #main.text a:visited {
	text-decoration: underline; }

#asaccu #main.text a:hover,
#asaccu #main.text a:active,
#asaccu #main.text a:focus {
	color: #000; }


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

#asaccu #footer { 
	border-top: 1px solid #78b0cf;
	border-bottom: 1px solid #bfd7e5;
 }

#asaccu #footer,
#asaccu #bepress a { /* ir-custom always gives link 75px height */
	height: 75px;
	background-color: #0079bb; }

#asaccu #footer p,
#asaccu #footer p a {
	font: normal 12px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

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

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

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

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

.legacy #asaccu #wrapper {
	background-color: #fff;
	background-image: none;
}


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

.mbl #asaccu #header,
.mbl #asaccu #header a img,
.mbl #asaccu #navigation {
	width: 100% !important;
}

.mbl #asaccu #header #logo_image { display: none; }

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0; }
    
.mbl #asaccu {
	margin-top: 0; }
