/*

stylesheet: set defaults and import styles
created: 2007-09-17
contact: brendan@lakonic.com

*/

@import url(color.css);
@import url(layout.css);
@import url(typography.css);

/* reset all browser defaults */ 

*             { margin:0;padding:0 }
br            { clear:both; }
html          { min-height: 100%; height: auto; }
body          { font-size:100%; }
table         { border-collapse:collapse;border-spacing:0; }
address       { font-style:normal;}
ol, ul        { list-style:none; }
fieldset, img { border:0; }

/* eliminate outline in mozilla browsers *will break validation* */

a:active { outline: none; }
:focus { -moz-outline-style: none; }

