/*
==============================================================================
  St. Joseph Catholic Church, Strongsville, Ohio (http://www.sjohio.org)

    Project:    Website
    Component:  Styles to reset browers defaults
    Author:     W
    Dependent:  -
    Notes:      Adapted from Blueprint CSS and Tantek Celik 'undohtml.css'
    Reference:  http://www.blueprintcss.org/
    Version:    2010-05-14: W - Created
                2010-05-19: W - Valid CSS 2.1
                2010-06-24: W - Changed font stack
                2010-08-05: W - Use <em> and <strong> over <i> and <b>
                2010-10-06: W - added form elements to reset
==============================================================================
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, nav, section, select, option, input
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100.1%;
  letter-spacing: normal;
  text-transform: none;
  font-family: Verdana, Geneva, 'Verdana Ref', 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'DejaVu Sans', 'Liberation Sans', Corbel, Tahoma, Helvetica, Arial, sans-serif;
  /* vertical-align: baseline; kill this since is screws up image wrapping */
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {display: block;}
body {line-height: 1.5;}        /* WCAG 2.0 recommended (1.63 give 13px from bottom to top of next line)*/

/* Avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1.00em;}

/* Tables still need cellspacing=0 in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}

/* Remove possible quote marks (") from <q>, <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
blockquote, q {quotes: none;}

/* Remove border on images */
a img,:link img,:visited img {border: none}

/* De-italicize */
address, cite {font-style: normal}

/* Italic, Oblique */
i, em {font-style: italic;}

/* heavy weight, bold */
strong, b {font-weight: bold;}

/* Lists */
ol, ul {list-style-position: outside; list-style: none; list-style-type: none;}

/* Focus styles for when a link is active diplays a dotted border around it */
:focus {outline: 0;}

/* Highlight text alterations inserts and deletes/strikethru */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* Forms */
textarea {overflow: auto;}






