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

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

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

html { background-color: #041e42; }

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

body {
	font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/e570b9192b2ab3769246da75ac3912d0.gif) top left repeat-x; 
}

#uakron { background: url(assets/md5images/081649e7ebe14cd209717c87fdc0a8fc.gif) repeat-x left bottom; }

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

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

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

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


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

#uakron #navigation { margin-bottom: 28px; }

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

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

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

#uakron #navigation #tabs a:hover,
#uakron #navigation #tabs a:active,
#uakron #navigation #tabs a:focus {
	color: #333cbd;
	text-decoration: none; 
}

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

#uakron #navigation a#Library-home { 
	font: 400 20px 'Oswald', sans-serif;	
	text-decoration: none;	
	margin-right: 15px;
	float: right;
	line-height: 41px;
	color: #000000; }

#uakron #navigation a#Library-home:hover,
#uakron #navigation a#Library-home:active,
#uakron #navigation a#Library-home:focus {
	color: #333cbd;
	text-decoration: none; 	
}


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

#uakron #sidebar { background-color: #efeadc; }

#uakron #sidebar h2 {
	font: 400 18px 'Oswald', sans-serif;	
	color: #000000;
	background: transparent url(assets/md5images/9677023866d5037b9a6773b7e5e97ef9.gif) repeat-x left bottom;	
	padding: 0 0 5px;
	margin: 0;
	border: none; 
}

#uakron #sidebar a {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #041e42;
	text-decoration: none; 
}

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

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

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

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

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


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

#uakron #wrapper { background-image: none; }

#uakron #content { 
	min-height: 600px;
	margin-top: 16px; }

#uakron #content #dcn-home > #cover-browse { margin-bottom: 20px; }

	/* --- Breadcrumbs --- */

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

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

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

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


	/* --- Headers --- */

#uakron h2 {
	font: normal 22px 'Oswald', sans-serif;
}

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

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

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

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

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

	/* PotD / Top DL widgets */

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

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

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


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

#uakron #footer,
#uakron #bepress a {
	height: 75px;
	background-color: #041e42; }

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

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

#uakron #footer p a:hover,
#uakron #footer p a:active,
#uakron #footer p a:focus {
	text-decoration: underline; }
/* Submit link button for Hail We Akron! SL 9-24-18 */

#uakron #sidebar ul#side-author #hailweakron-submit-button a.btn, {
  display:inline-block;
  outline:none;
  padding:20px 45px;
  width:100px;
  height: 45px;
  font-size: 14px;
  text-align:center;
  text-decoration:none !important;
  vertical-align:middle;
  background-color:#041e42; /* ============ Set the button color here ========== */
  color:#fff !important; / *======= Set the button text color =============*/
  background-image: none; /* hides ir-list.gif */
  border: 1px solid #041e42;
  border-radius: 7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  box-shadow: 0px 0px 4px 4px #dedede;
  -webkit-box-shadow: 0px 0px 4px 4px #dedede;
  -moz-box-shadow: 0px 0px 4px 4px #dedede; }
#uakron #main.text #series-home .intro h3 #hailweakron-submit-button a.button {
 display:inline-block;
 outline:none;
 padding:20px 45px;
 margin-left: 225px;
 width:100px;
 height: 45px;
 font-size: 14px;
 text-align: center;
 text-decoration:none !important;
 vertical-align:middle;
 background-color:#041e42; /* ============ Set the button color here ========== */
 color:#fff !important; / *======= Set the button text color =============*/
 background-image: none; /* hides ir-list.gif */
 border: 1px solid #041e42;
 border-radius: 7px;
 -moz-border-radius:7px;
 -webkit-border-radius:7px;
 box-shadow: 0px 0px 4px 4px #dedede;
 -webkit-box-shadow: 0px 0px 4px 4px #dedede;
 -moz-box-shadow: 0px 0px 4px 4px #dedede; }
/*----------------Intro text for Hail We Akron----------*/
#uakron #main.text #series-home .intro #hailweakron-intro-text {
font-size:18px;
}
/* ---------------- Miscellaneous fixes ---------------- */
	

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


