/* -----------------------------------------------
IR journal local stylesheet.
Author:   Lani Goto
Version:  Nov 2014
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


body {
	background: #f5f5f5 url(../assets/md5images/0cabbf16b30185a8e5ffca1074edf0ae.gif) top left repeat-x; }


/* ---------------- Header ---------------- PR 5/17 */

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

#tqrc #banner_image {
	display: block; 
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#tqrc #banner_link { line-height: 0; } /* removes header/nav gap in mbl */ 

	/* --- Logo --- */

#tqrc #logo_image { /* include an image for accessibility */
	display: none;
}

/* Navigation */

#tqrc #navigation {
	width: 9800px;
	height: 37px;
	background: #000059 url(../assets/md5images/547827a77e8628ce9badbbf2fc8de5dc.gif) top left repeat-x; }

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

#tqrc #navigation #tabs a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left;
	height: 37px;
	line-height: 37px; }

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


/* Sidebar */

#tqrc #sidebar h2 {
	color: #000; }

#tqrc #sidebar p.site-follow {
	display: none; }

#tqrc #sidebar p.advanced a:link,
#tqrc #sidebar p.advanced a:visited {
	color: #000080;
	text-decoration: none; }

#tqrc #sidebar a:hover,
#tqrc #sidebar a:active,
#tqrc #sidebar a:focus,
#tqrc #sidebar p.advanced a:hover,
#tqrc #sidebar p.advanced a:active,
#tqrc #sidebar p.advanced a:focus {
	color: #000;
	text-decoration: underline; }

#tqrc #sidebar ul#navlist {
	border-top: 1px solid #fff; }

#tqrc #sidebar ul#navlist li a {
	color: #000080;
	background-color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px solid #fff; }

#tqrc #sidebar ul#navlist li a:hover,
#tqrc #sidebar ul#navlist li a:active,
#tqrc #sidebar ul#navlist li a:focus {
	color: #000;
	background-color: #fff;
	text-decoration: underline; }

#tqrc #sidebar #sidebar-search label,
#tqrc .sidebar-search #browse label,
#tqrc .sidebar-search h2 {
	color: #000; }

#tqrc .sidebar-search h2 {
	background-color: transparent; } 


/* Main Content */

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

#tqrc #main.text h2#series-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-decoration: none; }

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

#tqrc #main.text #series-home h4 {
	font-size: 17px; }

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

#tqrc #main.text a:hover,
#tqrc #main.text a:active,
#tqrc #main.text a:focus {
	color: #000; }

#tqrc #main.text .doc a:link,
#tqrc #main.text .doc a:visited {
	text-decoration: none; }

#tqrc #main.text .doc a:hover,
#tqrc #main.text .doc a:active,
#tqrc #main.text .doc a:focus {
	color: #000;
	text-decoration: underline; }


/* Footer */

#tqrc #footer,
#tqrc #footer #bepress a {
	height: 73px;
	background-color: #f5f5f5; }

#tqrc #footer a.secondary-link {
	font-size: 10px; }

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

#tqrc #footer p a:hover,
#tqrc #footer p a:active,
#tqrc #footer p a:focus {
	color: #000;
	text-decoration: underline; }
	
/* Social Media Link Styling - added by Sarah on 11-11-14* */  
#tqrc #social li {
    display: inline;
    color: #00254a;
    font-weight: bold;
    padding-bottom: 0; }
  
#tqrc #social li a {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    margin: 0; 
	text-indent: -9999px; }
    
#tqrc #social li a#facebook {
    margin-left: 10px;
    background: url(../assets/md5images/c9ac638248c6bbf21c01c7e44ef527a6.png) top left no-repeat; }
  
#tqrc #social li a#twitter { 
    background: url(../assets/md5images/e6ddfc0104be7d4649d1ee59b96a1936.png) top left no-repeat; }
     
#tqrc #social li a#side-rss { 
    background: url(../assets/md5images/0f18e76ad8ba93081e7ae532b6332fd3.png) top left no-repeat; }
    padding: 0 2px;
    text-indent: -9999px; }
    
/* Hide Browse links-- SNguyen 11.12.14 */    
#tqrc #sidebar ul#side-browse li.collections {display:none;} 
#tqrc #sidebar ul#side-browse li.author {display:none;}
#tqrc #sidebar ul#side-browse li.discipline-browser {display:none;}
#tqrc #sidebar ul#side-browse {display:none}

/* Fix solid blue bars when clicking sidebar links dmaestretti 11.18.14 */
#tqrc #sidebar li a:active,
#tqrc #sidebar li a:focus {
       background-color:transparent;}
       
/* speaker headshots SNguyen 11.18.14 */
#tqrc #main.text .speaker img {
	float: right;
	display: block;
	max-width: 160px;
	padding-bottom: 10px; }
	
/* Theme links mbl 1/20/15 */
#tqrc #sidebar ul#themelinks {
	margin-bottom: -20px;
	}
	
/* Styling theme level slideshow mbl 1/21/15 */
#tqrc #main.text #series-home div.tqrc-slideshow {
	width: 310px;
	float: right;
	margin: 0 0 0 10px;
	}
	
#tqrc #main.text .intro h1 { margin-bottom: 12px; }	

/* submit button in intro text mbl 2/6/15 */
#tqrc #main.text #series-home .intro .submit-btn a.btn {margin:10px;
text-decoration:none;
font-size:large; }

/* Hotel information table MBL 10/12/15 */
#tqrc #hotel table, th, td {
   border: 1px solid black;
   margin-bottom: 10px;
	}
	
#tqrc #hotel table tbody tr td {padding-right: 5px;
padding-left: 5px;
	}
	
/* Unified style for headings on information pages MBL 8/28/17 */
#tqrc #keynote h3 {font-size: 16px;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
/* hiding Input Line for additional instructions TH 12.18.2019 */
#tqrc #main.text input#instructionaltext {display:none;}
#tqrc #main.text #instructionaltext-c .field {display:none;}