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

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

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

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

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

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


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

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

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

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


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

#yeshivalaw #navigation,
#yeshivalaw #navigation #tabs {
	height: 61px; 
	overflow: hidden; /* have seen issues with tabs extending below nav container */
	margin-bottom: 25px;
}

#yeshivalaw #navigation #tabs {
	float: left;
}

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

#yeshivalaw #navigation #tabs a {
	font: 400 16px 'Archivo Narrow', sans-serif;	
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 61px;
	line-height: 61px;
	color: #ffffff; 
	transition: 0.2s ease-in-out;	
	background-color: transparent;
	padding: 0 16px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left; 
}

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

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

#yeshivalaw #sidebar { 
	padding-top: 16px; 
	text-align: left;
}

#yeshivalaw #sidebar h2 {
	font: 700 15px 'Archivo Narrow', sans-serif;	
	text-transform: uppercase;
	color: #000000;
	background: transparent;	
	padding: 10px 0;
	margin: 0;
	border: none; 
}

#yeshivalaw #sidebar a {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #104e7b;
	text-decoration: none; 
}

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

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

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

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

#yeshivalaw #sidebar .social-icon { padding-left: 15px; }

#yeshivalaw #sidebar #side-author { display: none; }

#yeshivalaw #sidebar #sb-custom-p p {
	margin: 0 0 0 15px;
	color: #000000;
}

#yeshivalaw #sidebar #sb-custom-p { margin-bottom: 20px; }


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

	/* --- Breadcrumbs --- */

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

#yeshivalaw #main.text div.crumbs a:link,
#yeshivalaw #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #0d3f62; 
}	

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

	/* --- Headers --- */

#yeshivalaw h2 {
	font: 700 21px 'Archivo Narrow', sans-serif;
	padding-bottom: 20px;
}

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

#yeshivalaw #dcn-home #cover-browse h3 a {
	font: 400 17px/1.6 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none; 
}

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

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

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

	/* PotD / Top DL widgets */

#yeshivalaw #dcn-home .box.aag h2,
#yeshivalaw #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 700 16px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #999999; 
}

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

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


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

#yeshivalaw #footer {
	height: 75px;
	margin-top: 15px;
	background: #f5f7f7 url(assets/md5images/0f80dd1f77e3d1aebcdcbbda553e6d66.gif) no-repeat left top; }

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

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

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

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

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

/* Homepage Slideshow */

#yeshivalaw #dcn-home .newCarousel {
	margin-bottom: 10px; }

#yeshivalaw #dcn-home .newCarousel .news-slider .text-content {
	width: 225px;
	height: 250px;
	background-color: rgb(198, 199, 194); }

#yeshivalaw #dcn-home .newCarousel .news-slider .text-content h2 {
	font-size: 16px; }

#yeshivalaw #dcn-home .newCarousel .news-slider .text-content p { 
	line-height: 1.5em; }

#yeshivalaw #dcn-home .newCarousel .news-slider .image-content {
	height: 100%;
	max-height: 250px; }
	
#yeshivalaw #dcn-home .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; }
	
#yeshivalaw #dcn-home .newCarousel .news-slider .image-content img {
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 250px;
    vertical-align: middle !important; }
	

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

/* Bluebook Small Caps - jclark 12/5/17 */
#yeshivalaw .smallcaps
{
font-variant: small-caps;
}