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

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

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

html { background-color: #333333; }

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f8f8f8 url(assets/md5images/ef46f708b92fe05c9fe2bf18c383ea3a.jpg) no-repeat center top;
	background-size: 100% 178px;
	background-attachment: scroll;
}

#lmu { background: url(assets/md5images/9f37a1e5c477226184495aefcff5a8bb.gif) repeat-x left bottom; }

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

#lmu #header {
	position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
	background-color: transparent;
}

#lmu #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 */
	background-color: transparent;
}

	/* --- Logo --- */

#lmu #logo_image {
	display: none;
}

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

#lmu #navigation { margin-bottom: 22px; }

#lmu #navigation,
#lmu #navigation #tabs {
	height: 60px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
	background-color: transparent;
}

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

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

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

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

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

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


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

#lmu #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

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

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

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

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

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

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


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

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

#lmu #content {
	min-height: 600px;
	padding-top: 16px; }

	/* --- Breadcrumbs --- */

#lmu #main.text div.crumbs a:link,
#lmu #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #0d557f;
}

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

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

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

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

/* Change h2 size and weight for homepage content carousel -th 9/20/17 */
#lmu #dcn-home .newCarousel h2 {
	font-size: 16px;
	font-weight: bold;
}
#lmu .news-slider .text-content { width: 40%; }

	/* --- Headers --- */

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

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

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

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

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

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

	/* PotD / Top DL widgets */

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

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

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

#lmu #footer { margin-top: 22px; }

#lmu #footer,
#lmu #bepress a {
	height: 75px;
	background-color: #333333; }

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

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

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

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

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

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


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

.mbl #lmu #banner_image { background-color: #333333; }

.mbl #lmu #footer { margin-top: 0px; }

/*Hiding Notify via Email, or RSS Link - ADoran 9/7/17 */
#lmu #side-notify .notify {display:none}
