/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Oxborrow
Version:  12 December 2012
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#mizzoulaw #header {
	position: relative;  /* needed if there's a second link */
  	height: auto !important; /* !important overrides mbl styling */
}

#mizzoulaw #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 */
}
	
/* header logo */

#mizzoulaw  a#logo_link {
	position: absolute !important; /* !important overrides mbl styling */
	left: 0;  /* change to "left:" for left aligned logo */
	top: 0;  /* two link adjustment, add value for logo under header banner */
  	background: transparent !important; 
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: 100%; 
	max-height: 100%; /* when screen resizes, logo stays in header */
} 

#mizzoulaw #logo_image {
	width: 100%;
	height: auto; 
}

/* Navigation */

#mizzoulaw #navigation {
	border-top: 5px solid #d5d6d0; 	
	border-bottom: 5px solid #d5d6d0; }

#mizzoulaw #navigation,
#mizzoulaw #navigation #tabs { 
	height: 36px; }

#mizzoulaw #navigation #tabs a { 
	float: left;
	background-color: #363636;
	border: 0;
	margin: 0;
	color: #fff;
	font: normal 12px Helvetica, Arial, Verdana,sans-serif;
	padding: 0 11px;
	height: 36px;
	line-height: 36px; }

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

#mizzoulaw #navigation #tabs li { margin: 0; }

#mizzoulaw #navigation #tabs li#lawlibrary a {
	font-size: 16px;
	margin-left: 32px; }

/* Sidebar */

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

#mizzoulaw #sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Palatino, Georgia, "Myriad Pro", "Times New Roman", Times, serif;
	color: #000;
	border: 0; }

#mizzoulaw #sidebar p.advanced a {
	text-decoration: none; }

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

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

#mizzoulaw #sidebar #sidebar-search label {
	color: #000;
	font-family: Palatino, Georgia, "Myriad Pro", "Times New Roman", Times, serif;
	font-size: 13px; }

/* Main Content */

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

#mizzoulaw #dcn-home .box.top h2 { 
	font-size: 21px;
	border: 0;
	padding: 0;
	margin: 0; }

#mizzoulaw #dcn-home .box.top.right ; { line-height: 1.7em; }

#mizzoulaw #dcn-home .box.aag h2,
#mizzoulaw #dcn-home .box.potd h2{
	border-bottom: 1px solid #999; }

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

#mizzoulaw #dcn-home #cover-browse h3 { background: url(assets/md5images/5c998a4363fa151351838e6e7fdaf655.gif) left no-repeat; }

#mizzoulaw #content #series-home ul li {
	background-image: url(assets/md5images/5c998a4363fa151351838e6e7fdaf655.gif) left no-repeat; }

#mizzoulaw #main.text a:link,
#mizzoulaw #main.text a:visited {
	color: #575757;
	text-decoration: underline; }

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

#mizzoulaw #message ul.confirm ul li,
#mizzoulaw #message ul.warning ul li {
	background-image: url(assets/md5images/5c998a4363fa151351838e6e7fdaf655.gif); }

#mizzoulaw #main.text .box a:link,
#mizzoulaw #main.text .box a:visited {
	text-decoration: none; }

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

/* Footer */

#mizzoulaw #footer { 
	height: 82px;
	background-color: #363636;
	border-top: 5px solid #d5d6d0; }

#mizzoulaw #footer p {
	color: #fff; }

#mizzoulaw #footer p a {
	color: #fff;
	text-decoration: none;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; }

#mizzoulaw #footer p a:hover,
#mizzoulaw #footer p a:active,
#mizzoulaw #footer p a:focus {
	text-decoration: underline; }
	
	
#mizzoulaw #sidebar ul#side-browse li.discipline-browser,
#mizzoulaw #sidebar ul#side-author li.submit {display:none;}
