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

/* Site background */

body {
	background: #131b32; }
	
	

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

#ylpr #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
}

#ylpr #banner_image {
	display: block; 
	width: 980px;
	height: auto; /* avoids warping improperly sized header image */
}
 


/* Navigation */

#ylpr #navigation {
	height: 50px; }

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

#ylpr #navigation #tabs a {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #091d50;
	background-color: #c4d3ff;
	padding: 0 10.25px; 
	margin: 0;
	border: 0;
	float: right; }
	
#ylpr #navigation #tabs a:hover,
#ylpr #navigation #tabs a:active,
#ylpr #navigation #tabs a:focus {
	color: #000000;
	text-decoration: underline;
	background-color: #dde6ff; }

	
/* Sidebar */
	
#ylpr #sidebar a:link,
#ylpr #sidebar a:visited {
	color: #091d50; }

#ylpr #sidebar a:hover, 
#ylpr #sidebar a:active, 
#ylpr #sidebar a:focus { 
	color: #000000; }

#ylpr #sidebar ul#navlist { 
	border-top: 1px solid #c4d3ff; }
	
#ylpr #sidebar ul#navlist li a {
	height: 39px;
	border-bottom: 1px solid #c4d3ff;
	box-sizing: border-box;	}	

#ylpr #sidebar ul#navlist li a:active,
#ylpr #sidebar ul#navlist li a:hover,
#ylpr #sidebar ul#navlist li a:focus {
	color: #000000;
	background: #c4d3ff; }	
	
#ylpr #sidebar .sidebar-search h2 {
	background: none; 
	border: none; }
	
#ylpr #sidebar #sidebar-search label,
#ylpr .sidebar-search #browse label,
#ylpr .sidebar-search h2,
#ylpr #sidebar #issn p {
	color: #000; } 

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

/* Main Content */

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

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

#ylpr #main.text .pdf a:link,
#ylpr #main.text .pdf a:visited {	
	color: #000; 
	text-decoration: none; }
		
#ylpr #main.text .pdf a:hover,
#ylpr #main.text .pdf a:active,
#ylpr #main.text .pdf a:focus {
	color: #091d50; }	
	
#ylpr #main.text div.crumbs p,		
#ylpr #main.text div.crumbs a:link,
#ylpr #main.text div.crumbs a:visited {
	color: #091d50; 
	margin-bottom: 0; }	
	
#ylpr #main.text a:hover,
#ylpr #main.text a:active,
#ylpr #main.text a:focus,
#ylpr #main.text div.crumbs a:hover,
#ylpr #main.text div.crumbs a:active,
#ylpr #main.text div.crumbs a:focus {
	color: #000; }

#ylpr .article-list h2 { 
    font: normal 22px 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	background: transparent;
	border-bottom: 1px solid #bfbfbf; }	
	
#ylpr #main.text .doc a:link,
#ylpr #main.text .doc a:visited {
	font-weight: normal;
	text-decoration: underline; }

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

/* cover art and editor board for Main Content Area */ 

#ylpr #coverart #beta .coverart-box h4 {
    font: normal 18px 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    color: #000000;
    text-transform: none;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf; }

#ylpr #coverart #beta .coverart-box {
	font: 12px 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	border: 0; }

#ylpr #coverart #beta #coverart-box-container {
	border: 0; }

#ylpr #coverart #beta dl  {
	margin-left: 0; }

#ylpr #coverart #beta #coverart-editors dt {
	font-size: 12px;
	padding-top: 10px; }

	
/* Footer */

#ylpr #footer,
#ylpr #footer #bepress a {
	height: 80px;
	background-color: #131b32; }

#ylpr #footer p {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; }

#ylpr #footer p,
#ylpr #footer p a {
	color: #fff;
	text-decoration: none; }

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

/* extra styling for Bluebook -RKarberg 4/1/2019 */
.smallcaps {font-variant: small-caps;}

	