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

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

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Georgia, "Times New Roman", Times, serif;  /* should be medium except when fitting into a fixed container */
}

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

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

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


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

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

#yjil #sidebar h2 { background: transparent; }

#yjil #sidebar a:link,
#yjil #sidebar a:visited {
	color: #0d3f62;
	text-decoration: none; }

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

	/* --- Highlighted sidebar links --- */

#yjil #sidebar ul#navlist {
	border-top: 1px solid #e4e4e4; }	 /* border added by ir-custom.css by default */
	
#yjil #sidebar ul#navlist li a {
	color: #0d3f62;
	font-weight: normal;	
	background: transparent;
	border-bottom: 1px solid #e4e4e4; }	

		/* Sidebar link colors */
#yjil #sidebar ul#navlist li a:active,
#yjil #sidebar ul#navlist li a:hover,
#yjil #sidebar ul#navlist li a:focus {
	color: #000000;
	background: #e4e4e4; }	
	
	/* --- Sidebar text --- */
	
#yjil #sidebar #sidebar-search label,
#yjil .sidebar-search h2,
#yjil #sidebar #issn p {
	color: #000000; /* Search, "Enter search terms," ISSN" */
	border: 0; } 

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

#yjil #sidebar #sidebar-search Input.searchbutton { margin-bottom: -6px; }

#yjil #sidebar #divRss {
	padding: 0;
	margin: 0;
}

#yjil #sidebar p.advanced + div {
	display: none; }


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

#yjil #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/09a4b0d49742d96142a2ebd00466d19c.gif) top left repeat-y; }

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

	/* --- Breadcrumbs --- */

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

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

	/* --- Headers --- */

#yjil #main.text .article-list h1 { 
	font-size: 24px;
	font-weight: bold; }  /* Current Issue */

#yjil .article-list h2 { /* Article, or other doctype */
	font: normal 21px;
	font-weight: bold;
	background: transparent; /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #e4e4e4; }	

	/* --- Links --- */

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

	/* --- PDF icons --- */

#yjil #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */	

	/* --- Editors and Cover art --- */ 

		/* Cover art */
#yjil #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, "Times New Roman", Times, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4; }

#yjil #coverart #beta .coverart-box {
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: 0; }

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

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

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



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

#yjil #footer {
	height: 75px;
	background-color: #ffffff; }

#yjil #footer p,
#yjil #footer p a  {
	font-size: 12px;
	color: #0d3f62;
	text-decoration: none; }

#yjil #footer #bepress a {
	height: 75px; }

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

#yjil #footer {
	padding-top: 41px;
	background: url(../assets/md5images/d72ef7208cf64157c90e1449143c2f40.gif) top left no-repeat; }
}

/* ---------------- Miscelaneous fixes ---------------- */
	
	/* --- Advanced Search --- */	

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

	/* --- RSS Feed --- */
		
#yjil #sidebar #divRss ul.feedEkList li .itemContent img { display: none; }

#sidebar #divRss ul.feedEkList {
    list-style: none outside none;
    background-color: #FFFFFF;
    border: 1px solid #D3CAD7;
    padding: 4px 6px;
    color: #3E3E3E;
    margin: 0;
    padding: 10px 0;
    width: 220px; 
    margin-left: 5px;
    padding-left: 5px; }       }

#sidebar #divRss ul.feedEkList li:last-child {
    border-bottom: none; }

#sidebar #divRss ul.feedEkList .itemTitle a {
    margin-left: 0;
	font-weight: normal;
    color: #0d3f62;
    text-decoration: none;
}

#sidebar #divRss ul.feedEkList .itemContent a {
	margin-left: 0;
}

#sidebar #divRss ul.feedEkList .itemDate {
    font-size: 11px;
    color: #aaaaaa;
    margin-left: 0px;
    margin-bottom: 8px;
}    

#sidebar #divRss ul.feedEkList .itemDate, 
#sidebar #divRss ul.feedEkList .itemContent {
	display: inherit;
}         
	
/* ---------------- Mobile ---------------- */

.mbl #yjil #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

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