/*

Uniform Theme: Uniform Default
Version: 1.5
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 {
  /*background-image: url(../images/sprite.png);*/
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
}

.selector,
.selector * {
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: 0 -4px;
  line-height: 27px;
  height: 27px;
  width: 238px;
  padding: 10px 11px;
  padding: 5px;
}

div.selector span {
  background-position: right 0px;
  height: 27px;
  line-height: 27px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 5px;
  left: 10px;
  right: 0px;
  bottom: 5px;
  cursor: pointer;
}

div.selector:active, 
div.selector.active {
	background-position: 0 -57px;
}


div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: 0 -57px;
}


div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: 0 -57px;
}

div.selector.disabled {
	background-position: 0 -108px !important;
}


/* PRESENTATION */

/* Select */
div.selector {
  font-size: 12px;
}

div.selector select {
  width: 238px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 10px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 203px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #aaa;
}

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
}

div.selector span {
	display: block;
	float: left;
}

div.selector select {
	position: absolute;
	opacity: 0;
}