/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */


div.checker span,
div.radio span{
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.radio, 
.checker, 
.radio *, 
.checker *{
  margin: 0;
  padding: 0;
}

/* Checkbox */

div.checker {
  width: 18px;
  height: 18px;
}

div.checker input {
  width: 18px;
  height: 18px;
}

div.checker span {
  background-position: -118px -197px;
  height: 18px;
  width: 18px;
}
div.checker span.checked {
  background-position: -88px -197px;
}

div.checker.disabled  span{
  background-position: -151px -197px;
}
/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: -118px -162px;
}

div.radio span.checked {
  background-position: -88px -162px;
}

div.radio.disabled  span{
  background-position: -152px -162px;
}

/* Checker */
/*
div.checker {
  margin-right: 5px;
}
*/
/* Radio */
/*
div.radio {
  margin-right: 5px;
  margin-left: 0;
}
*/
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.checker,
.radio {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.radio input:focus, .checker input:focus{
  outline: 0;
}

/* Checker */
/*
div.checker {
  position: relative;
}
*/
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */
/*
div.radio {
  position: relative;
}
*/
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}
