/*---------------------------------------------------------
Company/Client

description:
Removes default browser styling on many elements and creates
more general, cross-browser rules.

version: 2007-05-01
copyright: 2006-2007 Threespot Media. All rights reserved.
---------------------------------------------------------*/

/*  Table of Contents
- initialization
- clearing
- replacement
- accessibility
*/


/*
Initialize CSS
---------------------------------------------- */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body,
fieldset, form,
dd, dt, li,
td, th  {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul, ol {
	margin-bottom: 1em;
	margin-top: 1em;
}

/* Apply left margin: Only to the few elements that need it: */
blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
ul { list-style: disc; }

form label { cursor: pointer; }

fieldset,
img { border: none; }

input, select, textarea { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

address, caption, cite, code,
dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption,
th { text-align: left; }



/*
Overflow Clearing Method
---------------------------------------------- */
.clear {
	overflow: auto;
}

/* Uses the IE5/Mac Band Pass Filter.
Mac IE 5 adds scrollbars if you use 'auto'. Give it a value of 'hidden' instead. */
/*\*//*/
.clear {
	overflow: hidden;
}
/**/

* html .clear { overflow: hidden; }
*+html .clear { overflow: hidden; }


/*
Clearfix Clearing Method
---------------------------------------------- */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



/*
Text replacement
---------------------------------------------- */
.replace {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	display:block;
}

	/* tidy these up */
	.replace * {
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;

		display:block;
		text-indent: -10000px;
	}

		.replace a {
			text-indent:0;
		}

		.replace a span {
			text-indent:-10000px;
		}



/*
Accessibility
---------------------------------------------- */
span.accesskey {
	text-decoration:none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/*
     FILE ARCHIVED ON 23:20:00 Jul 08, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:59:17 Nov 15, 2021.
     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: 117.75
  exclusion.robots: 0.206
  exclusion.robots.policy: 0.191
  RedisCDXSource: 2.649
  esindex: 0.02
  LoadShardBlock: 84.459 (3)
  PetaboxLoader3.datanode: 77.636 (4)
  CDXLines.iter: 20.851 (3)
  load_resource: 105.414
  PetaboxLoader3.resolve: 74.346
*/