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

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

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

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

body {
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #024fab url(assets/md5images/91a57cdb45d599e3828dd272294ea11c.jpg) fixed center center !important; /* !important overrides mbl styling */
	background-size: cover !important;
}


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

#afit #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
  	background-color: transparent !important; /* !important overrides mbl styling */
}

#afit #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 */
}


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

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

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

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

#afit #navigation #tabs a:hover,
#afit #navigation #tabs a:active,
#afit #navigation #tabs a:focus {
	color: #000000;
	background-color: #deddda;
	text-decoration: underline; 
}

#afit #navigation #tabs #tabone a { padding-left: 20px; } /* switch for right-aligned nav tabs */


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

#afit #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;	
	color: #000000;
	background: transparent;	
	padding: 0 0 4px;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #cacaca;
}

#afit #sidebar a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #0d3f62;
	text-decoration: none; 
}

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

#afit #sidebar #sidebar-search label {
	font-size: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000000; 
}

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

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

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


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

#content .text { padding-top: 32px; }

	/* --- Breadcrumbs --- */

#afit #main.text div.crumbs a:link,
#afit #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b; 
}	

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

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

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


	/* --- Headers --- */

#afit h2 {
	font: normal 21px Arial, Verdana, Helvetica, sans-serif;
}

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

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

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

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

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

	/* PotD / Top DL widgets */

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

#afit #main.text .box a:link,
#afit #main.text .box a:visited {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #999999;
	background: none; 
}

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


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

#afit #footer,
#afit #bepress a {
	height: 75px;
	background-color: #424242; }

#afit #footer p,
#afit #footer p a {
	font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

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

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


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

.mbl #afit #container { background-color: transparent !important; } /* !important overrides mbl styling */ 
