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

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

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

html { background-color: #053b8c; }

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

#beaumonthealth { background: url(assets/md5images/2ded4e2d031f44415b59e352b7f91821.gif) repeat-x left bottom; }


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

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

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


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

#beaumonthealth #navigation { 
	position: relative;
	margin-bottom: 29px; }

#nav-logo { 
	position: absolute;
	top: 0;
	left: 0; }

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

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

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

#beaumonthealth #navigation #tabs a {
	font: 400 19px 'Work Sans', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 61px;
	line-height: 61px;
	color: #ffffff; 
	transition: 0.2s ease-in-out;	
	background-color: transparent;
	padding: 0 19px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: right; 
}

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

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

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

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

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

#beaumonthealth #sidebar a {
	font: 400 13px 'Work Sans', sans-serif;
	color: #053b8c;
	text-decoration: none; 
}

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

#beaumonthealth #sidebar #sidebar-search label {
	font-size: normal 13px 'Work Sans', sans-serif;
	color: #000000; 
}

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

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

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


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

#beaumonthealth #content { 
	min-height: 600px;
	background-color: transparent; }

#beaumonthealth #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/2a1262383ed353c0f445007555110c75.gif) no-repeat top left,
	url(assets/md5images/3b99adfc48660ec3b35eb41469be90bb.gif) no-repeat bottom left,
	url(assets/md5images/d8f7195be377ee2177f95895295628ce.gif) repeat-y top left; 
}

#beaumonthealth #homepage-intro { margin: 20px 0; }

	/* --- Breadcrumbs --- */

#beaumonthealth #main.text div.crumbs a:link,
#beaumonthealth #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #053b8c; 
}	

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

	/* --- Headers --- */

#beaumonthealth h2 {
	display: block;
	font: 600 21px 'Work Sans', sans-serif;
}

h3 { 
	display: block;
	margin: 0;
	text-decoration: none; }

#beaumonthealth h3#history{
	margin: 0 0 8px;
	font: 600 16px 'Work Sans', sans-serif;
}	

#beaumonthealth #dcn-home #cover-browse h3 a, h3.home-list a {
	font: 400 15px/1.6 'Work Sans', sans-serif;
	text-decoration: none; 
}

#beaumonthealth #history-img { 
	display: block;
	margin: 0 0 15px; }

#beaumonthealth h3.home-list {
	background: url(assets/md5images/f8e387b81e6051edd34797e54a7444b3.gif) no-repeat left center;
	padding-left: 10px;
}

#beaumonthealth #dcn-home #cover-browse h3 a:hover,
#beaumonthealth #dcn-home #cover-browse h3 a:focus,
#beaumonthealth #dcn-home #cover-browse h3 a:active {
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#beaumonthealth #dcn-home .box.aag { margin-top: 0px; }
#beaumonthealth #dcn-home .box.aag h2 { padding-top: 0px; }

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

#beaumonthealth #main.text .box a:link,
#beaumonthealth #main.text .box a:visited {
	font: 700 12px 'Work Sans', sans-serif;
	width: 267px;	
	text-decoration: none;	
	border-bottom: 1px solid #999999;
	background: none; 
}

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


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

#beaumonthealth #footer {
	height: 75px;
	margin-top: 26px;
	background-color: #053b8c; }

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

#beaumonthealth #bepress a { height: 75px; } /* adjust height of logo */

#beaumonthealth #footer p,
#beaumonthealth #footer p a {
	font: normal 12px/1.8 'Work Sans', sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* ---------------- Miscellaneous fixes ---------------- */
	
	/* --- Advanced Search --- */	

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


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

/* aligning ISSN field lb 04242018 */
#beaumonthealth #alpha #issn {
	display:inline;
	margin:0;
	padding:0;
	
	float:left; }

#beaumonthealth #alpha #issn p {
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	text-align:left;
	text-transform:none; }