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

/* Header */

#bellarmine #header {
	height: 168px; }

#bellarmine #header #logo {
	width: 365px;
	height: 168px;
	display: block;
	float: left; }

#bellarmine #header #pagetitle,
#bellarmine #header h1,
#bellarmine #header h1 a {
	width: 615px;
	height: 168px;
	padding: 0;
	margin: 0;
	display: block;
	float: right; }

#bellarmine #header h1 a {
	background: #000000 url(assets/md5images/1f0ce3a58d865297fa07d759766b50ae.png) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#bellarmine #navigation {
	height: 45px; }

#bellarmine #navigation #tabs ul {
	padding: 0; }

#bellarmine #navigation #tabs a {
	height: 45px;
	line-height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	padding: 0 9px;
	margin: 0;
	border: 0;
	float: right; }

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


/* Sidebar */

#bellarmine #sidebar {
	background: #d7d7d7 url(assets/md5images/ada0fb3c4de5e2e02700adfa0bb24eaa.png) top left repeat-x; }

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

#bellarmine #sidebar #sidebar-search label {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000; }

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

#bellarmine #sidebar p.advanced a {
	text-decoration: none; }

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

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


/* Main Content */

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

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

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

#bellarmine #dcn-home #cover-browse h3 { 
	background: url(assets/md5images/caadfc627dc8ed55d9a1b27f7917a12c.gif) left no-repeat; }

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

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

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

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

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

#bellarmine #content #series-home ul li {
	background: url(assets/md5images/caadfc627dc8ed55d9a1b27f7917a12c.gif) left no-repeat; }

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

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

#bellarmine #message ul.confirm ul li,
#bellarmine #message ul.warning ul li {
	background-image: url(assets/md5images/caadfc627dc8ed55d9a1b27f7917a12c.gif); }


/* Footer */

#bellarmine #footer,
#bellarmine #footer #bepress a {
	height: 75px;
	background-color: #660000; }


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

#bellarmine #footer p a:hover,
#bellarmine #footer p a:active,
#bellarmine #footer p a:focus {
	text-decoration: underline; }
	
/* download button color change, dconrad 05-17-18 */    
#bellarmine #main.text #beta_7-3 .aside.download-button a.btn,
#bellarmine #main.text #ir-book #file-list a.btn,
#bellarmine #main.text #ir-book #full-text a.btn {
    background: #660000 !important;
    border: 1px solid #660000 !important;
    color: #fff !important; }
 
#bellarmine #main.text #beta_7-3 a.btn  {
    background: #fff !important;
    border: 1px solid #660000 !important;
    color: #660000 !important; }
/* end download button color change */   

/* follow button color change, dconrad 05-17-18 */
#bellarmine .followable {
    background-color: #5b0000 !important;
    background-image: -webkit-linear-gradient(top, #660000, #843232) !important }
    