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

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

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

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/537b8f45905dd2305d643b15d8cebacb.png) top left repeat-x; }


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

#smu #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
}
/* .mbl #smu #header { height: auto !important; } */

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


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

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

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

#smu #navigation #tabs {
	float: left;
	padding-left: 20px;
}

#smu #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: 47px;
	line-height: 47px;
	color: #ffffff; 
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

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


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

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

#smu #sidebar h2 {
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;	
	color: #ffffff;
	background: #354ca1;	
	padding: 9px 0;
	margin: 0;
	border: none; 
}

#smu #sidebar a {
	color: #4462b0;
	font-size: 13px;
	text-decoration: none; 
}

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

#smu #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000000; 
}

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

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


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

	/* --- Breadcrumbs --- */

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

#smu #main.text div.crumbs a:link,
#smu #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #4462b0; 
}	

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

	/* --- Headers --- */

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

#smu #main.text #dcn-home h2 {
	margin-top: 0;
	padding-top: 0;
}

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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


#smu #dcn-home .box.aag { float: right; }

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

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


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

#smu #footer {
	height: 95px;
	background-color: #58595a; }

#smu #bepress a { height: 95px; }

#smu #footer p {
	width: auto;
	padding-top: 30px; 
}

#smu #footer p,
#smu #footer p a {
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* for solid or vertical graident that flanks the 980px footer */

#smu { background: url(assets/md5images/01d1a4ad17a1df68fcf438183a7d3224.gif) bottom left repeat-x; }
.legacy #wrapper::after { display: none; } /*fixes odd ir-layout.css wrapper issue for advanced search page */

html { background-color: #58595a; }



/* ---------------- Misc ---------------- */

#cs div.intro {
	display: flex; 
	flex-wrap: wrap; }
	
.col-1 { 
	width: 45%;
	padding: 0 10px; }
	
.col-2 { 
	width: 100%;
	padding: 0 10px; }

#smu .slideshow {
	width: 665px;
	height: 158px;
}	


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

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