/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  Oct 2016 - guess :)
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

	/* --- Google font --- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,600');

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: 300 12px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f6f6f6 url(assets/md5images/f376569cfae8cae8895a8bda2c0210a1.gif) top left repeat-x; 
}

#uow {
	background: url(assets/md5images/22ae9988edee9e581b7c4e956ced2d12.gif) bottom left repeat-x; 

}


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

#uow #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
}
/* .mbl #uow #header { height: auto !important; } */

#uow #banner_image, #uow #logo_image {
	display: block; /* removes descender of inline element */
	width: 980px; /* not necessary if image is sized correctly */
	height: auto;  /* avoids warping improperly sized header image */
}


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

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

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

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

#uow #navigation #tabs a {
	font: 400 15px 'Montserrat', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 45px;
	line-height: 45px;
	color: #ffffff; 
	background-color: #0c2340;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: right; 
}

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

#uow li#tabthree { display: none; }

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

#uow #sidebar { 
	width: 225px;
	padding-top: 16px; 
	background: #ffffff;
	margin-right: 25px;
}

#uow #sidebar h2 {
	font: 600 15px 'Montserrat', sans-serif;	
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#uow #sidebar a {
	color: #0c2340;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none; 
}

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

#uow #sidebar #sidebar-search label {
	font-size: 12px;
	color: #000000; 
}

#uow #sidebar #sidebar-search {
	padding-left: 15px; 
}

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


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

#uow #wrapper { margin-top: 14px; }

	/* --- Breadcrumbs --- */

#uow #main.text #breadcrumb, 
#uow #main.text .crumbs p { margin-bottom: 0; }

#uow #main.text div.crumbs a:link,
#uow #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #0c2340; 
}	

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

	/* --- Headers --- */

#uow h2 {
	font: 600 24px 'Montserrat', sans-serif;
}

#uow #dcn-home #cover-browse h3 a {
	font: 300 15px 'Open Sans', sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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

#uow #main.text .box a:link,
#uow #main.text .box a:visited {
	font: 600 13px 'Open Sans', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; 
}

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


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

#uow #footer {
	margin-top: 21px;
	height: 101px;
	background-color: #0c2340; }

#uow #bepress a { height: 101px; } /* adjust height of logo */


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

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

/* ---------------- Miscelaneous fixes ---------------- */
	
	
/* ---------------- Mobile ---------------- */

.mbl #uow #navigation #tabs a { display: none; }	/* removes navs (otherwise they're invisible, but clickable) */

/* Sidebar author corner  -RKarberg 11/04/2016 */
#uow #sidebar ul#side-author {
	padding-top: 10px;
	margin-bottom: -10px;
}
	
#uow #sidebar ul#custom-author {
	margin-top: -20px;
}

/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
	display: block; /* removes descender space below inline element */
 /* left aligned */
	margin: -16px 0 -16px -42px; /* #content .text padding: 16px 0; and #content .text (margin 32px) + #sidebar (margin 10px) */
 
}

.verticalalign { height: 0; }
#content div.clear { height: 0; }

/* fixed overlap of text in custom_viewlist_text.inc by thumbnails in book galleries -RKarberg 09/07/2017 */
#uow #content   ul.thumb_view li {
	padding-top: 10px;
	text-align: center }
	
/* resize Altmetric donut badge -RKarberg 11/20/2017 */
#uow .altmetric-embed a img {
	height: 45px;
	width: 45px;}
	
/* --- setting Article Info custom fields width 9.23.29 MV ---*/
#uow #custom-fields #disclaimer_statement{
	max-width:475px;
}