/* Set HTML5 structure tags as block element.*/
nav, section, article, header, aside, footer, figure, dialog {
	display:block; 
	margin: 0;
}

/* Reset. A work in progress. --*/
html, body, div,
p, h1, h2, h3, h4, h5, h6, pre, form, blockquote,
pre, code, address, caption, cite,
ul, ol, li, dl, dt, dd,
table, tbody, tfoot, thead, tr, th, td, img {
	margin: 0; padding: 0;
	font-weight: normal;
	vertical-align: baseline;
} 

/* Lists.
ul, ol, li, dl, dt, dd {
	
} */

/* Forms. */
fieldset, legend, form, input, button, textarea, select, option {
	margin: 0; padding: 0;
} 

/* Tables. */
table, tbody, tfoot, thead, tr, th, td {

}

/* Images. */
img {
	border: 0;
	vertical-align: bottom;
}

/* Webkit. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Reset Safari's baseline. */
	b, i, em, strong {
		line-height: 0.1;
	}
}
