/*
   @name: reset.css
   @author: CJ Grady
   @summary: Overwrites different browsers default styles so that things will 
             appear more consistently across different browsers.
*/

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, 
dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, 
html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, 
samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, 
thead, tr, tt, ul, var
{
   border: 0;
   font-family: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
}

caption,th
{
   text-align: left;
}

input,textarea
{
   margin: 0;
   padding: 0;
}

ol,ul
{
   list-style: none;
}

q:before,q:after
{
   content: '';
}

table
{
   border-collapse: collapse;
   border-spacing: 0;
}

/* -------------------------------------------------------------------------- */

