/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Oxborrow
Version:  20 February 2013
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body { background: #ea9a45 url(../assets/md5images/aa639c35e99c24f8895f2957561aad38.png) top left repeat-x; }

/* Header */

#plrlr #header { height: 250px; }

#plrlr #pagetitle,
#plrlr #header h1,
#plrlr #header h1 a {
	width: 980px;
	padding: 0;
	margin: 0;
	display: block;
	height: 250px; }

#plrlr #header h1 a {
	background: #fff url(../assets/md5images/bd2c2ad3a3d6af08fb3a3300d785b6ec.png) top left no-repeat;
	text-indent: -9999px; }

#plrlr #header #logo { display: none; }

/* Navigation */

#plrlr #navigation { height: 36px; }

#plrlr #navigation #tabs,
#plrlr #navigation #tabs ul,
#plrlr #navigation #tabs ul li { 
	margin: 0;
	padding: 0;
	height: 36px; }

#plrlr #navigation #tabs a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	background-color: #153643;
	padding: 0 11px;
	color: #fff;
	margin: 0;
	border: 0;
	border-right: 1px solid #a28a6f;
	float: right; }

#plrlr #navigation #tabs a:hover,
#plrlr #navigation #tabs a:active,
#plrlr #navigation #tabs a:focus {
	color: #fff;
	text-decoration: underline;
	background-color: #6a4c3a; }

#plrlr #navigation #tabs li#tabone a { border-right: 0; }

/* Sidebar */

#plrlr #sidebar p.site-follow span.pull-right a.btn.followable { display: none; }

#plrlr #sidebar a:hover,
#plrlr #sidebar a:active,
#plrlr #sidebar a:focus {
	color: #fff; } 
	
#plrlr #sidebar ul#navlist { border-top: 1px solid #a28a6f; }

#plrlr #sidebar ul#navlist li a { 
	border-bottom: 1px solid #a28a6f; }

#plrlr #sidebar ul#navlist li a:link,
#plrlr #sidebar ul#navlist li a:visited {
	color: #fff;
  	background-color: #153643; 
  	text-decoration: none; }

#plrlr #sidebar ul#navlist li a:hover,
#plrlr #sidebar ul#navlist li a:active,
#plrlr #sidebar ul#navlist li a:active {
	color: #fff;
	background-color: #6a4c3a;
	text-decoration: underline; }
	 
#plrlr #sidebar p.advanced a:link,
#plrlr #sidebar p.advanced a:visited { 
  	color: #fff; 
  	text-decoration: none; }

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

/* Main Content */

#plrlr #main.text #coverart #sub { margin: 0; }

#plrlr #main.text a:link,
#plrlr #main.text a:visited {
	color: #6e5033;
	text-decoration: underline; }

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

#plrlr #coverart #alpha {
	border: none;
	padding-right: 20px;
	width: 400px; }	

#plrlr #coverart #alpha #intro-text p { margin-top: 10px; }
	
#plrlr #coverart #alpha .article-list .doc {
	padding: 10px 0; }
	
#plrlr #alpha .article-list h2 {
	background: transparent;
	border-bottom: 1px solid #999;
	font-size: 21px;
	width: 400px;
	color: #983530; }

#plrlr #alpha h1 {
	font-size: 24px;
	margin-bottom: 10px; }

#plrlr #coverart #beta {
	margin-left: 12px;
	width: 220px; }

#coverart #beta #issue-art { 
	padding: 8px 0; }

#plrlr .crumbs {
	height: 10px; }
	
#plrlr #main.text .doc a {
	text-decoration: none;
	font: normal 20px Helvetica, Arial, Verdana, Helvetica, sans-serif; }

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

#plrlr #main.text .doc a acronym { font: normal 10px Arial, Verdana, Helvetica, sans-serif; }

#plrlr #coverart #beta .coverart-box h4 {
	border-bottom: 1px solid #999;
    font: 18px Georgia, "Times New Roman", Times, serif normal;
    padding-bottom: 5px;
    text-align: left;
    text-transform: none;
    text-align: left;
    color: #983530; }

#plrlr #coverart #beta .coverart-box {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	border: 0; }

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

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

#plrlr #coverart #beta #coverart-editors dt {
	padding-top: 10px;
	font-size: 12px; }
   
/* Footer */

#plrlr #footer { 
 	height: 82px;
  	background-color: #153643;
  	margin-top: 10px; }

#plrlr #footer #bepress a {
	background-color: #153643; }

#plrlr #footer p { 
	color: #fff; }

#plrlr #footer p a {
	color: #fff;
	font-size: 12px; }

#plrlr #footer p a:link,
#plrlr #footer p a:visited {
	text-decoration: none; }

#plrlr #footer p a:hover,
#plrlr #footer p a:active,
#plrlr #footer p a:focus {
	text-decoration: underline; }  
#plrlr .underline {
	text-decoration: underline; }
	
/* adjusting RSS feed so it doesn't spill out of sidebar lb 01102017 */
#plrlr #sidebar #divRss ul.feedEkList .itemTitle a {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   width: 190px;
   }
