/*

Uniform Theme: Aristo
Version: 1.1
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */


div.uploader,
div.uploader span.action
 {
 background-image: url("../images/sprite-aristo.png"); 
/* 	background: #fff;*/
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.button,
div.button span
{
	text-transform: capitalize !important;

}       
div.button
{
	background: #0d9cdf;    
	text-transform: capitalize !important;
	color: #fff;
}
	div.button:hover, div.button:active     
	{
		background: #c00;
		color: #fff;
	}
	
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0; }

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
background: url("../images/bg-input-aristo.png") repeat-x 0 0; 
/*  	background: #fff;*/
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password, 
select.uniform-multiselect,
textarea.uniform {
	padding: 4px; 
	outline: 0; }
 
select.uniform-multiselect {
	background: url("../images/bg-input-aristo.png") repeat-x 0 0;
/*  	background: #fff; */ }

/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
}


select.uniform-multiselect:focus {
background: url("../images/bg-input-focus-aristo.png") repeat-x 0 0;
/*  	background: #fff; */
}

/* Select */
div.selector,
div.selector span
{
	background-image: url('../images/select-aristo.png');
}
div.selector {
  background-position: right 0px;
  line-height: 48px;
  height: 48px;
  padding: 0 0px 0 0px;
  position: relative;
  overflow: hidden; 
  width: 676px; }

div.selector.fixedWidth {
  width: 676px; }

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
	padding-left: 15px;
  height: 48px;
  line-height: 48px;
  padding-right: 0px;
  cursor: pointer;
  width: 676px;
  display: block; }

div.selector.fixedWidth span {
  width: 661px; }

div.selector select {
  opacity: 0;
	font-size: 14em;font-size: 14px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 50px;
	cursor: pointer;
  top: -2px;
  left: 10px;
  width: 100%; }

div.selector:active,
div.selector.active {
  background-position: right 0px; }

div.selector:active span,
div.selector.active span {
  background-position: right 0px; }

div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: right 0px; }

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right 0px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 0px; }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right 0px; }

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
  background-position: 0 0px; }

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right 0px; }

/* Checkbox */
div.checker span {
 background-image: url("../images/sprite-cherer_radio.png"); 
/* 	background: #fff;*/
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

div.checker,
div.checker span,
div.checker input {
  width: 30px;
  height: 30px; }

div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0px;
  text-align: center;
  background-position: 0 0px; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
cursor: pointer;
  zoom: 1; }

div.checker:active span,
div.checker.active span {
  background-position: -40px 0px; }

div.checker:hover span {
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -40px 0px; }

div.checker span.checked {
  background-position: -40px 0px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -40px 0px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -40px 0px; }

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: 0px 0px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -40px 0px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -40px 0px; }

/* Radio */
div.radio,
div.radio span,
div.radio input {
  width: 30px;
  height: 30px; }

div.radio {
  position: relative; }

div.radio span {
background-image: url("../images/sprite-cherer_radio.png"); 
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0px;
  text-align: center;
  background-position: 0px -40px; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer !important;
  text-align: center; }

div.radio:active span,
div.radio.active span {
  background-position: 0px -40px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -0px -40px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -0px -40px }

div.radio span.checked {
  background-position: -40px -40px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position:-40px -40px; }

div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -40px -40px; }

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: -40px -40px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -40px -40px }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -40px -40px; }

/* Uploader */
div.uploader {
  height: 34px;
  width: 189px;
  cursor: pointer;
	background-image: url('../images/filechoose.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  height: 34px;
cursor: pointer;
  line-height: 34px;
	background-image: url('../images/filechoose.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;

  width: 0px;
  text-align: center;
position: absolute;
left: 0px;
top: 0px;
  display: inline;
font-size: 0px;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 4px 0 4px 4px;
  line-height: 24px;
  width: 76px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 100%;
  height: 100%; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0 bottom; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: 0 bottom; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -558px; }

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 -590px; }

div.uploader.disabled {
  background-position: 0 -398px; }

div.uploader.disabled span.action {
  background-position: right -462px; }

/* Buttons */
div.button a,
div.button button,
div.button input {
  position: absolute;
  display: none; }

div.button {
/*  background-position: 0 -750px; */
  height: 32px;
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1;
  text-align: center;
/*  background-position: right -622px; */
  height: 22px;
  margin-left: 13px;
  padding: 9px 15px 0 2px; }

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
/*  background-position: 0 -814px; */}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
/*  background-position: right -686px; */}

div.button.active,
div.button:active {
/*  background-position: 0 -782px; */}

div.button.active span,
div.button:active span {
/*  background-position: right -654px */;
  cursor: default; }

div.button.disabled {
/*  background-position: 0 -846px; */ }

/* Separate from above due to IE8 */
div.button:disabled {
  /* background-position: 0 -846px; */ }

div.button.disabled span {
/*  background-position: right -718px; */
  cursor: default; }

/* Separate from above due to IE8 */
div.button:disabled span {
  /* background-position: right -718px; */
  cursor: default; }

/* INPUT & TEXTAREA */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect
{
	font-size: 16px;
	font-family:'pt_sansregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #727272;
/*	background-color: #a1cbe2;   */     
	background-color: #fff;
	border: 1px solid #ccc !important;
	line-height: 42px;
	height: 42px;
	width: 608px;
	padding: 0px 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}			

textarea.uniform {
	font-size: 16px;
	font-family:'pt_sansregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #727272;
/*	background-color: #a1cbe2;   */     
	background-color: #fff;
	border: 1px solid #ccc !important;
	line-height: normal;
	width: 608px;
	text-align: left;
	padding: 10px 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	border-color: #ccc;
/*	background-color: #a1cbe2;  */
	background-color: #fff;
}

/* Uploader */
div.button span {
	font-weight: normal;
	font-family: 'pt_sansbold', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase; }

div.button:active span {
  color: #555; }

div.button.disabled span {
  color: #bbb; }

/* Separate from above due to IE8 */
div.button:disabled span {
  color: #bbb;
  cursor: default; }

/* Select */
div.selector {
  font-weight: normal;
  color: #2d2d2f;
  font-size: 14px; }

div.selector select {
  font-family:'pt_sansregular', "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px; 
	background: #fff;
}

div.selector span {
  color: #2d2d2f;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #2d2d2f; }

/* Checker */
div.checker {
  margin-right: 7px; }

/* Radio */
div.radio {
  margin-right: 7px; }

div.uploader span.action {
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #2d2d2f; }

div.uploader span.filename {
  color: transparent;
  font-size: 0px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #2d2d2f;
  color: #aaa; }
