/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  Dec 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 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;  /* should be medium except when fitting into a fixed container */
}


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

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

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

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

#pacific #navigation { background: url(assets/md5images/c517b3eb541c85e376494e916c6e6201.png) no-repeat top left; }

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

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

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

#pacific #navigation #tabs a:first-child { padding-left: 8px; }

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


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

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

#pacific #sidebar h2 {
	font: bold 15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;	
	color: #213f69;
	text-transform: uppercase;
	background: #dedede;	
	padding: 7px 0;
	margin: 0;
	border: none; 
}

#pacific #sidebar a {
	color: #383838;
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-decoration: none; 
}

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

#pacific #sidebar #sidebar-search label {
	font-size: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #000000; 
}

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

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


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

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

#pacific h2 {
	font: normal 21px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

#pacific #dcn-home #cover-browse h3 {
	display: block;
	width: auto;
	float: none; 
	margin: 0 0 4px;
	padding: 0 0 0 10px;
}

#pacific #dcn-home h3 a {
	font: normal 15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-decoration: underline; 
}

	/* --- Links --- */

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

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

#pacific #main.text #ir-communities p a { font-size: 13px; }

	/* PotD / Top DL widgets */

#pacific #dcn-home .box.aag h2,
#pacific #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	border-bottom: 1px solid #d3d3d3; 
}

#pacific #main.text .box a:link,
#pacific #main.text .box a:visited {
	font: bold 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #d3d3d3;
	background: none; 
}

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


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

#pacific #footer {
	height: 57px;
	background: #dedede url(assets/md5images/0e7dfd63b170ccea33b0f015d89d1f57.gif) no-repeat top right; }

#pacific #bepress a { height: 57px; } /* adjust height of logo */

#pacific #footer p,
#pacific #footer p a {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

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

.legacy #pacific #wrapper {
	background-image: none; }
	
#pacific div.box.sunburst {
	float: right;
	clear: none;	
}

#pacific #main.text #cover-browse { width: 50%; }

#pacific #main.text #homepage-intro { width: 50%; }	