/* Fluff objects  */
div.logo {     border: none;
               bottom: 10px;
                 left: 33px;
           background: url(../images/logo.png);
                width: 128px;
               height: 54px;
             position: fixed;
        border-radius: 0px;
   -moz-border-radius: 0px;;
              z-index: 1;}

div.popup {    border: none;
               bottom: -3px;
                width: 100px;
                 left: 50%;
             position: fixed;
        border-radius: 0px;
   -moz-border-radius: 0px;
              z-index: 1;}

/* Validator Buttons  */
div.validators {
               border: none;
                 left: 175px;
             position: fixed;
        border-radius: 0px;
   -moz-border-radius: 0px;
              z-index: 1;}

div.validators#html {
               bottom: 25px;}

div.validators#css {
               bottom: 10px;}

/* Decorative scoops in the screen corners */
div.scoop {    border: none;
                width: 20px;
               height: 20px;
             position: fixed;
        border-radius: 0px;
   -moz-border-radius: 0px;
              z-index: 1;}

div.scoop#topleft {
                  top: 17px;
                 left: 0px;
           background: url(../images/scoop-topleft.png);}

div.scoop#topright {
                  top: 17px;
                right: 0px;
           background: url(../images/scoop-topright.png);}

div.scoop#bottomleft {
               bottom: 0px;
                 left: 0px;
           background: url(../images/scoop-bottomleft.png);}

div.scoop#bottomright {
               bottom: 0px;
                right: 0px;
           background: url(../images/scoop-bottomright.png);}

/* Words of Wisdom  */
div.wisdom {   border: none;
               bottom: 10px;
                right: 115px;
               height: 16px;
             position: fixed;
            font-size: 9px;
           font-style: italic;
              z-index: 2;}

/* Creative Commons */
div.ccommons { border: none;
               bottom: 6px;
                right: 30px;
               height: 20px;
             position: fixed;
              z-index: 2;}
