/**
 * Copyright (c) 2007, Matt Snider, LLC. All rights reserved.
 * version: 1.0.0
 */

/* remove default element padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* default color scheme */
html body {
	color: #000;
}

/* remove borders and possible underlining */
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
	font-variant: normal;
}

/* remove stylized font-variations */
address, caption, cite, code, dfn, em, strong, th, var, i, b {
	font-style: normal;
	font-weight: normal;
}

/* table and center elements should always be top left aligned */
caption, th, td, center {
	text-align: left;
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

/* remove cellpadding and cellspacing */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear possible list-styles; should override in design */
ul, ol, dir, menu, li {
	list-style: none;
}

/* clear possible heading styles; should override in design */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* prevent default browser coloring of links */
a { color: inherit; }

/* reset position of sup and sub */
sup, sub {
	vertical-align: text-top;
}

/* clear form field font settings */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
