/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  November 2018
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

body {
	font: normal 12px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(../assets/md5images/873e78c6127b6879e0dfa65cebbc3df0.gif) repeat-x left top;
}
/* box-shadow */
#lawreview #footer {
  box-shadow: 1px 1px #cfcfcf, -1px 1px #cfcfcf, 2px 2px #dadada, -2px 2px #dadada, 3px 3px #e3e3e3, -3px 3px #e3e3e3, 4px 4px #ebebeb, -4px 4px #ebebeb, 5px 5px #f2f2f2, -5px 5px #f2f2f2, 6px 6px #f7f7f7, -6px 6px #f7f7f7, 7px 7px #fbfbfb, -7px 7px #fbfbfb, 8px 8px #fefefe, -8px 8px #fefefe, 1px 0px #cfcfcf, -1px 0px #cfcfcf, 2px 0px #dadada, -2px 0px #dadada, 3px 0px #e3e3e3, -3px 0px #e3e3e3, 4px 0px #ebebeb, -4px 0px #ebebeb, 5px 0px #f2f2f2, -5px 0px #f2f2f2, 6px 0px #f7f7f7, -6px 0px #f7f7f7, 7px 0px #fbfbfb, -7px 0px #fbfbfb, 8px 0px #fefefe, -8px 0px #fefefe;
}

#lawreview #header,
#lawreview #wrapper {
	box-shadow: 1px 0px #cfcfcf, -1px 0px #cfcfcf, 2px 0px #dadada, -2px 0px #dadada, 3px 0px #e3e3e3, -3px 0px #e3e3e3, 4px 0px #ebebeb, -4px 0px #ebebeb, 5px 0px #f2f2f2, -5px 0px #f2f2f2, 6px 0px #f7f7f7, -6px 0px #f7f7f7, 7px 0px #fbfbfb, -7px 0px #fbfbfb, 8px 0px #fefefe, -8px 0px #fefefe;
}
/* ---------------- Header ---------------- */

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

#lawreview #banner_image {
	display: block;
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#lawreview #banner_link { line-height: 0; } /* removes header/nav gap in mbl */

	/* --- Logo --- */

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


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

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

/* Flexbox Navigation July 2018 */

#lawreview #navigation #tabs,
#lawreview #navigation #tabs ul {
  display: flex;
  justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
  width: 100%;
}

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

#lawreview #navigation #tabs a {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	transition: background 0.3s ease;
	line-height: 36px;
	color: #fff;
	background-color: transparent;
	padding: 0 10px;
	margin: 0;
	border: 0;
	/* float: left; Not needed? Using flexbox now */
  }

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

#lawreview #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#lawreview #navigation #tabs li:last-child a {
	padding-right: 15px;
}
/* ---------------- Sidebar ---------------- */

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

#lawreview #sidebar a:link,
#lawreview #sidebar a:visited {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #0d3f62;
	text-decoration: none;
}

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

	/* --- Highlighted sidebar links --- */

#lawreview #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#lawreview #sidebar ul#navlist li:first-child a {
	border-top: 1px solid #fafafa; /* border is removed if #navlist has no content */
}

#lawreview #sidebar ul#navlist li a {
	color: #0d3f62;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #ededed;
	border-bottom: 1px solid #fafafa;
	width: 234px;
	margin-right: 6px;
}

		/* Sidebar link colors */
#lawreview #sidebar ul#navlist li a:active,
#lawreview #sidebar ul#navlist li a:hover,
#lawreview #sidebar ul#navlist li a:focus {
	color: #fff;
	background-color: #002d62;
}

#lawreview #sidebar #urc-badge,
#lawreview #sidebar #lrc-badge,
#lawreview #sidebar .portal-badge {
	width: 234px;
}
	/* --- Sidebar text --- */

#lawreview #sidebar .sidebar-search label,
#lawreview .sidebar-search h2,
#lawreview #sidebar #issn p {
	color: #000000; /* Search, "Enter search terms," ISSN" */
	border: 0; }

#lawreview .sidebar-search h2 {
	font: bold 12px Arial, Helvetica Neue, Helvetica, sans-serif;
 	text-indent: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 2px 0px;
	width: 234px;
	margin-right: 6px;
}

#lawreview #sidebar #browse,
#lawreview #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#lawreview #sidebar p.advanced + div { display: none; }

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


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

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

#lawreview #content { background-color: #ffffff; }

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

#lawreview #main.text div.crumbs p { margin-bottom: 0; }

#lawreview #main.text div.crumbs a {
	text-decoration: none;
	color: #104e7b;
}

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

	/* --- Headers --- */

#lawreview #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: normal 22px Georgia, Times, Times New Roman, serif; /* Current Issue */
}

#lawreview .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: normal 21px Georgia, Times, Times New Roman, serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0;
	margin-bottom: 25px;
}

	/* --- Links --- */

#lawreview #main.text a:link,
#lawreview #main.text a:visited {
	text-decoration: underline;
	color: #104e7b; }

#lawreview #main.text a:hover,
#lawreview #main.text a:active,
#lawreview #main.text a:focus {
	color: #000000;
	text-decoration: underline;
}
#lawreview #main.text .article-list a:link,
#lawreview #main.text .article-list a:visited {
	text-decoration: none; }

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

	/* --- PDF icons and article lists --- */

#lawreview #main.text div.doc { margin: 0 0 15px; }
#lawreview #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#lawreview #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */

	/* --- Editors and Cover art --- */

