
/*
****************************************************************************************************************


  Web design copyright (C) 2008   Vintage Media Ltd   www.vintagewebworks.com
  Validated for CSS level 2.1


****************************************************************************************************************
*/


/*   FOR CONSISTENCY'S SAKE!
     Ref: http://meyerweb.com/eric/tools/css/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,
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;
  outline: 0;
  font-size: 100%;
  line-height: 1; 
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  }
  
html, body { 
  height: 100%; 
  }

ol, ul, li { 
  list-style: none outside;
  }

ul ul, ul ol, ol ul, ol ol { 
  margin: 0; 
  padding: 0; 
  font-size: 100%; 
  } 
  
blockquote, blockquote p, blockquote span {
  display: block;
  }
  
blockquote span {
  width: 100%;
  }

:focus { 
  outline: 0; 
  }
  
table { 
  border-collapse: collapse; 
  border-spacing: 0; 
  }
  
caption, th, td {
  font-weight: normal;
  }
  
table, td, th {
  vertical-align: top;
  }

a img { 
  border: 0; 
  margin: 0; 
  padding: 0; 
  background: transparent; 
  }

:link, :visited, :hover, :active { 
  text-decoration: none 
  }
  
a, a:link, a:visited, a:hover, a:active { 
  text-decoration: none;
  }
  
strong { 
  font-weight: bold; 
  }

em { 
  font-style: normal;
  }

ins { 
  text-decoration: none; 
  }
  
del { 
  text-decoration: line-through; 
  }
  
hr { 
  clear: both; 
  float: left; 
  display: inline; 
  overflow: hidden; 
  width: 100%; 
  height: 1px; 
  min-height: 1px; 
  border: none; 
  }


