html, body, div, span, applet, object, iframe,blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		
		 }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }



/* Text Selection */

	::selection { background: #000; color: #fff; /* Safari */ }
	::-moz-selection { background: #000; color: #fff; /* Firefox */ }


/* #Links
================================================== */
	
	
	/*p a, p a:visited { line-height: inherit; }   KRIKI MODIFICATION*/


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 13px; }
	ul.square { list-style: square outside; }
	ul.square li, ul.circle li, ul.disc li { line-height: 28px; color: #000; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 6px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 20px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


