@charset "utf-8";
/* CSS Document */
/* Title:	html5reset.css
 * Author:	Tonya Brewington
 * Company:	TBREWING Creative Group
 * Version:	1.0
 * Date:	6/24/2015
*/

html, body, span, p, a,
h1, h2, h3, h4, h5, h5, 
form, label, table, caption, 
article, aside, section, 
footer, nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1px}

nav ul { list-style: none;}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select { vertical-align: middle; }