/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  December 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: #ffffff url(assets/md5images/70f193027c496440b14946bb838fe5b9.gif) top left repeat-x; }

#uconn { background: url(assets/md5images/bd78579544021560a7813fc7232d2427.gif) bottom left repeat-x; }

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

#uconn #header {
	position: relative;  /* needed for logo positioning */
  	height: auto !important; /* !important overrides mbl styling */
  	margin-bottom: 20px;
}

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

	/* --- Logo --- */

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#uconn #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/13ae22eaa530f7d5de4ca825358c6577.gif) top left repeat-y; 
}

	/* --- Breadcrumbs --- */

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

#uconn #main.text div.crumbs a:link,
#uconn #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #2c5a85; 
}	

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

	/* --- Headers --- */

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

#uconn #dcn-home #cover-browse h3 a {
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#uconn #dcn-home .box.aag { min-height: 220px; }

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

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

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


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

#uconn #footer {
	height: 75px;
	margin-top: 48px;
	background-color: #0f1938; }

#uconn #bepress a { height: 75px; } /* adjust height of logo */

#uconn #footer p {
	padding-top: 16px; 
}

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

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

/* ---------------- Miscellaneous fixes ---------------- */
	
	/* --- Advanced Search --- */	

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

