/*
Title:        Baseline Stylesheet
Source:       http://meyerweb.com/eric/tools/css/reset/
Updated:      27th August 2008
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
/*ol, ul {
  list-style: none;
}*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins,del {
  text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* remove focus outline */
/*:focus {
  outline: 0;
}*/

/* remove bold/italics */
address, caption, cite, code, dfn,
h1, h2, h3, h4, h5, h6, var {
  font-weight: normal;
  font-style: normal;
}

/* remove whitespace from inputs */
input, select, textarea, button {
  margin: 0;
}

/** =utility classes
************************************** */
.js .js-hide,
.hide       { display: none; }
.access     { position: absolute; left: -1000em; top: -1000em; }
#nav-main a,
.replace    { letter-spacing: -1em; text-indent: -1000em; display: block; font-size: 1px; overflow: hidden;}


/* Clearing floats without extra markup
   [http://www.positioniseverything.net/easyclearing.html] */
.addeds:after,
.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.addeds,
.group {display: inline-block;}
* html .addeds,
* html .group,
* html .container {height: 1%;}
.addeds,
.group,
.container {display: block;}

