/* ============================================
 * Global Reset;
 * Author: Kris Young;
 * Last Modified: 10/03/2010;
 * ============================================ */

/* Kill Margins and Paddings */
html, body, div, dl, dt, dd, ul, ol, li {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}
form, fieldset, input, select, textarea {
	margin:0px;
	padding:0px;
}
pre, blockquote, th, td {
	margin:0px;
	padding:0px;
}
/* Kill Text Styling */
a, a:link, a:visited, a:hover, a:active {
	outline:none;
	text-decoration:none;
}
address, caption, cite, code {
	font-style:normal;
	font-weight:normal;
}
dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
/* Kill Borders */
table {
	border-collapse:collapse;
	border-spacing:0px;
}
fieldset, img {
	border:none;
}
abbr, acronym {
	border:none;
}

