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

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

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

html { background-color: #004a91; }

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

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

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


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

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

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

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


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

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

#jwu #navigation #tabs { float: left; }

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

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

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


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

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

#jwu #sidebar h2 {
	font: 400 18px 'Roboto', sans-serif;	
	color: #000000;
	background: transparent;	
	padding: 0 0 2px;
	margin: 0 0 4px;
	border: none; 
	border-bottom: 1px solid #004a91;
}

#jwu #sidebar a {
	font: 400 14px 'Open Sans', sans-serif;
	color: #004a91;
	text-decoration: none; 
}

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

#jwu #sidebar #sidebar-search label {
	font-size: normal 14px 'Open Sans', sans-serif;
	color: #000000; 
}

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

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

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


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

#jwu #content { min-height: 600px; }

#jwu .article-list p { line-height: 1.8em; }

	/* --- Breadcrumbs --- */

#jwu #main.text div.crumbs a:link,
#jwu #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #004a91; 
}	

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

	/* --- Headers --- */

#jwu h2 {
	font: 400 26px 'Roboto', sans-serif;
}

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

#jwu #dcn-home #cover-browse h3 a {
	font: 400 18px/1.6 'Open Sans', sans-serif;
	text-decoration: none; 
}

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

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

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

	/* PotD / Top DL widgets */

#jwu #dcn-home .box.aag h2,
#jwu #dcn-home .box.potd h2,
#jwu #main.text .box h2 {
	width: 267px;
	margin: 0;
	font: normal 16px 'Roboto', sans-serif;
	border-bottom: 1px solid #004a91; 
}

#jwu #main.text .box a:link,
#jwu #main.text .box a:visited {
	font: bold 13px 'Open Sans', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #004a91;
	background: none; 
}

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


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

#jwu #footer,
#jwu #bepress a {
	height: 75px;
	background-color: #004a91; }

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

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

#jwu #footer p a:hover,
#jwu #footer p a:active,
#jwu #footer p a:focus {
	text-decoration: underline; }
	
/* Embedly Video on homepage */	
#jwu #videobox  {width:100%; margin: 0;}
#jwu #videoboxtext {
	width: 315px;
	margin-right: auto;
	float:right;
	margin-top:35px;
}

#jwu #videobox .embedly-card .embedly-card-hug {
    width: 345px !important; float:left;}

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


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