/*
Theme Name: CreativePickle Projects
Theme URI: http://creativepickle.com/
Description: Custom Theme for Project Site
Author: CreativePickle
Version: 1.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:100%/1.25 arial, helvetica, sans-serif;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
}
h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	list-style:none;
	padding:0 0 0 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
}

/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

/************STYLES**********/

html, body, #container {height: 100%; width:100%;}

body > #container {height: auto; min-height: 100%;}

body{
	background:url(images/bg.png) repeat 0 0;}
	
body.single-lightboxes{
	background:#fff;
	text-align:center;
	}

div.gradient{
	width:950px;
	left:50%;
	margin-left:-475px;
	position:fixed;
	top:0;
	height:800px;
	z-index:200;
	background:url(images/gradient.png) no-repeat 0 0;}
	
#main {
	width:950px;
	padding:0 20px 0 20px;
	margin:0px auto;
	padding-bottom: 150px;
	position:relative;
	z-index:500;
	
	}  /* must be same height as the footer */


/***********GLOBAL STYLES**********/

ul{
	list-style:disc;
	padding:0 0 10px 15px;
	margin:0;}
	
ul li{
	padding:0 0 0 5px;
	margin:0 0 6px 0;}
	
ul.checklist{
	list-style:none;
	padding:0 0 10px 0;
	margin:0;}
	
ul.checklist li{
	background:url(images/checkmark.png) no-repeat 0 0;
	min-height:12px;
	padding:0px 0 0 20px;}
	
p{
	padding:0 0 12px 0;}
	
ul li ul{
	padding-bottom:0;}
		
a:active, a:link, a:visited{
	color:#E68E21;}
	
a:hover{
	color:#999;}

#logo-container{
	position: relative;
	text-align:center;
	height:auto;
	}

#logo-container .logo-item{
	width:100%;
	height:auto;
	}

#logo-container .logo-item img{
	max-height:400px;
	width:auto;
	display:inline-block;
	}
	
ul.slick-dots{
	text-align: center;	
	}
	
ul.slick-dots li{
	display: inline-block;
	text-align: center;	
	}

ul.slick-dots li button{
	background:#fff;
	transition: all linear 140ms;
	border-radius:50%;
	border:1px solid #cececc;
	text-align: center;
	font-size:12px;
	line-height: 1;
	padding:0;
	width:30px;
	height:30px;
	line-height:30px;
	display: inline-block;
	outline: none;
	font-family: calluna-sans,Arial Narrow,sans-serif;
	}
	

ul.slick-dots li button:hover, ul.slick-dots li.slick-active button{
	cursor: pointer;
	background:#cececc;
	}
	
button.slick-arrow{
	background:none;
	color:#cececc;
	font-size:36px;
	border:none;
	outline:none;
	transition:all linear 140ms;
	transform:scale(1);
	line-height: 1;
	opacity: 0.8;
	z-index: 1000;
	}
	
button.slick-arrow:hover{
	transform:scale(1.1);
	cursor: pointer;
	opacity: 1;
	}
	
button.slick-next{
	position: absolute;
	top:50%;
	right:0;
	margin-top:-18px;
	}
	
button.slick-prev{
	position: absolute;
	top:50%;
	left:0;
	margin-top:-18px;
	}

ul.rslides_tabs{
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0 10px 0;
	}
	
ul.slides{
	width:100%;
	text-align:center;
	padding:0;
	position:relative;
	margin-top:45px;
	height:500px;
	}
	
ul.slides li{
	text-align:center;
	padding:0;
	display:block;
	width:100%;
	}
	
ul.slides li img{
	max-height:500px;
	width:auto;
	display:inline-block;
	}



ul.rslides_tabs li{
	display:inline-block;
	padding:0;
	
	}
	
ul.rslides_tabs li a{
	display:block;
	
  	color:#1b1b1b;
  	width:20px;
  	height:20px;
  	text-align:center;
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size:24px;
	}
	
ul.rslides_tabs li a:hover{
	color:#30a8c0;
	}
	
ul.rslides_tabs li.rslides_here a{
	color:#30a8c0;
	}
	
h1.blue{
	color:#30a8c0;
	}
/***********HEADER**********/
#header-bg{
	height:80px;
	position:absolute;
	width:100%;
	background:url(images/header-bg.png) repeat 0 0;
	border-bottom:2px solid #6f6f6f;
	top:0;
	left:0;
	}
	
body.single-lightboxes

#header{
	height:80px;
	}

.header-content{
	width:950px;
	padding:0 20px 0 20px;
	margin:0px auto;
	text-align:center;}

img.logo{
	margin:0px auto;
	width:304px;
	padding:0;}


	
/************BID STYLES*********/

div.service{
	background:#272727;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
-webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
-moz-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
padding:20px;
margin-bottom:30px;
position:relative;}

