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

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

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

html { background-color: #2e271e; }	

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

#bgsu { background: url(assets/md5images/49283c096d76f971e3115987da28989a.gif) repeat-x left bottom; }


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

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

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

#bgsu #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; 
}


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

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

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

#bgsu #navigation #tabs a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;	
	text-transform: uppercase;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 30px;
	line-height: 30px;
	color: #ffffff; 
	transition: 0.2s ease-in-out;	
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

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

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


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

#bgsu #sidebar { 
	padding-top: 16px; 
	margin-top: 32px;
	background-color: #f2f2f2;
}

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

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

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

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

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

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


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

#bgsu #content { min-height: 650px; }

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

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

	/* --- Breadcrumbs --- */

#bgsu #main.text #breadcrumb, 
#bgsu #main.text .crumbs p { margin-bottom: 15; }

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

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

	/* --- Headers --- */

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

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

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

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

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

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

	/* PotD / Top DL widgets */

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

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

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


/* site-level columns */

#bgsu #dcn-home > #cover-browse {
	width: 100%;
	display: inline-block;
}

#bgsu .col-1 { 
	display: inline-block;
	vertical-align: text-top; /* aligns cols in cover_text h3 */
	width: 45%;
	padding: 0 2%;
	margin: 0;
	float: none; }
	
#bgsu .col-2 { 
	float: none;
	width: 100%;
	padding: 0 1%; }
	

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

#bgsu #footer {
	height: 85px;
	background-color: #2e271e; }

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

#bgsu #bepress a { height: 85px; } /* adjust height of logo */

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

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

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


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

.mbl .col-1 { width: 100%; }


