/* global settings */

#blogs-css {display: none;}
#header-css {display: none; border-bottom: 1px solid black}
#header-print {display: none; border-bottom: 1px solid black}
#footer-print {display: none; border-top: 1px solid black; position: relative; float: none;
margin-top: 20px;}
#footerinfo-print {
display: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px;
padding: 0px;
padding-top: 10px;
width: 90%;
position: relative;
float: none;
}


body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background:gray url(https://web.archive.org/web/20171023012330im_/http://moritzlaw.osu.edu/images/backgroundtest3.gif);
	background-repeat: repeat;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}


a:link {color: #CC0000}
a:visited {color: #330033}
a:hover {color: #000000}

table {
	margin-top: 0px;
	margin-bottom: 10px;
}

th {
	background-color:#333333;
	font-weight: bold;
	color: #FFFFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.purple {color: #660066;}
.red {color: #cc0000;}
.white {color: #FFFFFF;}
.indent {margin-left: 25px; }
.indent-double {margin-left: 50px; }

#main-tokaji { /* spans entire content area in Equal Vote blog */
	width: 760px;
	float: left;
	position: static;
	margin: 0px;
	margin-top: -16px;
	padding: 0px;
	background-color:#FFFFFF;
}

#main-area { /* spans entire content area */
	width: 760px;
	float: left;
	position: static;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#header {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}

img.header { /* used for main EL@M image in header - sets it to the right */
	float: left;
}

#headernav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 116px;
	background-color: #FFFFFF;
}



#footer { /* sets footer area */
	width: 760px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#footercontact {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 225px;
float: left;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 10px;
padding-left: 13px;
padding-bottom: 10px;
background:#FFFFFF;
}

#footerinfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 500px;
float: right;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
border-color: /* top >>> */ #cccccc  /* right >>> */ red  /* bottom >>> */ #cccccc  /* left >>> */ #cccccc ; 
border-style: dashed; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 1px;
background:#FFFFFF;
}

li { /* sets spacing between list items */
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

img.commenths { /* aligns headshots of weekly comments to left, also used in weekly comment box */
	border: 1px solid black;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.main-content { /* sets padding and line spacing throughout for main text articles */
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-top: 0px;
line-height: 145%;
font-size: 11px;
}

/* Hairlines in black and gray. Hack to make hairlines because HR tags don't always work so well. */

.linedarkgray {
background: #666666; 
font-size: 1px;
line-height:0px;  
margin-top: 0px; 
margin-bottom: 0px; 
border: none ;
}

.linegray {
background: #cccccc; 
font-size: 1px;
line-height:0px;  
margin-top: 0px; 
margin-bottom: 0px; 
border: none ;
}

.lineblack {
background: #000000; 
font-size: 1px;
line-height:0px;  
margin-top: 0px; 
margin-bottom: 0px; 
border: none ;
}


.lineclear {
font-size: 1px;  
margin-top: 0px; 
margin-bottom: 0px; 
border: none ;
}

.divider {
background: #cccccc;
line-height:0px;  
margin-top: 3px; 
margin-bottom: 3px; 
border: none;
}

/* index columns */

#leftcolumn { /* ebook nav column */
	width: 148px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	background-color:#FFFFFF;
}

#searchbox  { /* sets search box bg to gray */
	background-color: #CCCCCC;
}

.search  {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-bottom: 1px solid black;
}

#leftcolumn-purple { /* left column purple boxes */
	width: 148px;
	border-bottom: solid black 1px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #E4DEDE;
}

#middlecolumn { /* what's new and other items in middle column on index */
	width: 310px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #E4DEDE;
}

#rightcolumn { /* weekly comment box, blog box and other items in right column on index, opinion pages */
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}



#blogtabs { /* tabbed box style */
	width: 300px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
}

.index-content { /* sets padding in boxes on index page */
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-top: 0px;
}

ul.indexlist { /* moves list closer to left on index and also in left nav column of some pages */
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-position: inside;
}

.index-headlines {
	font-size: 11px;
	font-weight: bold;
	color: #330033;
	font-variant: normal;
}

/* purple news pages */

#newscolumn { /* light purple background for news-related stuff */
width: 611px;
float: left;
margin: 0px;
padding: 0px;
background-color: #E4DEDE;
border-top: solid black 1px;
border-left: solid black 1px;
border-bottom: solid black 1px;
line-height: 145%;
}

#litigation-table { /* light purple background litigation chart page at 760px side */
width: 760px;
float: left;
margin: 0px;
padding: 0px;
background-color: #E4DEDE;
border-top: solid black 1px;
border-bottom: solid black 1px;
}

#sectionbox {
float:right;
border:1px solid black;
margin:5px;
background-color:#FFFFFF;
width: 215px;
font-size:11px;
}

ul.sectionboxlist {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

li.sectionboxlist {
	margin: 0px;
	padding: 5px;
	padding-bottom: 3px;
	list-style-image: none;
	list-style-type: none;
}

li.sectionboxlist-last {
	margin: 0px;
	padding: 5px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
}


#opinioncolumn { /* light yellow background for opinion-related stuff */
width: 760px;
float: left;
margin: 0px;
padding: 0px;
background-color: #FFFFcc;
border-top: solid black 1px;
border-bottom: solid black 1px;
}

.opinion-content {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 0px;
line-height: 145%;
}

#internal-rightcolumn {
width: 300px;
float: right;
position: static;
z-index: 2;
margin-left: 5px;
margin-bottom: 5px;
padding: 0px;
background-color: #FFFFCC;
border-left: solid black 1px;
}


.header-redbg { /* sets red background with shadow for comment and opinon headers */
background-image:url(/web/20171023012330im_/http://moritzlaw.osu.edu/style/oldsite/images/headers/headers-redbg.gif);
}

.section-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660066;
	font-weight:bold;
	font-variant: normal;
	line-height: 120%;
}

.section-headings a:link {color: #660066; text-decoration: none}
.section-headings a:visited {color: #660066; text-decoration: none}
.section-headings a:hover {color: #000000; text-decoration: underline}

img.arrow {
margin-right: 7px;
margin-left: 7px;
	}
	
img.arrow2 {
margin-right: 7px;
margin-left: 28px;
	}
	
img.print {
margin: 7px;
	}

.headlines {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	font-variant: normal;
}

.monitor-text {
	font-weight: bold;
	font-style:italic;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}




.byline {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #666666;
}

.red-section-divider {
	border-top: solid 1px #cccccc;
	padding-top: 3px;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
}







.small-text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;

}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: center;

}


img.ebook {
border-top: 1px solid black;
}
/*
     FILE ARCHIVED ON 01:23:30 Oct 23, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:38:23 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 166.845
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.108
  RedisCDXSource: 1.645
  esindex: 0.011
  LoadShardBlock: 141.417 (3)
  PetaboxLoader3.datanode: 142.522 (4)
  CDXLines.iter: 19.67 (3)
  load_resource: 35.258
  PetaboxLoader3.resolve: 30.732
*/