﻿/* Font Sizing - Calculation based on 16px = 1em default
   to find a value in px divide by 16 i.e. 32/16 = 2 so:
      24pt = 32px =   200%  = 2em
      18pt = 24px =   150%  = 1.5em
      16pt = 22px =   140%  = 1.4em
      15pt = 21px =   130%  = 1.3em
    14.5pt = 20px =   125%  = 1.25em
      14pt = 19px =   120%  = 1.2em
    13.5pt = 18px = 112.5%  = 1.125em
--*   12pt = 16px =   100%  = 1em    *--
      11pt = 15px =    95%  = .95em
    10.5pt = 14px =  87.5%  = .875em
      10pt = 13px =    80%  = .8em
       9pt = 12px =    75%  = .75em
       8pt = 11px =    70%  = .7em
     7.5pt = 10px =  62.5%  = .625em
       7pt =  9px =    55%  = .55em
       6pt =  8px =    50%  = .5em
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Dotted Outline Fix */
a:active { 
	outline: none; 
}

/* Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}