div.service h2{
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	color:#a2b642;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	font-size:40px;}
	
div.service span.cost{
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size:36px;
	text-align:right;
	color:#35a8c0;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	position:absolute;
	top:10px;
	right:24px;}
	
ul.add-ons{
	list-style:none;
	padding:10px 0 10px 0;
	}
		
ul.add-ons li{
	padding:0;
	position:relative;
	margin-bottom:15px;
}
	
ul.add-ons li h3{
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size:30px;
	padding-bottom:10px;
	color:#cf6712;
	}
	
ul.add-ons li span.cost{
	font-size:30px;
	top:-5px;
	right:10px;}
	
span.total{
	display:inline-block;
	text-align:right;
	float:right;
	}
	
div#total.service h2{
	color:#35a8c0!important;
	font-size:34px;}
	
div#total.service h2.total-number, div#total.service h2.total-number span.total{
	font-size:50px;
	color:#dabe04!important;}
	
div#total.service h2.total-number{
		padding-top:15px;

	}

div#password.service{
	width:600px;
	margin:0px auto;
	margin-top:45px;}
	
form.protected-post-form input[type=password], #searchform input[type=text]{
	margin:0 0 0 0!important;
	padding:8px 50px 8px 8px!important;
	font-size:15px!important;
	color:#fff!important;
	background:#7d7d7d!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
	font-family: calluna-sans,Arial Narrow,sans-serif!important;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
	width:250px!important;
border:none!important;
margin-top:7px!important;}

#searchform input[type=text]{
	font-style:italic;
	font-size:19px;}

form.protected-post-form input[type=submit], #searchform input[type=submit]{
	
	text-align:center!important;
	display:block!important;
	margin:0px auto;
	background:#35a8c0!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
	font-family: calluna-sans,Arial Narrow,sans-serif!important;
	border:none;
	color:#323232;
	font-size:18px;
	margin-top:10px;
	text-transform:uppercase;
	padding:5px 20px 5px 20px;}
	
form.protected-post-form input[type=submit]:hover, #searchform input[type=submit]:hover{
	background:#dabe04!important;
	cursor:pointer;}
	
form.protected-post-form label, #searchform label{
	display:none;}
	
a.print{
	text-align:center!important;
	display:inline-block!important;
	margin:0px auto;
	background:#35a8c0!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
	font-family: calluna-sans,Arial Narrow,sans-serif!important;
	border:none;
	color:#fff;
	font-size:22px;
	margin-top:10px;
	text-transform:uppercase;
	padding:5px 20px 5px 20px;}
	
a.button{
	text-align:center;
	/**text-align:left;**/
	display:inline-block;
	background:#35a8c0;
	color:#323232;
	/**background:url(images/submit_btn.png) no-repeat 0 0;**/
	border:1px solid #323232;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);
-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);
-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5);
font-family: calluna-sans,Arial Narrow,sans-serif;
text-transform:uppercase;
border-radius:8px;
-moz-border-radius:8px;
	/**text-indent:-9999px;**/
	margin-top:15px;
	padding:10px 20px 10px 20px;}
	
a.button:hover{
	cursor:pointer;
	background:#dabe04;
	color:#323232;
	/**background-position:0 -25px;**/
	}	

/***********NAVIGATION*********/

ul#menu-main-navigation{
	list-style:none;
	float:right;
	padding:30px 0 0 0;}

ul#menu-main-navigation li{
	float:left;}
	
ul#menu-main-navigation li a{
	display:block;
	font-family: calluna-sans,Arial Narrow,sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding:5px 15px 25px 15px;
	font-size:17px;
	text-align:center;
	position:relative;
	z-index:400;}
	
ul#menu-main-navigation li a div.nav-light{
	display:block;
	width:130px;
	height:100px;
	position:absolute;
	z-index:250;
	top:-40px;
	left:50%;
	margin-left:-65px;
	display:none;
	background:url(images/nav-light.png) no-repeat 0 0;}
	
ul#menu-main-navigation li a:hover{
	color:#35a8c0;
		text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
}
	
ul#menu-main-navigation li:first-child a{
	}
	

	
/***********CONTENT*********/

#content{
	width:950px;
	padding:45px 20px 0 20px;
	margin:0px auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:1.6;
	color:#fff;
	font-family: calluna-sans,Arial Narrow,sans-serif;}
	
#content.center{
	text-align:center;}
	
div.section{
	min-height:200px;
	margin-bottom:120px;
	padding-top:120px;}

div#contact.section{
	min-height:700px;
	margin-bottom:0;}
	


#footer {
	position: relative;
	width:100%;
	margin-top: -150px; /* negative value of footer height */
	height: 148px;
	clear:both;
	z-index:900;
	background:url(images/header-bg.png) repeat 0 0;
	border-top:2px solid #6f6f6f;} 
	
