/**
 * reset.css
 * 
 * @author ✰ Maik Kempe ✰
 * @copyright ©2006-2009 Br∑αkíηg £ímíτs
 * @link http://www.breakinglimits.com
 * @package Br∑αkíηg £ímíτs
 * @media screen
 * @version 1.0
 * @revision -
 * @lastmodified 04/05/09
 */

/**
 * @section browser reset
 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  border: none;
  text-decoration: none;
}

* html body * { overflow: visible; }

html, body { height: 100%; }

:focus { outline: 0; }

body {
  line-height: 1;
  background: white;
  color: black;
}

ol, ul { list-style: none; }

table {
  table-layout: auto;
  border-collapse: collapse;
  border-style: none;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after { content: " "; }

blockquote, q { quotes: "" ""; }

.clear,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: " ";
}

.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clear,
* html .clearfix { height: 1%; }
