/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Jul 2016
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Google font */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


/* Header */

#uiw #header {
	position: relative;
  	height: auto !important; }

#uiw #header #banner_image {
	display: block; }

#uiw #header a#logo_link {
	position: absolute !important;
	left: 0; 
	bottom: 0;
	background: transparent !important; 
	width: 16.836% !important;  /* 165 / 980 */
	height: 100%; } 


/* Navigation */

#uiw #navigation {
	height: 28px; }

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

#uiw #navigation #tabs a {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background-color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left;
	height: 28px;
	line-height: 28px; }

#uiw #navigation #tabs a:hover,
#uiw #navigation #tabs a:active,
#uiw #navigation #tabs a:focus {
	text-decoration: underline; }


/* Sidebar */

#uiw #sidebar {
	padding-top: 20px; }

#uiw #sidebar h2 {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	background-color: transparent;
	text-transform: uppercase;
	padding: 4px 0;
	border-top: 0;
	border-bottom: 0;
	text-indent: 15px; }

#uiw #sidebar ul {
	width: 220px;
	margin-left: 10px;
	border-bottom: 1px solid #d13239; }

#uiw #sidebar ul a {
	margin-left: 5px; }

#uiw #sidebar a, 
#uiw #sidebar p.advanced a {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase; }

#uiw #sidebar a:hover,
#uiw #sidebar a:active,
#uiw #sidebar a:focus,
#uiw #sidebar p.advanced a:hover,
#uiw #sidebar p.advanced a:active,
#uiw #sidebar p.advanced a:focus {
	background-color: transparent;
	text-decoration: underline; }

#uiw #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000;
	text-transform: uppercase; }

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


/* Main Content */

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

#uiw #wrapper {
	background: #fff url(assets/md5images/5f22d7e4343058ef7955d7377420d184.gif) top left repeat-y; }

#uiw #dcn-home h2 {
	font: 700 21px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-top: 0; }

#uiw #dcn-home #cover-browse h3 a {
	font: 400 15px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; }

#uiw #dcn-home .box.aag h2,
#uiw #dcn-home .box.potd h2{
	width: 267px;
	font: 700 16px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999; }

#uiw #dcn-home .box.aag h2 span.pull-right { 
	display: none; }

#uiw #dcn-home .box.aag a,
#uiw #dcn-home .box.potd a {
	border-bottom: 1px solid #999;
	background: none; }

#uiw #main.text .box a:link,
#uiw #main.text .box a:visited {
	text-decoration: none; }

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

#uiw #main.text a:link,
#uiw #main.text a:visited {
	color: #990000;
	text-decoration: underline; }

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

#uiw #main.text a.recent-additions {
	border-bottom: none; }


/* Footer */

#uiw #footer,
#uiw #footer #bepress a {
	height: 75px;
	background-color: #231f20; }

#uiw #footer p,
#uiw #footer p a {
	font-size: 12px;
	color: #fff;
	text-decoration: none; }

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


/* Advanced Search */

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

/* Hide Author FAQ 7-1-16 MBL*/
#uiw ul#side-author li.faq { display: none; }

/* Hide Follow 7-1-16 MBL */
#uiw #dcn-home h2 span.site-follow, 
#uiw #sidebar p.site-follow,
#uiw p.journal-follow,
#uiw p.publication-follow,
#uiw p.author a.btn.followable { display: none; }

/* Homepage update for 8.3 configs MBL 9/12/16 */
#uiw #dcn-home #homepage-intro {width: 100%;}

