/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  Oct 2014
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body {
	background: #f7f7fa url(assets/md5images/e6115ba681f1148974bb7e176e08dcad.gif) top left repeat-x; }


/* Header */

#brooklaw #header {
	height: 125px; }

#brooklaw #header #logo, 
#brooklaw #header #logo * {
	width: 240px;
	height: 125px;
	padding: 0;
	margin: 0; }

#brooklaw #header #pagetitle,
#brooklaw #header h1,
#brooklaw #header h1 a {
	width: 740px;
	height: 125px;
	padding: 0;
	margin: 0;
	display: block; }

#brooklaw #header #pagetitle {
	margin-right: 250px; }

#brooklaw #header h1 a {
	background: #dedede url(assets/md5images/985b90bbab9d3ca79acab2b03ca125c1.gif) top left no-repeat;
	text-indent: -9999px; }


/* Navigation */

#brooklaw #navigation {
	height: 36px; }

#brooklaw #navigation #tabs,
#brooklaw #navigation #tabs ul,
#brooklaw #navigation #tabs ul li {
	display: none; }


/* Sidebar */

#brooklaw #sidebar p.site-follow {
	display: none; }

#brooklaw #sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #9e1824;
	padding: 4px 0;
	border-top: none;
	border-bottom: none;
	text-indent: 15px; }

#brooklaw #sidebar a, 
#brooklaw #sidebar p.advanced a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; }

#brooklaw #sidebar a:hover,
#brooklaw #sidebar a:active,
#brooklaw #sidebar a:focus,
#brooklaw #sidebar p.advanced a:hover,
#brooklaw #sidebar p.advanced a:active,
#brooklaw #sidebar p.advanced a:focus {
	color: #000;
	background-color: transparent;
	text-decoration: underline; }

#brooklaw #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000; }

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

#brooklaw #sidebar ul#side-author {
	display: none; }


/* Main Content */

#brooklaw #content {
	background-color: transparent; }

#brooklaw #dcn-home #homepage-slideshow {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px; }

#brooklaw #dcn-home h2 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	margin-top: 0; }

#brooklaw #dcn-home #cover-browse h3 a {
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline; }

#brooklaw #dcn-home .box.aag h2,
#brooklaw #dcn-home .box.potd h2{
	width: 267px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #e4e4e4; }

#brooklaw #dcn-home .box.aag h2 span.pull-right { 
	display: none; }

#brooklaw #dcn-home .box.aag a,
#brooklaw #dcn-home .box.potd a {
	font-size: 12px;
	border-bottom: 1px solid #e4e4e4;
	background: none; }

#brooklaw #main.text .box a:link,
#brooklaw #main.text .box a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; }

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

#brooklaw #main.text a:link,
#brooklaw #main.text a:visited {
	color: #8c0410;
	text-decoration: underline; }

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


/* Footer */

#brooklaw #footer,
#brooklaw #footer #bepress a {
	height: 74px;
	background-color: #222222; }

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

#brooklaw #footer p,
#brooklaw #footer p a {
	font-size: 12px;
	color: #fff;
	text-decoration: none; }

#brooklaw #footer p a:hover,
#brooklaw #footer p a:active,
#brooklaw #footer p a:focus {
	text-decoration: underline; }
	
/* Update Slideshow CS 1/12/17 */

#brooklaw .box-left,
.box-right {
        background:#fff;
        padding:0 0 0 0;
        padding-left:0;
        margin:0 0 0px;
        float:left;
        height:300px;
                overflow:hidden; }
 
#brooklaw .box-left {
    width:200px;
    margin-right:60px; }
 
#brooklaw .box-right {
    width:350px;
        margin-right:0px; }
        
/* Fixing hover and focus behavior of the A-Z author tool for accessibility - KLM 10-7-19 */
#brooklaw .authorbrowser p.letters a:hover,
#brooklaw .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff !important;
}         