/* css for BANZ version: 1.7
Reset and Body - diffretent colours for different themes
This one is Bio (main)
*/
/* =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, 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 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
  padding-top: 2em;

/*background: #96b944;/*Bioenergy background*/
/*background: #DA6E35;/*Biogas background*/
/*background: #C3C5C6;/*LiquidBioFuels background*/
/*background: #8EB23C;/*WoodEnergy background*/

background: #96b944; /* Old browsers */
background: -moz-linear-gradient(left, #96b944 0%, #d86120 71%, #fbc274 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96b944), color-stop(71%,#d86120), color-stop(100%,#fbc274)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #96b944 0%,#d86120 71%,#fbc274 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #96b944 0%,#d86120 71%,#fbc274 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #96b944 0%,#d86120 71%,#fbc274 100%); /* IE10+ */
background: linear-gradient(to right, #96b944 0%,#d86120 71%,#fbc274 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b944', endColorstr='#fbc274',GradientType=1 ); /* IE6-9 */
}
