/*

Uniform Theme: Uniform Default (has been altered, just using the SELECT replacement)
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 {
  background-image: url(../img/uniformSelect.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.selector * {
  margin: 0;
  padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: 0 0;
  line-height: 29px;
  height: 29px;
}

div.selector span {
  background-position: right 0px;
  height: 29px;
  line-height: 29px;
}
	html.mozilla div.selector span { line-height: 33px; }

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

div.selector:active, 
div.selector.active {
  background-position: 0 0;
}

div.selector:active span, 
div.selector.active span {
  background-position: right 0;
}

div.selector.focus {
	outline: 2px solid #fc0;
}
div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: 0 0;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right 0;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 0;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right 0;
}

div.selector.disabled {
  background-position: 0 0;
}

div.selector.disabled span {
  background-position: right 0;
}

/* PRESENTATION */


/* Select */
div.selector {
  font-size: 13px;
}

div.selector select {
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 0;
}

div.selector span {
  padding: 0 38px 0 0;
  cursor: pointer;
  color: #666;
}

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

/* default sizes for selects, more specific ones can be found in uniform.sentance.css; */
.grid_2 div.selector        {     width: 170px; }
.grid_2 div.selector span   {     width: 132px; }
.grid_2 div.selector select { min-width: 170px; }
.grid_3 div.selector        {     width: 270px; }
.grid_3 div.selector span   {     width: 232px; }
.grid_3 div.selector select { min-width: 270px; }

/*

CORE FUNCTIONALITY 

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

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

.selector select:focus {
  outline: 0;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  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;
}