/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Paul Ryan
Version:  July 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #807e7f; 
}


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

#researchweek #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
  	margin-top: 17px;
}

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

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


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

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

#researchweek #navigation #tabs { 
	width: 240px;
	overflow: hidden; }

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

#researchweek #navigation #tabs a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;	
	color: #ffffff;
	transition: ease-in-out 0.3s;
	background-color: #575657;
	padding: 0 10px;
	margin: 0;
	border: 0;
	border-right: 1px solid #686667;	
	float: left; }

#researchweek #navigation #tabs a:hover,
#researchweek #navigation #tabs a:active,
#researchweek #navigation #tabs a:focus {
	color: #ffffff;
	background-color: #686667;
	text-decoration: underline; }

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

#researchweek #navigation #tabs li:first-child a { padding-left: 15px; }     

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

#researchweek #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */


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

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

#sidebar ul	{ padding: 0 0 10px; }

#researchweek #sidebar h2 {
	width: 250px;
	height: 35px;
	text-indent: 25px;
	font: normal 18px "Times New Roman", Georgia, Times, serif;
	color: #ffffff;
	background: transparent url(../assets/md5images/257afee47ce05976cfe253b164c06fe9.gif) no-repeat left top;
	margin: 0 0 0 -10px;
	padding-top: 10px;
	border-top: 0;
	border-bottom: 0; }

#researchweek #sidebar a:link,
#researchweek #sidebar a:visited {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;	
	color: #ffffff;
	background-color: transparent;
	text-decoration: none; }

#researchweek #sidebar a:hover,
#researchweek #sidebar a:active,
#researchweek #sidebar a:focus {
	text-decoration: underline; }

#researchweek #sidebar form label {
	color: #ffffff; }

#researchweek #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#researchweek #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */

#researchweek #side-browse,
#researchweek #side-author { display: none; }

#researchweek #sidebar #side-notify {
	padding-top: 0;
	margin-top: 0;
}

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

#sb-social-icons {
	text-align: left;
}

#sb-social-icons a img { margin: 0 2px; }
#sb-social-icons a:first-child img { margin: 0 2px 0 10px; }


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

#researchweek #content {
	background-color: transparent; }

#main.text #series-home { width: 100%; }

	/* --- Breadcrumbs --- */

#researchweek #main.text .crumbs p { margin-bottom: 0; }

#researchweek #main.text .crumbs a {
	text-decoration: none;	
	color: #104e7b; }	

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

	/* --- Headers --- */

#researchweek #main.text h2#series-title a {
	font: normal 21px/2 "Times New Roman", Georgia, Times, serif;
	text-decoration: none; }

#researchweek #main.text h2#series-title a:hover,
#researchweek #main.text h2#series-title a:active,
#researchweek #main.text h2#series-title a:focus {
	color: #000000;
	text-decoration: underline; }

#researchweek #main.text #series-home h4 {  /* browse the contents... */
	font: normal 20px/1.5 "Times New Roman", Georgia, Times, serif;
}

	/* --- Links --- */

#researchweek #main.text a:link,
#researchweek #main.text a:visited {
	text-decoration: underline; }

#researchweek #main.text a:hover,
#researchweek #main.text a:active,
#researchweek #main.text a:focus {
	color: #000000; }


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

#researchweek #footer { position: relative; }

#researchweek #footer,
#researchweek #bepress a { /* ir-custom always gives link 75px height */
	height: 94px;
	background-color: #ae1a1d; }

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

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

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

#researchweek #footer #footer-address {
	font-size: 10px;
	line-height: 1.4;
	padding: 12px 12px 0 0;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}	

/* ---------------- Miscellaneous fixes ---------------- */
/* Spacing for nested lists MBL 8-3-17 */
#researchweek ul li ul {margin-bottom: -5px;
	margin-top: 2px;}

/* Styling for custom pages MBL 8-3-17 */
#researchweek p.centered {text-align: center;}
#researchweek #infopage span.underline {text-decoration: underline;}
#researchweek h3 {font-size: 14px;}

/* Increase font size in main content area MBL 8/8/17 */
#researchweek #main.text p {font-size: 14px;}

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

.mbl #researchweek {
	margin-top: 0; }

.mbl #researchweek #sidebar h2 { 
	background-image: none;
	background-color: #c51e20; }	

