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

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


/* Header */

#otterbein #header {
	height: 127px; }

#otterbein #header #logo,
#otterbein #header #logo * {
	width: 240px;
	height: 127px;
	padding: 0;
	margin: 0; }

#otterbein #header #pagetitle,
#otterbein #header h1,
#otterbein #header h1 a {
	width: 740px;
	height: 127px;
	padding: 0;
	margin: 0;
	display: block; }

#otterbein #header #pagetitle {
	margin-left: 240px; }

#otterbein #header h1 a {
	background: #9a0000 url(assets/md5images/b44853ba1ffce8188f677bf15d78a414.png) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#otterbein #navigation {
	height: 28px; }

#otterbein #navigation #tabs,
#otterbein #navigation #tabs ul,
#otterbein #navigation #tabs ul li {
	height: 28px;
	padding: 0;
	margin: 0; }

#otterbein #navigation #tabs a {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0d0d0d;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

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


/* Sidebar */

#otterbein #sidebar p.site-follow {
	display: none; }

#otterbein #sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	padding: 4px 0;
	border-top: 0;
	border-bottom: 0;
	text-indent: 15px; }

#otterbein #sidebar a, 
#otterbein #sidebar p.advanced a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; }

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

#otterbein #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000000; }

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


/* Main Content */

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

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

#otterbein #dcn-home h2 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	margin-top: 30px; }

#otterbein #dcn-home #cover-browse h3 a {
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline; }

#otterbein #dcn-home .box.aag h2,
#otterbein #dcn-home .box.potd h2{
	width: 267px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	border-bottom: 1px solid #999; }

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

#otterbein #main.text .box a:link,
#otterbein #main.text .box a:visited {
	font-size: 12px;
	text-decoration: none; }

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

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

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


/* Footer */

#otterbein #footer {
	width: 979px;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede; }

#otterbein #footer,
#otterbein #footer #bepress a {
	height: 74px;
	background-color: #fff; }


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

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


/* Advanced Search */

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

.legacy #otterbein #footer {
	border: 0; }


#otterbein .centered-slideshow {
	margin-left: auto; 
	margin-right: auto; }
	

#otterbein p.supp-files a.btn {max-width: 100px;}

	
/*
 	Display "Yes" instead of "1" beneath 
	"Peer Reviewed" field on all structures 
	with "Peer Reviewed" set to display
*/
	
#otterbein #peer_reviewed p {display: none;}
#otterbein #peer_reviewed {padding-left: 5px; text-indent: -4px;}
#otterbein div#peer_reviewed:after {content: "Yes";}

/* Updating homepage for 8.3 configs KKR 12/09/16 */
#otterbein #dcn-home #homepage-intro {width: 100%;}

/* Adjusting rights statement images and title - RC 1/29/2021*/
#otterbein #rights_statements h4 {
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: 90%;
    margin-top: -8px;
    padding: 4px 4px 0px;
}
  
#otterbein #rights_statements img {
    padding: 4px;
    width: 100px;
    height: auto;
}
 
#otterbein #rights_statements p {
    font-size: 11px;
    padding: 4px;
}
/* Adjusting rights statement book gallery alignment- RC 1/29/2021 */
#otterbein #ir-book.left #rights_statements {
     margin-left: 178px;
     width: 480px;
     padding-top: 10px;
}