/*-------------------------------------------------------
everyangle.ca
Stylesheet:  neutralizer.css
Author:   Chris Moore (spot13.com)
Version:  1.0_02.24.08
Revision:
----------------------------------------------------------*/

/* Normalize Margins and Padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a, hr {
	margin: 0;
	padding: 0;
	}
	
/* Normalizes Font-size for Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Removes List Style from Lists */
ol, ul, li {
	list-style: none;
	position: relative; /* fixes bgd disappear bug in IE */
	}

/* Normalizes Font-style and Font-weight -- removed stong and em*/
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}

/* Removes Table Borders and Spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Removes Fieldset and Image Borders */
fieldset, img {
	border: 0;
	}

/* Left-aligns Text in caption and th */
caption, th {
	text-align: left;
	}

/* Removes Quotation Marks from q */
q:before, q:after {
	content: '';
	}
	
/* Removes Border on Abbreviations and Acronyms */
abbr,acronym { 
	border: 0; 
	}

hr {
visibility: hidden;
	}