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

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


/* Navigation */

#hamilton #navigation {
	width: 980px;
	height: 38px;
	background: #003085 url(assets/md5images/4dfd742f795eb635a34340c693b38004.png) top left no-repeat; }

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

#hamilton #navigation #tabs a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 0;
	border: 0;
	float: right;
	height: 38px;
	line-height: 38px; }

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


/* Header */

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

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


/* Sidebar */

#hamilton #sidebar h2 {
	width: 210px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-indent: 0;
	color: #000000;
	background-color: transparent;
	padding: 4px 0;
	border-top: 0;
	border-bottom: 1px dotted #afb2b7;
	margin-left: 15px; }

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

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

#hamilton #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000; }
	
#hamilton #sidebar-search label {
    display: none; }

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


/* Main Content */

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

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

#hamilton #dcn-home h2 {
	font: normal 21px Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-top: 20px; }

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

/* for 2 columns of links in the Main Content are of the homepage */
#hamilton .col-1 { 
    display: inline-block;
    vertical-align: top;
    width: 45% !important;
    padding: 0;
    margin: 0 0 2em 0;
    float: none; }

#hamilton #homepage-intro { 
	font:	normal 15px Arial, Verdana, Helvetica, sans-serif;
 	padding-left: 31px; }		

#hamilton #dcn-home p {
	margin-bottom: 30px; }

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

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

#hamilton #dcn-home .box.aag a,
#hamilton #dcn-home .box.potd a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	background: none; }

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

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

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

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

#hamilton #main.text a.recent-additions {
	border-bottom: none; }
	
#hamilton #main.text #alpha #issn.element { float:left; }
#hamilton #main.text #alpha #issn.element p {
    margin-left:0px;
    margin-top:5px;
    letter-spacing:normal;
    text-align:left; }


/* Footer */

#hamilton #footer,
#hamilton #footer #bepress a {
	height: 75px;
	background-color: #f4f4f4; }


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

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


/* Advanced Search */

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

  #hamilton #dcn-home #cover-browse .col-1 p { margin: 10px 0 30px 0; }



/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
	display: block; /* removes descender space below inline element */

	margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */
 
}

.verticalalign { height: 0; }

/* hiding download info - pr 11/17 */

#hamilton #stats { display: none; }


/* Mobile */

.mbl #hamilton #navigation {
	display: none; }

.mbl #hamilton #main.text #home-page-banner {
	display: none; }

  .mbl #hamilton .col-1 { width: 100% !important; }	
  
/* CUSTOM-1897: Adjusting Nav Tab Tab Through Order */
#hamilton #navigation #tabs {width: 240px;
	}
	
#hamilton #navigation #tabs li {float:left;}
	          
