/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Jami Wardlow
Version:  August 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);

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

body {
	font: normal 14px 'Lato', Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background-color: #fff;
	background-image: url(assets/md5images/3064069a30822d73bbfee6175b64c422.gif), url(assets/md5images/130f0d3256cab192be7d9366433aae5e.gif);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
}


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

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

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

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


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

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

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

#hofstra #navigation #tabs,
#hofstra #navigation #tabs ul {
	display: flex;
	justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
	width: 100%;
}

#hofstra #navigation #tabs a {
	font: normal 18px 'Lato', Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: transparent;
	padding: 4px 0px 4px 13px;	
	margin: 0;
	border: 0;
}

#hofstra #navigation #tabs a span { 
	padding-right: 13px;
	border-right: 1px solid #fff;
}

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

#hofstra #navigation #tabs li#tabfour a span {
    border-right: none;
}

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

#hofstra #sidebar { padding-top: 5px; }

#hofstra #sidebar h2 {
	font: 900 20px 'Lato', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background: transparent;
	padding: 4px 0 0 0;
	border-top: 0;
	border-bottom: 1px solid #bfbfbf;
	text-indent: 15px;
}

#hofstra #sidebar a, 
#hofstra #sidebar p.advanced a {
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

#hofstra #sidebar a:hover,
#hofstra #sidebar a:active,
#hofstra #sidebar a:focus,
#hofstra #sidebar p.advanced a:hover,
#hofstra #sidebar p.advanced a:active,
#hofstra #sidebar p.advanced a:focus {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

#hofstra #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000;
}

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

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

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


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

#hofstra #content { 
	padding-top: 16px;
	min-height: 600px;
}

	/* --- Breadcrumbs --- */

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

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

#hofstra #dcn-home > #homepage-intro { margin: 15px 0; }

 /* adds space under full-width main-content image */
#hofstra #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */

#hofstra #dcn-home > h2 {
	font: 900 21px 'Lato', Arial, Verdana, Helvetica, sans-serif;
}

/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #0e3b64; }

#hofstra #dcn-home #cover-browse h3 a {
	font: normal 14px 'Lato', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#hofstra #dcn-home .box.aag h2,
#hofstra #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 900 23px 'Lato', Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
}

#hofstra #main.text .box a:link,
#hofstra #main.text .box a:visited {
	font: 700 14px 'Lato', Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #999;
	background: none;
}

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

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 12px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }


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

#hofstra #footer,
#hofstra #bepress a {
	height: 82px;
	background-color: #13579a; }

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

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

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

	/* --- Advanced Search --- */

.legacy #hofstra #wrapper {	background-image: none; }


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

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0; }

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */
	
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}

.mbl #hofstra #dcn-home .box.aag h2,
.mbl #hofstra #dcn-home .box.potd h2 {
	width: 100%;
}

/* Image in intro text of lectures_shapiro  */

#hofstra #main.text span#shapiro {
	float:left;
	width:155px;
	height:220px;
	margin-right: 20px; 
	margin-top: 5px;
}

	/* Four-box layout */

#hofstra #main.text .box-top.left {
	float: left;
	height: auto;
	width: 260px;
	margin: 0 32px 15px 0;
	padding: 0 10px 0 0; }

#hofstra #main.text .box-top.right {
	float: left;
	height: auto;
	width: 300px;
	margin: 0 0 15px 0;
	padding: 0; }