#coverart #beta {
	float: right; }

		/* Cover art */
#lawreview #coverart #beta .coverart-box h4 {
    font: normal 18px Georgia, Times, Times New Roman, serif; /* default is 18px */
    color: #000000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#lawreview #coverart #beta .coverart-box {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	border: 0; }

#lawreview #coverart #beta #coverart-box-container {
	border: 0; }

/* this rule aligns cover art with other content, but sometimes breaks the layout, idk, seems fine i guess
#coverart #beta	{ width: auto; }
*/

#lawreview #coverart #beta dl  {
	margin-left: 0; }

#lawreview #coverart #beta #coverart-editors dt {
	font-size: 12px;
	padding-top: 10px;
 	padding-bottom: 3px;
}

#lawreview #coverart #beta #coverart-editors dd {
 	padding-bottom: 2px;
}

		/* Cover art disabled (not needed usually) */

#lawreview #masthead h2.masthead { font: 400 21px Georgia, Times, Times New Roman, serif; }

#lawreview #masthead tr th {

}

#lawreview #masthead tr td {

}


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

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

#lawreview #footer {
	border-bottom: 1px solid #a6afb9;
	margin-bottom: 10px;
}

#lawreview #footer p,
#lawreview #footer p a  {
	font: normal 12px/1.7 Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

#footer p:first-of-type { padding-top: 20px; }

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


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

#lawreview .newCarousel {
	margin-bottom: 10px;
}

/* CSS copied over from old design- Nov '18 redesign */
/* Small Caps rule needed for Bluebook citation */

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

/* Centered text - KMK - 10/24/18 */

#lawreview  #centermessage {
		text-align:center;
}

/* Social media icons - KMK - 12/28/18 */
#lawreview #social-media img {
	width:35px; 
	height:auto; 
	padding:3px;
	display:inline-block;}

#lawreview #social-media {
	text-align:center;}

/* Centered editorial board - KMK - 12/17/18 */
#lawreview #coverart-editors {text-align:center;}
#lawreview #coverart-editors h4 {text-align:center !important;}

/* Contact page columns kkunaniec 2/28/2018 */ 
	
#lawreview #contact-heading { 
	text-align: center;
	padding-bottom: 30px; 
	}

.contact { 
	text-align: center;
	}


/* Sidebar Feed 8.2 */

#sidebar #divRss ul.feedEkList {
    width:210px;
    list-style:none outside none;
    background-color:#FFFFFF;
    border:1px solid #D3CAD7;
    padding:4px 6px; color:#3E3E3E; }

#sidebar #divRss ul.feedEkList li {
    margin-left: 0;;
    border-bottom:1px solid #D3CAD7;
    padding:5px; }

#sidebar #divRss ul.feedEkList li:last-child {
    border-bottom:none; }

#sidebar #divRss ul.feedEkList .itemTitle a {
    margin-left: 0;
    font-weight:bold;
    color: #104e7b;
    text-decoration:none; }

#sidebar #divRss ul.feedEkList li .itemContent {
    color: #000; }

#sidebar #divRss ul.feedEkList .itemTitle a:hover {
    text-decoration:underline;
    background: 0; }

#sidebar #divRss ul.feedEkList .itemDate {
    font-size:11px;
    color:#aaa;
    margin-left:0px; }

#sidebar #divRss ul.feedEkList .itemContent p {
    line-height: 1.2;
    margin-top: 5px;
    margin-left: 0; }

#sidebar #divRss {
    margin-left: 8px;
    width: 220px; }

#sidebar #divRss ul.feedEkList {
    margin: 0;
    padding: 10px 0;
    width: 220px; }

#sidebar #divRss ul.feedEkList {
    background-color: transparent;
    border: 0;  }


#sidebar #divRss ul.feedEkList .itemTitle a {
    color: #0d3f62;  }


#sidebar #divRss ul.feedEkList li {
	border: 0; }


#sidebar #divRss ul.feedEkList .itemDate,
#sidebar #divRss ul.feedEkList .itemContent {
	display:none;
	 }


/*End CSS copied over from old design- Nov '18 redesign */
	/* --- Advanced Search --- */

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

.legacy #lawreview img.ignore {
	margin: 0px 16.0204081632%;
}
 .legacy.mbl #lawreview #footer {
	 margin-bottom: 0px;
 }
 

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

.mbl #navigation #tabs {
	display: none;
}

.mbl #lawreview #sidebar ul#navlist li a {
	padding: 6px 0px;
}

.mbl #lawreview #sidebar ul#navlist li {
	padding: 0px;
}

header#mobile-nav {
    font-size: 0;
    line-height: 0; }

.mbl #lawreview #header,
.mbl #lawreview #header a img,
.mbl #lawreview #navigation {
	width: 100% !important;
}
.mbl #lawreview #header #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 !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #lawreview img.ignore {
	margin: 0px 16.0204081632%;
	width: 67% !important;
}

html .mbl {
	background-color: #002d62;
}

.mbl #lawreview #header,
.mbl #lawreview #wrapper,
.mbl #lawreview #footer {
	box-shadow: none;
}

.mbl #lawreview .newCarousel {
	margin-bottom: 0px;
	display: none;
}


/* Expresso and Scholastica button centering - KKunaniec 7/8/2020 */

#lawreview #scholastica-submission-button img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

#lawreview #expresso-submission-button img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

#lawreview #scholastica-submission-button-side img {
	width: 210px;
}