/* =============================================================
	Fundamental Stylesheet - initial settings, space restauration
	Author: Carver
	File: fundament.css
	Year: 2014
 ============================================================= */

@media all {

	/* ==============================================
	PART I – Reset
	============================================== */
	* { padding:0; margin:0; }

	html { overflow-y: scroll; }

	body, div,
	h1, h2, h3, h4, h5, h6,
	p, blockquote, pre, code,
	ul, ol, li, 
	table, th, td,
	form, fieldset, legend, input, textarea {
		padding: 0; margin: 0;
	}

	/* ==============================================
	PART II – Space Restauration
	============================================== */
	h2, h3, h4, h5, h6, 
	p, blockquote, pre, 
	ul, ol { 
		margin-bottom: 1em;
	}
	/*ul, ol { margin-left: 2em; }*/
	ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
	blockquote { margin: 1em 2em; }

} /* ---> end "@media all" */

/* =============================================================
	END fundament.css
 ============================================================= */
