/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Anne Stringer
Version:  17 April 2012
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body { padding-top: 27px; }

/* Navigation */

#blr #navigation #tabs li { margin: 0; }

#blr #navigation #tabs a {
	float: right;
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 35px; }

#blr #navigation #tabs li#tabone a { width: 57px; }
#blr #navigation #tabs li#tabtwo a { width: 54px; }
#blr #navigation #tabs li#tabthree a { width: 46px; }
#blr #navigation #tabs li#tabfour a { width: 83px; }

#blr #navigation #tabs a:link,
#blr #navigation #tabs a:visited {
	color: #fff;
	background-color: #004785; }

#blr #navigation #tabs a:hover,
#blr #navigation #tabs a:active,
#blr #navigation #tabs a:focus {
	color: #004785;
	background-color: #D2DCE4; }

/* Sidebar */
	
#blr #sidebar h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000; }

	
#blr #sidebar ul#side-notify {
	margin-top: -2em; }
	
#blr #sidebar a:link,
#blr #sidebar a:visited {
	color: #004785;
	text-decoration: none; }

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

#blr #sidebar form label { color: #000; }

#blr #sidebar ul#sw-sidebar-links li {
	text-align: center;
	width: 220px; }

#blr #sidebar ul#sw-sidebar-links li a#expresso { 
	margin-bottom: 15px; }
	
#blr #sidebar ul#sw-sidebar-links li a#selectedworks {
	padding-left: 5px; }
	
/* Footer */

#blr #footer { background-color: #004785; }

#blr #footer p {
	line-height: 75px;
	height: 75px;
	padding-top: 0;
	font-size: 12px; }

#blr #footer p,
#blr #footer p a:link,
#blr #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#blr #footer p a:hover,
#blr #footer p a:active,
#blr #footer p a:focus {
	color: #fff;
	text-decoration: underline; }
	
#blr #footer { 
	background-color:#004785; }
	
/* Header */

#blr #header {
	height: 122px;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #d3dee7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d3dee7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#d3dee7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%,#d3dee7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%,#d3dee7 100%); /* IE10+ */
	background: linear-gradient(top, #e6e6e6 0%,#d3dee7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d3dee7',GradientType=0 ); /* IE6-9 */ }

#blr #pagetitle { height: 92px; }

#blr #pagetitle h1 a {
	font-size: 48px;
	text-shadow: 1px 1.7px 3px rgba(57,57,57,.65); }

#blr #header h1 { padding-top: 15px; }

#blr #header #logo {
	padding: 28px 0 0 20px;
	width: 220px; }
	
	
#toggle-community-expand {display:none;}