/* @group html reset */

/* Slightly remixed HTML5Boilerplate CSS reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 1em 0;
}

/* Total reset for form items. But remember to deal with border, this one is left so we can see then more clearly yet */

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 1px solid #ccc;
}

/* @end */

/* @group drupal 7 specific reset */

/* reset list styles */

ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li
 {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

/* reset to a few more elements */

.breadcrumb,
#comments,
.form-item,
.form-actions,
.filter-wrapper,
.book-navigation ul.menu,
.book-navigation .page-links {
  border: 0;
  margin: 0;
  padding: 0;
}

.field .field-label {
  font-weight: normal;
  font-style: normal;
}

/* reset zebra table style */

tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: 0;
  padding: 0;
}

/* reset administration tabs */

ul.primary,
ul.primary li a,
ul.primary li a.active,
ul.primary li a:hover {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* @end */