/* 
	Filename: reset.css
	Author: Tyson Willey
	Site: tysonwilley.com
	
	Date: 12/26/2009
	
	Description:
		Reset Style Sheet for tysonwilley.com
		
*/



html, body,
div, p, blockquote, pre,
ul, dl, ol, li, dd, dt,
h1, h2, h3, h4, h5 {
	background: none;
	border: none;
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}


a, span, cite, abbr, acronym, img {
	border: none;
	font-style: normal;
	outline: none;
	text-decoration: none;
}


.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	width: 1px;
}

.text-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}