.footer-content{
	width:950px;
	margin:0px auto;
	text-align:left;
	padding:20px 20px 0 20px;}
	
.footer-text{
	text-align:center;
	font-size:14px;
	color:#6f6f6f;
		font-family: calluna-sans,Arial Narrow,sans-serif;
		padding-top:15px;
		clear:both;
}

.footer-text a, #contact a{
	color:#35a8c0;}
	
.footer-text a:hover, #contact a:hover{
	color:#cf6712;}
	
h1.footer{
	font-size:40px;
	float:left;
	}
	
	
	
#back-top{
	position: fixed;
	z-index:1000;
	bottom: 15px;
	left:15px;
	z-index:999;
	margin-left: 0;}
	
#back-top a{
	display:block;
	width:100px;
	height:100px;
	background:url(images/back-top.png) no-repeat 0 0;
	text-indent:-9999px;}
	
#back-top a:hover{
	background-position:0 -100px;}
	
/*************MAILCHIMP FORM***********/

#gform_5 input[type=submit]{
	position:absolute!important;
	top:8px!important;
	right:10px!important;
	text-align:left!important;
	display:block!important;
	width:25px!important;
	height:20px!important;
	background:url(images/envelope.png) no-repeat 0 0!important;
	border:none!important;
	text-indent:-9999px!important;
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	}

#gform_5 input[type=submit]:hover{
	cursor:pointer!important;
	background-position:0 -20px!important;}


#gform_5 input[type=text]{
	margin:0 0 0 0!important;
	padding:8px 50px 8px 8px!important;
	font-size:15px!important;
	color:#fff!important;
	background:#272727!important;
	border-radius:8px!important;
	-moz-border-radius:8px!important;
	font-family: calluna-sans,Arial Narrow,sans-serif!important;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.5)!important;
	width:250px!important;
border:none!important;
margin-top:7px!important;
}


form#gform_5{
	float:left!important;
	margin-left:30px!important;
	margin-right:35px!important;
	position:relative!important;
	max-height:55px!important;}	

#gform_5 label.gfield_label, .gform_edit_link{
	display:none!important;}
	
#gform_wrapper_5{
	padding-top:0!important;
	margin:0!important;}

/*************SOCIAL BUTTONS***********/

ul.social{
	
	float:left;
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	}
	
ul.social li{
	background:none;
	padding:0;
	margin:0 0 0 8px;
	float:left;
	text-align:left;
	width:45px;
	height:45px;
	position:relative;}

	
ul.social li a{
	display:block;
	height:45px;
	width:45px;
	text-indent:-9999px;}
	
ul.social li.facebook a{
	background:url(images/facebook.png) no-repeat 0 0;
	}
	
ul.social li.twitter a{
	background:url(images/twitter.png) no-repeat 0 0;
	}
	
ul.social li a div.fader{
	width:45px;
	height:45px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	display:none;}

ul.social li.facebook a div.fader{
	background:url(images/facebook.png) no-repeat 0 -45px;
	}
	
ul.social li.twitter a div.fader{
	background:url(images/twitter.png) no-repeat 0 -45px;
	}	

	
/***********BANNER ROTATOR**********/

#banner{
	margin:20px 0 20px;}
	
/***********HEADER STYLES***********/

