/* -----------------------------------------------
Journal local stylesheet.
Author:   Paul Ryan
Version:  June 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


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

#globaltides #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#globaltides #sidebar ul#navlist li:first-child a {
	border-top: 1px solid #fff; /* border is removed if #navlist has no content */	
}	
	
#globaltides #sidebar ul#navlist li a {
	width: 250px;
	color: #ffffff;
	transition: background 0.3s ease;	
	font-weight: normal;	
	background: #00205c;
	border-bottom: 1px solid #fff; 
}

		/* Sidebar link colors */
#globaltides #sidebar ul#navlist li a:active,
#globaltides #sidebar ul#navlist li a:hover,
#globaltides #sidebar ul#navlist li a:focus {
	color: #000000;
	background: #fff; 
}	

#globaltides #sidebar ul#navlist li:last-child a { border-bottom: none; }

#globaltides #sidebar h2 {
background: transparent;
}
	/* --- Editors and Cover art --- */ 
#globaltides #main.text .article-list h2 {
background: transparent;
}

#coverart #beta { 
	float: right; }
	
		/* Cover art */
#globaltides #coverart #beta .coverart-box h4 {
    font: normal 18px 'PT Sans', sans-serif; /* default is 18px */
    color: #00215b;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#globaltides #coverart #beta .coverart-box {
	font: normal 12px 'PT Sans', sans-serif;
	border: 0; }

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

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

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