/*
 
Uniform Theme: Uniform Default
Version: 1.5.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, 
div.selector span, 
div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action,
div.text,
div.text span,
div.textarea span {
  background-image: url(/images/site/sprite.png);
  background-repeat: no-repeat;
}

div.selector, 
div.radio, 
div.checker, 
div.uploader,
div.text,
div.textarea,
div.selector *, 
div.radio *, 
div.checker *, 
div.uploader *,
div.text *,
div.textarea *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
	height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
	line-height: 26px;
}

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

div.selector:active, 
div.selector.active {
	background-position: -483px -156px;
}

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

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

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

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -208px;
}

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

div.selector.disabled {
	background-position: -483px -234px;
}

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

/* Checkbox */

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

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

div.checker span {
  background-position: -35px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -54px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -73px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -92px -260px;
}

div.checker span.checked {
	background-position: -111px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -130px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -149px -260px;
}

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-position: -168px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -187px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -206px -260px;
}

/* Radio */

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

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

div.radio span {
  height: 18px;
  width: 18px;
  background-position: -35px -279px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -53px -279px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -71px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -89px -279px;
}

div.radio span.checked {
	background-position: -107px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -125px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -143px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -161px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -179px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -197px -279px;
}

/* Uploader */

div.uploader {
	height: 22px;
	background: none;
	}

div.uploader span.action {
	background-image: url(/images/site/button_choosefile.png);
	background-position: left top;
	height: 22px;
	line-height: 22px;
	}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
	background-position: left -22px;
	}

div.uploader span.filename {
	height: 22px;
	line-height: 22px;
	margin: 0;
	}

/* Text */

div.text {
  background-position: -35px -297px;
  height: 28px;
}

div.text span {
  background-position: right -521px;
  height: 28px;
}

div.text input {
  height: 21px;
  padding-top: 7px;
  background-color: transparent;
  border: 0;
}

div.text.focus,
div.text.hover,
div.text:hover{
  background-position: -35px -353px;
}

div.text.focus span,
div.text.hover span,
div.text:hover span {
  background-position: right -577px;
}

div.text.disabled {
  background-position: -35px -325px;
}

div.text.disabled span {
  background-position: right -549px;
}

/* Textarea */

div.textarea {
}

div.textarea span.top-left {
  background-position: -35px -297px;
  height: 14px;
  width: 50%;
  top: 0;
  left: 0;
}

div.textarea span.mid-left {
  background-position: -1px 0;
  width: 3px;
  top: 14px;
  left: 0;
}

div.textarea span.bot-left {
  background-position: -35px -311px;
  height: 14px;
  width: 50%;
  bottom: 0;
  left: 0;
}

div.textarea span.top-right {
  background-position: right -521px;
  height: 14px;
  width: 50%;
  top: 0;
  right: 0;
}

div.textarea span.mid-right {
  background-position: -3px 0;
  width: 3px;
  top: 14px;
  right: 0;
}

div.textarea span.bot-right {
  background-position: right -535px;
  height: 14px;
  width: 50%;
  bottom: 0;
  right: 0;
}

div.textarea textarea {
  height: 172px;
  margin: 14px 0;
  padding-left: 10px;
  background-color: transparent;
  border: 0;
}

div.textarea.focus span.top-left,
div.textarea.hover span.top-left,
div.textarea:hover span.top-left {
  background-position: -35px -353px;
}

div.textarea.focus span.mid-left,
div.textarea.hover span.mid-left,
div.textarea:hover span.mid-left {
  background-position: -18px 0;
}

div.textarea.focus span.bot-left,
div.textarea.hover span.bot-left,
div.textarea:hover span.bot-left {
  background-position: -35px -367px;
}

div.textarea.focus span.top-right,
div.textarea.hover span.top-right,
div.textarea:hover span.top-right {
  background-position: right -577px;
}

div.textarea.focus span.mid-right,
div.textarea.hover span.mid-right,
div.textarea:hover span.mid-right {
  background-position: -27px 0;
}

div.textarea.focus span.bot-right,
div.textarea.hover span.bot-right,
div.textarea:hover span.bot-right {
  background-position: right -591px;
}

div.textarea.disabled span.top-left {
  background-position: -35px -325px;
}

div.textarea.disabled span.mid-left {
  background-position: -9px 0;
}

div.textarea.disabled span.bot-left {
  background-position: -35px -339px;
}

div.textarea.disabled span.top-right {
  background-position: right -577px;
}

div.textarea.disabled span.mid-right {
  background-position: -11px 0;
}

div.textarea.disabled span.bot-right {
  background-position: right -591px;
}

/* PRESENTATION */

/* Select */
div.selector {
	margin-bottom: 0;
	width: 173px;
	font-size: 12px;
	}

div.selector select {
	width: 173px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
	border: solid 1px #fff;
}

div.selector span {
	padding: 0 25px 0 2px;
	cursor: pointer;
	}

div.selector span {
	color: #333;
	width: 141px;
	font-weight: bold;
	}
	
	div.selector.hover span,
	div.selector.active span,
	div.selector.focus span {
		color: #fff;
		}

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

/* Checker */
div.checker {
  margin-right: 10px;
}

/* Radio */
div.radio {
  margin-right: 10px;
}

/* Uploader */
div.uploader {
	width: 203px;
	margin-bottom: 0;
	cursor: pointer;
	}

div.uploader span.action {
	text-indent: -9999px;
	width: 101px;
	cursor: pointer;
	}

div.uploader span.filename {
	color: #777;
	width: 82px;
	font-size: 11px;
	}

div.uploader input {
	width: 203px;
	}

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

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

/* Text */
div.text {
  margin-bottom: 20px;
  width: 180px;
}

div.text span {
  width: 10px;
  background-color: #fff;
}

div.text input {
  color: #777;
  font-size: 11px;
  width: 170px;
}

div.text.disabled input {
  color: #aaa;
}

/* Textarea */
div.textarea {
  padding: 0 5px;
  margin-bottom: 20px;
}

div.textarea textarea {
  color: #777;
  font-size: 11px;
  width: 287px;
}

div.textarea.disabled textarea {
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

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

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus, .text input:focus, textarea {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

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

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;

}

/* Checker */

div.checker {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

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

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

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

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: default;
}

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

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

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* Text */

div.text {
  position: relative;
  float: left;
  overflow: hidden;
  padding-left: 10px;
}

div.text span {
  float: right;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
}

div.text input {
  display: block;
  float: left;
  border: none;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Textarea */

div.textarea {
  position: relative;
  float: left;
}

div.textarea span {
  overflow: hidden;
  position: absolute;
}

div.textarea textarea {
  display: block;
  /*float: left;*/
  border: none;
  cursor: default;
  text-overflow: ellipsis;
  resize: none;
}

