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

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

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

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

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/903cee368dfbd918129686bdf98e2a18.gif) top left repeat-x; 
}

#wustl { background: url(assets/md5images/f36ef0bdc91a0360615c58f364c1d83a.gif) repeat-x left bottom; }


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

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

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

#wustl #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0; 
	left: 0;  /* change to "right:" for right aligned logo */
	width: 46.9387755102% !important;  /* 460 / 980 */
	height: auto; 
}


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

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

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

#wustl #navigation #tabs a {
	font: 600 15px 'Open Sans', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 44px;
	line-height: 44px;
	color: #8a0000; 
	text-transform: uppercase;
	background-color: transparent;
	padding: 0 18px; 
	margin: 0;
	border: 0;
	float: left; 
}

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

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


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

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

#wustl #sidebar h2 {
	font: 700 15px 'Open Sans', sans-serif;	
	color: #000000;
	text-transform: uppercase;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#wustl #sidebar a {
	font: 400 13px 'Open Sans', sans-serif;
	color: #990000;
	text-decoration: none; 
}

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

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

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

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


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

	/* --- Breadcrumbs --- */

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

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

#wustl #main.text div.crumbs a:hover,
#wustl #main.text div.crumbs a:active,
#wustl #main.text div.crumbs a:focus {
	text-decoration: underline;	
	color: #000000; 
}
/* 11.14.22 ALuca adding columns to organize text/add image */
#wustl #main.text #content-boxes .box-row {
    display: flex;
    flex-direction: row;
    width: 600px;
}
	
	/* --- Headers --- */

#wustl h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

h3 { margin: 5px 0 }

#wustl #dcn-home #cover-browse h3 a {
	font: 400 15px 'Open Sans', sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#wustl #dcn-home .box.aag h2,
#wustl #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #989898; 
}

#wustl #main.text .box a:link,
#wustl #main.text .box a:visited {
	font: 700 12px 'Open Sans', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #989898;
	background: none; 
}

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


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

#wustl #footer {
	height: 95px;
	background-color: #333333; }

#wustl #bepress a { height: 95px; } /* adjust height of logo */

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

#wustl #footer p,
#wustl #footer p a {
	font: 400 12px 'Open Sans', sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* Additional footer logo */

#wustl #footer { position: relative; }

a#footerlink { margin: 0; }

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

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


/* ---------------- Miscellaneous fixes ---------------- */
	
	/* Adjusting breadcrumb bottom padding to fix display in deeply-nested structures */
	#wustl #breadcrumb {padding-bottom: 16px;}
	

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