/*

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 */

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

/* Select */

div.selector select {
	width: 208px;
}

div.selector select option {
	border: 0;
  	background: #fff;
}

div.selector.disabled span {
  color: #999;
}

div.selector {
  max-width: 210px;
	width: 208px;
  	height: 32px;
	border: 0;
	background: #fff url('../i/select-bg.png') repeat-x left bottom;
	/* shadow */
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

div.selector span {
	background-image: none;
	display: block;
	width: auto;
	padding: 0 32px 0 12px;
  	height: 32px;
  	line-height: 32px;
  	background: transparent url('../i/select-arrow.png') no-repeat 187px 14px;
  	font: normal 18px/32px "League Gothic";
	color: #121212;
	text-transform: uppercase;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 1px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  
}

div.selector:active span, 
div.selector.active span {
  
}

div.selector.focus {}

div.selector.hover, div.selector:hover {
  	cursor: pointer;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  	cursor: pointer;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	cursor: pointer;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	cursor: pointer; 
}

div.selector.disabled {
 
}

div.selector.disabled span {
  
}


/*

CORE FUNCTIONALITY 

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

.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 {
  position: relative;
  padding-left: 0px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}
