a/*

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.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/select.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}




/* SPRITES */

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}



/* Select */

div.selector 
{
  background: url("../images/select.png") no-repeat scroll right center transparent;
  line-height:44px;
  height: 44px;
}

div.selector span 
{
    background:none;
  height: 44px;
  line-height: 44px;
}
div.selector.hover span {
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector select option {
    padding-left: 8px;
    padding-top:3px;
    padding-bottom:3px;
}
div.selector select option[disabled=disabled]{color:#999;}

/* Select */
div.selector {
  width: 100%;
  margin-bottom:10px;
  font-size: 12px;
  border:1px solid #fff;
  
}

div.selector select {
	font-size: 12px;
	font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
    color: #333;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0;
  cursor: pointer;
}

div.selector span {
  color: #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Select */

div.selector {
  position: relative;
  overflow: hidden;
  float:left;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  letter-spacing:1px;
  color:#fff;
  font-size:13px;
  text-align:left;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  border: none;
  background: #fff;
  cursor:pointer;
  width:100%;
  height:100%;
}

/* 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;
}

/* Checker */
div.checker {
  margin-right: 10px;
  margin-bottom:30px;
}

div.checker {
  width: 20px;
  height: 20px;
  float:left;
}

div.checker input {
  width: 20px;
  height: 20px;
}

div.checker span {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 0 transparent;
  height: 19px;
  width: 19px;
}

div.checker span.checked {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
 background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background:url("../images/ckbox-white.png") no-repeat scroll 0 -22px transparent;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}


div.uploader:hover .action{
  color:#666;
}


div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

/* Uploader */
div.uploader {
  width: 280px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #efefef;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 170px;
  border-right: solid 1px #ccc;
  font-size: 11px;
}

div.uploader input {
  width: 280px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}


/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin-top:20px;
  margin-bottom:10px;
  border:1px solid #bbb;
  background:#efefef;
  color:#999;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
  margin:0;
  font-size:18px;
}
