/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  November 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* ---------------- Meta Elements ---------------- */

	/* --- Meta styles and background --- */
/*Set this color to the same color as the footer, it will appear beneath the footer*/
html { background-color: #170b10; }

body {
	font: normal 12px/1.5 Georgia, "Times New Roman", Times, serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/ffb4de45a101b70dca5886cbd725ea8f.gif) repeat-x top left;
}

/*bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it*/
#american {
	background: url(assets/md5images/abefbe208a5f46b1e4041f8d2e3a8116.gif) repeat-x left bottom;
}

/* ---------------- Header ---------------- */

#american #header {
	position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}

#american #banner_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

	/* --- Logo --- */

#american #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;  /* change to "right:" for right aligned logo */
	width: 31.632653061224% !important;  /* 310 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


/* ---------------- Navigation ---------------- */

#american #navigation,
#american #navigation #tabs {
	height: 47px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

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

#american #navigation #tabs { float: left; }

#american #navigation #tabs a {
	font: 13px Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 13px;
	line-height: 13px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 17px 0;
	border: 0;
	border-right: 1px solid #205a5d;
	float: left;
}

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

#american #navigation #tabs li:last-child a {
    border-right: none;
}

#american #navigation #tabfour a { padding-left: 32px; }

/* ---------------- Sidebar ---------------- */

#american #sidebar h2 {
	font: 15px Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	text-transform: uppercase;
	color: #000000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#american #sidebar a {
	font: normal 13px Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #065756;
	text-decoration: none;
}

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

#american #sidebar #sidebar-search label {
	font: normal 13px Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #000;
}

#american #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#american #sidebar #sidebar-search span.border { background: transparent; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */


/* ---------------- Main Content ---------------- */

#american #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/7ec18658f9076fe8a4dde035fdd06938.gif) top left repeat-y; 
}

#american #content {
	min-height: 600px;
	padding-top: 16px; }

	/* --- Breadcrumbs --- */

#american #main.text div.crumbs a:link,
#american #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #066160;
}

#american #main.text div.crumbs a:hover,
#american #main.text div.crumbs a:active,
#american #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000000;
}

#american #dcn-home > #homepage-intro { margin: 15px 0; }


	/* --- Headers --- */

#american #dcn-home > h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 0;
	text-decoration: underline; }

/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #066160; }

#american #dcn-home #cover-browse h3 a {
	font: normal 15px/1.6 Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#american #dcn-home #cover-browse h3 a:hover,
#american #dcn-home #cover-browse h3 a:focus,
#american #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
	/* --- Links --- */

#american #main.text a:link,
#american #main.text a:visited {
	color: #066160; /* declared for #network-icon text */
}

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

	/* PotD / Top DL widgets */

#american #dcn-home .box.aag h2,
#american #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #999999;
}

#american #main.text .box a:link,
#american #main.text .box a:visited {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	background: none;
}

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

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 12px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }


/* ---------------- Footer ---------------- */

#american #footer,
#american #bepress a {
	height: 79px;
	background-color: #170b10; }

#american #footer p,
#american #footer p a {
	font: normal 12px/2 Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
}

 /*#footer p:first-of-type { padding-top: ##px } */

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

/* ---------------- Miscellaneous fixes ---------------- */


/* ---------------- Mobile ---------------- */

/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }

/* BEGIN Styling combo cover heading links - bd 2017-13-11 */

/* Getting the thumbnail to be appropriately spaced when in list view */
#american #main.text #gallery_items.display .content_block .thumbnailview .combocoverheading span.combocover {float:left;
    display: block;
    float: left;
    height: 160px;
    margin-right: 14px;
    text-align: center;
    width: 160px; }
#american #main.text #gallery_items.thumb_view .content_block .detailview .combocoverheading span.combocover {float:left;
    display: block;
    float: left;
    height: 160px;
    margin-right: 14px;
    text-align: center;
    width: 160px; }
/* Making sure the custom_viewlist_text.inc content works appropriately */
#american #main.text #gallery_items .content_block div.customviewlisttext     {
    float: right;
    width: 486px;
    text-align: left; }
#american #main.text #gallery_items .content_block div.customviewlisttext p {
    padding: 5px 0px; }
/* Making sure the links look like links when a structure is set to display in list view by default */
#american #main.text #gallery_items .content_block a:hover > h2 > span.combocovertitle, a:active > h2 > span.combocovertitle, a:focus > h2 > span.combocovertitle {
    color: #190707;
    border-bottom: 1px solid #ddd; }
/* Getting the heading text to display in list view when structure is set to grid view by default */
#american #main.text #gallery_items .content_block h2.combocoverhead {padding:5px; display:inherit;}
/* Positioning heading text off screen, but available to assistive technologies when in grid view */
#american #main.text #gallery_items.display .detailview span.combocovertitle {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
#american #main.text #gallery_items.display .detailview h2 {text-align:center;}
#american #main.text #gallery_items.thumb_view .thumbnailview span.combocovertitle {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
#american #main.text #gallery_items.thumb_view .thumbnailview h2 {text-align:center;}
/* END styling combo cover heading links */

/* Making h3s on homepages look like h4s - jgill 2017-11-27 */
#main.text #activity-wrapper #activity-list table caption {
	color: #490a34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
    	margin-bottom: 10px;
    	text-align: left; }

/* Making the table caption visible for the FAQ HTML table - CUSTOM-1817 */
#wcl #help table.example caption {display:table-caption;color:#595959; text-align:left;}

   /* Making h3s on homepages look like h4s - jgill 2017-11-29 */
#main.text #activity-wrapper #activity-list table caption {
	color: #490a34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
    	margin-bottom: 10px;
    	text-align: left; }

 /* Making h3s on homepages look like h4s - jgill 2017-11-29 */
#wcl #series-home h3 {
font-weight: normal;
    line-height: 90%;
    font-size: 17px;
    color: #222;
    margin: 0;
    padding: 10px 0; }

 /* homepage banner sb 12/5/17 */

 #american #home-page-banner {
 	margin: -16px 0 0 -33px;
 	}
 	
/* Correcting Overlap on sw_gallery.html mf 04/07/2021 */
.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) */
 
}

/* Adding Styling for Bluebook Citation Style mf 06/09/2021 */
#american .smallcaps {
	font-variant: small-caps;
		}
		
/* Resizing Sidebar Logos for /pijip-righttoresearch Collection mf 7/15/2021 */
#american #sidebar #pijip_arcadia_logos #pijip_logo {
	width: 225px;
	height: auto;	
}

#american #sidebar #pijip_arcadia_logos #arcadia_logo {
	width: 225px;
	height: auto;	
}