/*
-------------------------------------------------------------------------------------
Copyright   : Copyright 2007 Consulting Safety International Pty Ltd                           
Name        : screen-standards.css                                                        
Version     : 1.00.00                                                         
Under SCM   : 25 Feb 2007                                                  
Purpose     : Screen Stylesheet with Web Standards for www.leafse.com
CSS Author  : Condor - for Consulting Safety International
XHTML Author: Condor - for Consulting Safety International
Comments    : Any hacks are contained in filter.css. This is linked in the html page.                                             
-------------------------------------------------------------------------------------
Color Palette:#FFFFFF = White
              #000000 = Black
              #7FFF00 = Chartreuse
              #6B8E23 = OliveDrab
              #98CE30 = green (Footer Colour)
-------------------------------------------------------------------------------------
*/
  
ul#web-site-standards {
  font-family: helvetica, arial, Sans-Serif;
  font-size: 0.8em;
  font-weight: bold;

  margin-top: -30px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: 230px;
      
  padding: 0;
}

ul#web-site-standards[id] {
  width: auto;
}

ul#web-site-standards li {
  background-color: #FFFFFF;
  
  border-color: #000000;
  border-style: solid;
  border-width: 0.1em;
  
  color: #000000;
  display: block;
  list-style: none;
  margin: 0.5em;
  padding: 0.1em;   
  text-align: left;
  text-transform: uppercase;
  width: 9.0em;
}

ul#web-site-standards li a {
  background-color: #98CE30;
  color: #FFFFFF;
  display: block;
  line-height: 1.2em;
  text-decoration: none;
}

ul#web-site-standards li a span {
  background-color: #FFFFFF;
  color: #000000;  
  display: block;
  float: left;
  line-height: 1.2em;
  margin-right: 0.2em;
  overflow: hidden;
  text-align: center;
  width: 3em;
}

ul#web-site-standards li.w3c a span {
  background-color: #FFFFFF;
  color: #708090;
}