/* RESET */

/*----------------------------------------------------------------*/

/* Based upon reset in Goldilocks responsive approach*/

/*----------------------------------------------------------------*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%; /* Reduce default font size to 10pt = 1em */
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  }

/*----------------------------------------------------------------*/

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui and Goldilocks responsive approach*/

/*----------------------------------------------------------------*/

ol, ul, li {list-style:none;}
caption, th {text-align:left;}
img { border:0;	}
q:before, q:after { content:''}
a img { border:none; } /* Gets rid of IE's blue borders */
b, strong { font-weight: bold; }
i, em { font-style: italic; }