/* $Id: reset.css,v 1.1 2009/11/24 09:36:59 mverbaar Exp $ */

/**
 * Reset CSS styles.
 *
 * Based on Eric Meyer's Reset CSS tool from
 * http://meyerweb.com/eric/tools/css/reset/
 */

html,
body,

/* Structures */
div,
span,
applet,
object,
iframe,

/* Text */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,

/* Lists */
dl,
dt,
dd,
ol,
ul,
li,

/* Tables */
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,

/* Forms */
form,
fieldset,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* Remember to define focus styles. */
:focus {
  outline: 0;
}

/* Remember to highlight inserts somehow. */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* Ensure consistent boldness of strong elements. */
strong {
  font-weight: bold;
}

/**
 * Font reset
 *
 * Specifically targets form controls which browsers often times give
 * special treatment.
 */
body,
input,
select,
textarea {
  font: 200 14px/1.75 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
