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

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

	/* --- Google font --- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

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

html { background-color: #212323; }

body {
	/* style | variant | weight | stretch | size/line-height | family */
	font: 400 12px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/2cd89bd8c241b48ede6525949c66cfbe.gif) top left repeat-x; 
}

#bulaw { background: url(assets/md5images/4bcb4e862e7025f5ad3deae2bd78dcc0.gif) repeat-x bottom left; }

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

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

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

#bulaw #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0; 
	left: 0;  /* change to "right:" for right aligned logo */
	width: 30.510204081633% !important;  /* 299 / 980 */
	height: auto; 
}


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

#bulaw #navigation {
	background: #ffffff url(assets/md5images/1b912658c46d3550fa2e64f57240484b.gif) no-repeat top left;
	padding-bottom: 32px;
}

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

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

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

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

#bulaw #navigation #tabs li:last-child a {
    border-right: none; 
}

#bulaw #navigation #tabone a { padding-left: 20px; }

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

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

#bulaw #sidebar h2 {
	font: 700 15px 'Montserrat', sans-serif;	
	color: #000000;
	background: transparent;	
	padding: 0 0 4px;
	margin: 0 15px 0 30px;
	text-indent: 0;
	border: none; 
	border-bottom: 1px solid #dbdbda;
}

#bulaw #sidebar p { margin-left: 0; }

#bulaw #sidebar a {
	font: 400 13px 'Montserrat', sans-serif;
	color: #005c9a;
	text-decoration: none; 
	margin-left: 30px;
}

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

#bulaw #sidebar #sidebar-search label {
	font-size: 400 13px 'Montserrat', sans-serif;
	color: #000000; 
}

#bulaw #sidebar #sidebar-search {
	padding-left: 30px; 
}

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


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

#bulaw #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/1e505badb18f27d08fa6332cb8b8745c.gif) bottom left no-repeat,
	url(assets/md5images/71f2eba465a685353764b1ce60232bd9.gif) top left no-repeat,
	url(assets/md5images/b19e11b93099cdef36cc0249ac71bdf9.gif) top left repeat-y; 
}

#bulaw #content { min-height: 600px; }

	/* --- Clark Speakers styling --- */
#bulaw #content #book-gallery .thumb_view .content_block #booklist_photocredit p {font-size:10px;}
#bulaw #ir-book #beta_7-3 .aside #book_photocredit p {font-size:10px; margin-top:-4px;}
#bulaw #ir-book #beta_7-3 .aside #book_photocredit h4 {margin-top:1px;}

	/* --- Breadcrumbs --- */

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

#bulaw #main.text div.crumbs a:link,
#bulaw #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #005c9a; 
}	

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

	/* --- Headers --- */

#bulaw h2 {
	font: 700 21px 'Montserrat', sans-serif;
	margin-top: .5em;
}

h3 { margin: 5px 0 }

#bulaw #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 'Montserrat', sans-serif;
	text-decoration: none; 
}

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

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

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

	/* PotD / Top DL widgets */

#bulaw #dcn-home .box.aag h2,
#bulaw #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 700 16px 'Montserrat', sans-serif;
	border-bottom: 1px solid #dbdbda; 
}

#bulaw #main.text .box a:link,
#bulaw #main.text .box a:visited {
	font: 700 13px 'Montserrat', sans-serif;
	text-decoration: none;	
	border-bottom: 1px solid #dbdbda;
	background: none; 
}

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


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

#bulaw #footer {
	height: 75px;
	background-color: #212323; }

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

#bulaw #footer p {
	padding-top: 25px; 
}

#bulaw #footer p,
#bulaw #footer p a {
	font: 400 12px/1.8 'Montserrat', sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

/* Additional footer logo */

#bulaw #footer { position: relative; }

a#footerlink { margin: 0; }

#footerlogo { 
	position: absolute;
	top: 0;
	right: 0;
 } 

.mbl #footerlink { display: none; } /* logos aren't hidden by mbl footer */	

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

.smallcaps { font-variant: small-caps; }

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

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


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