/* $Id: reset.css,v 1.1 2010-07-04 17:55:18 danieldembach Exp $ */

/* Minimal reset based on http://www.vcarrer.com/2010/05/css-mini-reset.html */

html, body, div, form, fieldset, legend, label,
table, thead, tbody, tfoot, th, td, ul, ol {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: baseline;
}

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

ul, ol { list-style: none }

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight: normal; }

img, a img {
  border: 0;
  display: block;
}

object, embed, video { outline: none; }

article, aside, dialog, figure, footer, header, section { display: block; }
