@charset "utf-8";

/* General Styles */
html {
  color: #000;
  background: #FFF;
}

/* Reset Margins and Padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Table Reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Reset */
fieldset,
img {
  border: 0;
}

/* Typography Reset */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* List Styles */
ol,
ul {
  list-style: none;
}

/* Caption and Table Headers */
caption,
th {
  text-align: left;
}

/* Heading Reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* Quotation Marks */
q:before,
q:after {
  content: '';
}

/* Abbreviations */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* Superscript and Subscript */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* Form Inputs */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Legend Text */
legend {
  color: #000;
}

/* YUI Reset Compatibility */
#yui3-css-stamp.cssreset {
  display: none;
}
