/* UNDO HTML */

/*
	Resets default browser styles to zero.
	Adapted from Tantek's undohtml.css
	See Design in Flight issue 2:
	http://www.designinflight.com
*/

/* Reset links */
:link,:visited { text-decoration: none; }
/* Reset lists */
ul,ol { list-style: none }
/* Reset headers and other text */
p,table,input,td,th,h1,h2,h3,h4,h5,h6 { font-size:1em; }
/* Reset global margins */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }


/* UTILITY - Clear Floats: */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