h1{
font-family: "league-gothic-1","league-gothic-2",sans-serif;
font-size:60px;
	padding:0 0 12px 0;
	letter-spacing:.02em;
	text-transform:uppercase;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	color:#fff;}
	
.green{
	color:#a2b423;}
	
.blue{
	color:#35a8c0;}
	
.yellow{
	color:#dabe04;}
	
.orange{
	color:#cf6712;}

	
h1.banner-old{
	font-size:219px;
	letter-spacing:.01em;
	text-transform:uppercase;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	color:#d6d5d5;}
	
h1.banner{
	width:950px;
	height:190px;
	text-align:left;
	text-indent:-9999px;
	background:url(images/banner.png) no-repeat 0 0;}

	
h1.blogtitle{
	font-size:32px;
	padding:0 0 12px 0;}
	
h2{
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size:30px;
	padding:0 0 4px 0;
	letter-spacing:.02em;
	text-transform:uppercase;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	color:#fff;}

h3{
	font-family: calluna-sans,Arial Narrow,sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:0 0 4px 0;
	letter-spacing:.02em;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	text-transform:uppercase;
	color:#fff;}	

h4{
	font-family: calluna-sans,Arial Narrow,sans-serif;
	font-size:18px;
	padding:0 0 4px 0;
	letter-spacing:.02em;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	color:#000;}
	
ul.about-nav li.dorie-pickle a h4, .about-tabs div.dorie-pickle h1{
	color:#a2b60e;}
	
ul.about-nav li.andrea-couch a h4, .about-tabs div.andrea-couch h1{
	color:#cf6712;}
	
ul.about-nav li.ben-pickle a h4, .about-tabs div.ben-pickle h1{
	color:#35a8c0;}
	
ul.about-nav li.who-we-are a h4, .about-tabs div.who-we-are h1{
	color:#dabe04;}
	

	
/***********ABOUT*************/

#about{}

#about div.about-box{
	width:950px;
	height:480px;
	list-style:none;
	padding:0;
	background:#272727;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
-webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
-moz-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
	position:relative;}
	

	
div.about-tabs{
	width:670px;
	float:left;
	position:relative;
	}
	
div.about-tabs > div{
	position:absolute;
	top:0;
	left:0;
	padding:25px;
	}	

div.about-info{
	width:910px;
	height:224px;
	padding:20px;
	}
	
ul.about-nav{
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	background:#161616;
	
	position:relative;
	z-index:500;
	list-style:none;
	width:250px;
	height:480px;
	float:left;
	margin:0;
	padding:0;}
	
ul.about-nav li{
	height:119px;
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 0 0;
	float:none;}
	
ul.about-nav li:hover, ul.about-nav li.current{
	background:#000;}
	
ul.about-nav li:first-child{
	border-top:none;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	margin-left:0;}
	
ul.about-nav li.ben-pickle{
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	margin-left:0;}
	
ul.about-nav li a{
	text-align:center;
	display:block;
	height:87px;
	width:185px;
	background:url(images/circle-about-nav-sm.png) no-repeat 0 0;
	padding:33px 0 0 50px;}

ul.about-nav li a div.fader{
	display:none;
	height:119px;
	width:235px;
	background:url(images/circle-about-nav-rollover-sm.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:15px;
	z-index:600;}		

ul.about-nav li.dorie-pickle a, ul.about-nav li.dorie-pickle a div.fader{
	background-position:0 5px;}
	
ul.about-nav li.andrea-couch a, ul.about-nav li.andrea-couch a div.fader{
	background-position:0 -105px;}
	
ul.about-nav li.ben-pickle a, ul.about-nav li.ben-pickle a div.fader{
	background-position:0 -215px;}
	
ul.about-nav li.who-we-are a, ul.about-nav li.who-we-are a div.fader{
	background-position:0 -325px;}
	
ul.about-nav li a h2, ul.about-nav li a h4{
	position:relative;
	z-index:999;}
	
ul.about-nav li a h2{
	padding-bottom:3px;
	line-height:1;}
	
ul.about-nav li a.current div.fader{
	display:block;}
	

	


	

/***********CONTACT************/

div#content > div{
	display:block;}
	
	

	

/**************MISCELLANEOUS************/

div.shadow{
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);}
	
h1.shadow{
	text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 2px;}		



/* CLEAR FIX*/
.clear{
	clear:both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.selectBox-dropdown {
width: 390px; /* width = (desired width) - padding-right */
padding-right: 40px;
padding-left:5px;
position: relative;
border: none;
line-height: 1.4;
text-decoration: none;
color: #fff;
outline: none;
vertical-align: middle;
background: #272727;
font-size:13px;
display: inline-block;
cursor: default;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.selectBox-dropdown a:hover{
	color:#d6d6d6;}

.selectBox-dropdown:hover{
	cursor:pointer;}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
border-color: #fff;
}

.selectBox-dropdown.selectBox-menuShowing {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.selectBox-dropdown .selectBox-label {
width: 100%;
padding: .2em .3em;
display: inline-block;
white-space: nowrap;
overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 100%;
background: url(images/select.png) 50% center no-repeat;
border-left: solid 1px #6f6f6f;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	font-family: calluna-sans,Arial Narrow,sans-serif;

position: absolute;
z-index: 99999;
max-height: 200px;
border: none; /* should be the same border width as .selectBox-dropdown */
background: #272727;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
overflow: auto;
color:#fff;
font-size:13px;
}


/* Inline control */
.selectBox-inline {
width: 250px;
outline: none;
border: solid 1px #BBB;
background: #FFF;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: auto;
}

.selectBox-inline:focus {
border-color: #6f6f6f;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
list-style: none;
display: block;
cursor: default;
padding: 0;
margin: 0;
}

.selectBox-options LI A {
line-height: 1.5;
padding: 0 .5em;
white-space: nowrap;
overflow: hidden;
background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
background-color: #393939;
color:#dabe04;
}

.selectBox-options LI.selectBox-disabled A {
color: #888;
background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
background-color:#393939;
color:#35a8c0;
}

.selectBox-options .selectBox-optgroup {
color: #666;
background: #EEE;
font-weight: bold;
line-height: 1.5;
padding: 0 .3em;
white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
opacity: .5;
filter: alpha(opacity=50);
border-color: #666;
}

.selectBox-inline.selectBox-disabled {
color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important;
}