/* Reset CSS - 12/Sep/2008 */
/* 
 ____                _    ____ ____ ____  
|  _ \ ___  ___  ___| |_ / ___/ ___/ ___| 
| |_) / _ \/ __|/ _ \ __| |   \___ \___ \ 
|  _ <  __/\__ \  __/ |_| |___ ___) |__) |
|_| \_\___||___/\___|\__|\____|____/____/ 
Fairfax Digital CSS framework

Author:    Jens Korff
Born:      May 2008
Modified:  Update in first line

- Credits: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
- Keep any class names short (explain through comments if necessary) to achieve the highest 
  compression for reset.css, grid.css and component.css.
  
- NOTE: Accessibility: 'outline:0' has been removed to allow keyboard users to see where 
  the focus is.
----------------------------------------------------------------------------------------- */
 
/* We don't use the universal selector (*) to avoid inconsistent form resets. */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
body {line-height:1;color:black;background:white}
ol, ul {/*list-style:none*/}
/* Tables still need 'cellspacing="0"' in the markup: */
table {border-collapse:separate;border-spacing:0}
table, td, th {vertical-align:top}
caption, th, td {text-align:left;font-weight:normal}
blockquote:before, blockquote:after,q:before, q:after {content:""}
blockquote, q {quotes:"" ""}

/* --------------------------------------------------------------------------------------
   =IE fixes
   -------------------------------------------------------------------------------------- */
* html em, * html cite {font-style:normal;font-weight:normal}
*+ html em, *+ html cite {font-style:normal;font-weight:normal}

/*
     FILE ARCHIVED ON 01:30:46 Aug 14, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:57:43 Aug 05, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/