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

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

@import url('https://fonts.googleapis.com/css?family=Arvo|Montserrat');

	/* --- Meta styles and background --- */

body {
	font: normal 12px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #d8d8d8; 
}


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

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

#seattleu #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 --- */

#seattleu #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 14.358974358974358%; /* 28 / 195 */
	left: 2.5510204081632654%;  /* change to "right:" for right aligned logo / 25 / 980 */
	width: 23.061224489795917% !important;  /* 226 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */ 
}


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

#seattleu #navigation { background: url(assets/md5images/a001e27500bc15b65e5a42b211d2f7f0.png) no-repeat left center; }

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

#seattleu #navigation #tabs { float: right; }

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

#seattleu #navigation #tabs a {
	font: normal 12px 'Montserrat', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 42px;
	line-height: 42px;
	color: #ffffff; 
	transition: 0.3s ease-in-out;	
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: right; 
}

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


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

#seattleu #sidebar { 
	padding-top: 16px; 
}

#seattleu #sidebar h2 {
	font: bold 15px 'Arvo', serif;	
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#seattleu #sidebar a {
	font: normal 13px 'Montserrat', sans-serif;
	color: #940000;
	text-decoration: none; 
}

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

#seattleu #sidebar #sidebar-search label {
	font-size: normal 13px 'Montserrat', sans-serif;
	color: #000000; 
}

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

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

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


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

	/* --- Breadcrumbs --- */

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

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

#seattleu > #homepage-intro { margin: 15px 0; }

#seattleu > #cover-browse { margin-bottom: 20px; }


	/* --- Headers --- */

#seattleu h2 {
	font: normal 21px 'Arvo', serif;
}

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

#seattleu #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 'Montserrat', sans-serif;
	text-decoration: none; 
}

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

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

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

	/* PotD / Top DL widgets */

#seattleu #dcn-home .box.aag h2,
#seattleu #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px 'Arvo', serif;
	border-bottom: 1px solid #999999; 
}

#seattleu #main.text .box a:link,
#seattleu #main.text .box a:visited {
	font: bold 13px 'Montserrat', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #999999;
	background: none; 
}

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


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

#seattleu #footer,
#seattleu #bepress a {
	height: 72px;
	background-color: #333333; }

#seattleu #footer p,
#seattleu #footer p a {
	font: normal 12px/1.5 'Montserrat', sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

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

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

.mbl #navigation { display: none; }
#seattleu #tjrc_info p:last-of-type { margin-left: 60px; }

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

/*SOcial media display for sulr-supra*/

ul#social-sulr-supra li {
    display: inline-block;
}
 
ul#social-sulr-supra li a {
    margin: 0 5px; /* removes 15px margin on all links in #sidebar. Adjust second number to adjust spacing between icons */
}
 
ul#social-sulr-supra li:first-child a {
    margin-left: 15px; /* horizontally aligns first icon with other sidebar content */
}
 
ul#social-sulr-supra li a:focus img {
    outline: 1px dotted #aa0000 /* provides indication of focus for keyboard-only users. Adjust color to be more visible if needed.*/
}

