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

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

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

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #e9e9e9 url(assets/md5images/e186acfcb2cea68f611cd500719ffdd1.gif) top left repeat-x; }


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

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

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

#nmu #banner_image2 {
	position: absolute;
	left: 240px;
	top: 0;
	display: block; /* removes descender of inline element */
	width: 740px; /* not necessary if image is sized correctly */
	height: auto;  /* avoids warping improperly sized header image */
}

	/* --- Logo --- */

#nmu  a#logo_link {
	position: absolute !important; /* !important overrides mbl styling */
	left: 0;  /* change to "left:" for left aligned logo */
	top: 0;  /* two link adjustment, add value for logo under header banner */
  	background: transparent !important; 
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: 100%; 
	max-height: 100%; /* when screen resizes, logo stays in header */
} 

#nmu #logo_image {
	width: 100%;
	height: auto; 
}


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

#nmu #navigation {
	position: relative;
	background-color: #095339; }

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

#nmu #navigation #tabs { 
	width: 240px;
	overflow: hidden; }

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

#nmu #navigation #tabs a {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;	
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 39px;
	line-height: 39px;
	color: #000000; 
	background-color: #ffc425;
	padding: 0 9px 0 10px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

#nmu #navigation #tabs #tabone a {
	padding: 0 9px 0 7px;
}

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


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

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

#nmu #sidebar h2 {
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;	
	color: #000000;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#nmu #sidebar a {
	color: #000000;
	font-size: 12px;
	text-decoration: none; 
}

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

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

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

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


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

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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

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

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

/* !--Celebration of Student Scholarship styling-- */
#nmu #main.text #series-home p.article-listing span.project_type {display:block; color:#575757; font-style:italic; font-size:11px;}


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

#nmu #footer {
	height: 74px;
	background-color: #095339; }

#nmu #bepress a { height: 74px; } /* adjust height of logo */


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

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

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

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


/* Post 8.2 Slideshows - KMK 1/7/16 */

.box-left,
.box-right {
        background:#fff;
        padding:0 0 0 0;
        padding-left:0;
        margin:0 0 0px;
        float:left;
        height:300px;
                overflow:hidden; }
 
.box-left {
    width:200px;
    margin-right:60px; }
 
.box-right {
    width:350px;
        margin-right:0px; }	
	
/* Columns for submit research page - KKunaniec 4/20/18 */

#nmu .submitpage {
    display: initial;
    list-style: none;
}
#nmu .submitpage { 
    display: inline-block; 
    vertical-align: top; 
    list-style: none;
}

#nmu .submitpage li {
	background-image: none; !important }

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


.mbl #nmu #banner_image2 {
	position: relative;
	left: 24.4897959183% !important;  /* 240 / 980 */
	top: 0;
	display: block; /* removes descender of inline element */
	width: 75.510204% !important; /* 740 / 980 */
	max-width: 740px !important;
	height: auto;  /* avoids warping improperly sized header image */
}

.mbl #nmu #navigation { width: auto% !important; }

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

/* 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; }

/* Hiding input for intructions field on Celebration of Student Scholarship - ADoran 3/3/22 */
#coss_instructions-c #coss_instructions-h,
#coss_instructions-c .field {display:none;}
	          