/* ---------- BASE ---------- */

body, p, blockquote, hr {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }
	
/* ---------- HEADERS ---------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
	
/* ---------- LISTS ---------- */
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
	
/* ---------- LINKS ---------- */

a, a:link, a:visited, a:hover, a:active { outline: 0; }

/* ---------- FORMS ---------- */

form, fieldset {
	margin: 0;
	padding: 0;
}	
fieldset { border: 1px solid #000; }
legend {
	padding: 0;
	color: #000;
}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
select { padding: 0; }

/* ---------- CLEAR ---------- */

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* sup and sub with IE line-height fix
------------------------------*/

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}