/* CSS - RESET / Michal Rusina, michalrusina@gmail.com */

/* LAYOUT RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* TYPOGRAPHY RESET */

body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
em, strong, h1, h2, h3, h4, h5, h6 {	font-style:normal; font-variant:normal; font-weight:normal; }
legend {	display:none;	}
div { position:relative; }

/* CLEAN CLEARING METHOD */

.c:after { clear:both; content:'.'; display:block; visibility:hidden; height:0; } .c { display:inline-block; } * html .c { height:1%; } .c { display:block; }

/* DIRTY CLEANING METHOD */

.c2 { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }

/* HIDING */

.h { display:none; }
