/*

Uniform Theme: Uniform ThemePixels
Version: 1.0
By: ThemePixels.com
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}


/* Checkbox */

div.checker {
  width: 15px;
  height: 17px; float:left;
}

div.checker input {
  width: 15px;
  height: 17px;
  margin-left: -6px;
}

div.checker span {
  background-position: 0px -17px;
  height: 17px;
  width: 15px;
}

div.checker span.checked {
  background-position: 0px 0px;
}






