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

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

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

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

html { background-color: #002e5d; }

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

#byulaw { background: url(assets/md5images/27e2f0180d0f92a55f1d47e8b358350a.gif) left bottom repeat-x; }

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

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

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

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


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

#byulaw #navigation { border-bottom: 1px solid #cfcdca; }

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

#byulaw #navigation #tabs,
#byulaw #navigation #tabs ul { width: 980px; }

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

#byulaw #navigation #tabs a {
	font: 400 15px 'Lato', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 43px;
	line-height: 43px;
	color: #4f453c; 
	transition: 0.3s ease-in-out;	
	background-color: transparent;
	padding: 0 14px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

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


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

#byulaw #sidebar { 
	padding-top: 32px; 
}

#byulaw #sidebar h2 {
	font: 700 15px 'Lato', sans-serif;	
	color: #63574b;
	background: transparent;	
	padding: 0;
	margin: 0;
	border: none; 
}

#byulaw #sidebar a {
	font: normal 13px 'Lato', sans-serif;
	color: #275c8a;
	text-decoration: none; 
}

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

#byulaw #sidebar #sidebar-search label {
	font-size: normal 13px 'Lato', sans-serif;
	color: #63574b; 
}

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

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

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


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

#byulaw #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/6311f20fe6a5a126e63d5e0d815d1492.gif) no-repeat left top,
	url(assets/md5images/6311f20fe6a5a126e63d5e0d815d1492.gif) no-repeat left bottom,
	url(assets/md5images/2231a1145634f3d73f6d3e862857733c.gif) repeat-y left top; 
}

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

#byulaw #main.text { padding-top: 29px; }

#byulaw #homepage-intro { margin: 15px 0 20px; }

	/* --- Breadcrumbs --- */

#byulaw #main.text div.crumbs a:link,
#byulaw #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #275c8a; 
}	

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

	/* --- Headers --- */

#byulaw h2 {
	font: normal 24px "Times New Roman", Times, Palatino, Georgia, serif;
}

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

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

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

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

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

	/* PotD / Top DL widgets */

#byulaw #dcn-home .box.aag h2,
#byulaw #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 18px "Times New Roman", Times, Palatino, Georgia, serif;
	border-bottom: 1px solid #95887b; 
}

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

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


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

#byulaw #footer,
#byulaw #bepress a {
	height: 75px;
	background-color: #002e5d; }

#byulaw #footer p,
#byulaw #footer p a {
	font: 400 12px/2 'Lato', sans-serif;
	color: #ffffff; 
	text-decoration: none; 
}

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

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

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

/* Fix for hoverstates overlapping sidebar graphical divider - BRG 8/10/2017 */
#byulaw #sidebar ul li a:hover {
	margin-right: 3px;
}

/* Same fix as above for Journals "Recent" And "Most popular" sidebarlinks */

#byulaw ul#navlist li a {
	margin: -2px;
}



/* Book Gallery Slideshow */

#byulaw #book-gallery .newCarousel {
    border: 1px solid #ddd;
    margin-bottom: 10px; }

#byulaw #book-gallery .newCarousel .news-slider .text-content {
    width: 225px;
    height: 250px; }

#byulaw #book-gallery .newCarousel .news-slider .text-content h2 {
    font-size: 16px; }

#byulaw #book-gallery .newCarousel .news-slider .text-content p { 
    line-height: 1.5em; }

/* #byulaw #book-gallery .newCarousel .news-slider .image-content {
    height: 100%;
    max-height: 250px; }
    
#byulaw #book-gallery .newCarousel .news-slider .image-content a {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    float: right;
    text-align: center !important;
    vertical-align: middle !important; }
    
#byulaw #book-gallery .newCarousel .news-slider .image-content img {
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 330px;
    vertical-align: middle !important; } */
    
/* utah_briefs_collection lower sidebar button JR 11-15-2018 */
#byulaw #sidebar #email_button a.button {
    display: inline-block;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 10px;
    width: 185px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    background-color: #002E5D;
    color: #fff !important;
    background-image: none;
    border: 1px solid #002E5D;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0px 0px 4px 4px #dedede;
    -webkit-box-shadow: 0px 0px 4px 4px #dedede;
    -moz-box-shadow: 0px 0px 4px 4px #dedede;
}

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

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


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






/* Adjusting ul line spacing on homepage Featured Content list CM 2019-08-29 */
#byulaw #container #wrapper #content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}