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

/* replacing text of title in main content area with image of banner 03.11.2014 bnyikos, updated pryan 6/29/2015 */
#commlaw #cua #main.text h2.inherit-title a {
 	 width: 600px;
 	 height: 100px;
 	 padding: 0;
 	 margin: 0 auto; 
 	 display: block;
 	 text-indent: -9999px;
 	 background: url(../assets/md5images/f015d2e1f261b11a910cb18f9fe7a624.png) top left no-repeat; }
 	 
 	/* Mobile */
 	 
 	.mbl #commlaw #cua #main.text .crumbs { float: none !important; }
 	 
 	.mbl #commlaw #cua #main.text h2.inherit-title a {
 	 background-size: 100% !important; }
 	 
 	@media screen and (max-width: 480px) { /* Phone */
 	 .mbl #commlaw #cua #main.text h2.inherit-title a { height: 100px !important; }
 	}
 	
 	/* Small caps for article citations */
.smallcaps
	{
	font-variant: small-caps;
	}
	
	/* removing unintentional formatting for "masthead" document type */	
	#commlaw #cua #main.text .article-list h2#masthead { 
	background: none;
	padding: 0 0 0 0; }
	
	
/* Main content area display tweaks */
	
#commlaw #cua #main.text .article-list h2 { border-bottom: 2px solid #B20004; }

#commlaw #cua #main.text .inherit-title { margin: 0 0 8px; }

/* removing unintentional formatting for "masthead" document type */	

#commlaw #cua #main.text .article-list h2#masthead { 
	background: none;
	padding: 0 0 0 0; }	
	
/* color of article titles */

#commlaw #cua #main.text .article-list .doc a {
	color: #000; }
	
#commlaw #cua #main.text .article-list .doc a:hover,
#commlaw #cua #main.text .article-list .doc a:active,
#commlaw #cua #main.text .article-list .doc a:focus {
	color: #ac2121; }

		
	/* removing rss link. Journal no longer publishing, pr 4/5/16 */
 
.sb-rss	{ display: none; }

/* Removing current issue on the homepage, PR 4/16  */
#commlaw .article-list h1 { display: none; }

#commlaw .journal-follow { display: none; }
 	