/*
Theme Name: Alpine
Author: Thrive web design 
Author URI: http://thriveweb.com.au/
*/
 
/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ font-weight: normal;  margin-bottom: 20px; margin-top: 40px; }


h1									{ font-size: 60px; line-height: 65px; }
h2									{ font-size: 40px; line-height: 45px;}
h3									{ font-size: 32px; line-height: 38px;}
h4									{ font-size: 18px; line-height: 22px;}
h5									{ font-size: 15px; line-height: 18px;}
h6									{ font-size: 13px; line-height: 18px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{ 
	margin-top: 0; 
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

p:first-child{
	margin-top: 0;
}

textarea,
select,
input,
body{
	font-family: 'Open Sans', sans-serif;
}

body {	
 
	font-size: 14px;
	line-height: 22px;
	color: black;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-weight: normal;	
	font-family: 'Open Sans', sans-serif;
}


a{
	color: black;
	
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	color: #7e43ab;
}

blockquote{
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px #E4E4E4;  
	
}


/*---------------------------- helpers ----------------------------*/

.clear{
	clear:both;
}
 
.center{
	width:1000px; 
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}

.alignleft{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignnone{
	clear: both;
}

.nopad{
	padding: 0 !important;
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
	padding-top: 0;
}

header{
	height: 275px;
}

header p.tagline{
	color: #7e7f82;
	float: left;
	
	line-height: 30px;
	margin: 0;
	padding-left:10px;
	
	width: 750px;
	background-color: white;
	
	font-size: 12px;
}

#logoContainer{
	padding-top: 40px;
	
	height: 185px;	
	text-align: center;
}

#logoContainer a:hover{
	opacity: 0.6;
}

#main{
	margin-bottom: 40px;
	margin-top: 40px;
}

.content{
	padding: 20px;
	padding-top: 0;
}

.scol{
	width: 800px;
	margin: auto;
}

.lcol{
	float: left;
	width: 670px;
}

.rcol{
	float: right;
	width: 300px;
}

.lcol50{
	float: left;
	width: 500px;
}

.rcol50{
	float: right;
	width: 450px;
}

.lcol_cont{
	float: left;
	width: 450px;
	margin-left: 50px;
}

.rcol_cont{
	float: right;
	width: 450px;
	margin-right: 50px;
}

.rcol .content{
	padding-left: 0;
	padding-right: 0;
}

.content,
.content p,
.content li{
	font-size: 16px;
	line-height: 26px;
}

.content p:first-child{
	margin-top: 0;
}

.content a{
	background-color: #ededed;
}

.content a:hover{
	text-decoration: underline;
}

.page-template-page-home-php #main{
	margin-bottom: 0;
}


/*---------------------------- main menu ----------------------------*/
nav{
	top: 0;
	left: auto;
	
	height:55px;
	z-index:600;
	
	width: 1000px;
	
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
	
	margin: auto;
}

nav .filler{
	width: 100%;
	display: inline-block;
    height:0px;
}

nav ul{
	height:55px;
	line-height:55px;
	
	z-index:400;
	
	margin:0;
	padding:0;

	background-color: white;
	
	text-align: justify;
}

nav ul li{
	
	display: inline;
	list-style:none;
	position:relative;
	
	margin:0;
	padding:0;
}

nav ul li a{
	color: #b3b3b3;
	
	text-decoration:none;

	padding-left:5px;
	padding-right:5px;

	font-size:12px;
	font-weight:normal;

	line-height:55px;
	height: 55px;
	
	display: inline-block;
	
	text-transform:uppercase;
	position: relative;
}

nav ul li.current_page_item a,
.current-gallery-ancestor a,
.current-page-ancestor a{
	color:black;
}

nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:black;
}

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:black;
}

nav ul li.current_page_item ul a,
single-gallery {
	color:black;
}


/*** dropit ***/
nav ul li ul{
	position:absolute;
    top:36px;
    
    margin:0;
	padding:0;
	
    float:left;  
    
	width:190px;
	
	z-index:100;
	height:auto;
	visibility:hidden;
	left:0px;
	
	border: solid 1px #E4E4E4;
	border-top: none;
}

nav ul li ul li{
    margin:0px;
	padding:0px;	
	display:block;
}

nav ul li ul li span{
	display:none;
}

nav ul li ul li a,
nav ul li.current_page_item ul li a{
	
	display:inline-block;
	line-height:25px;
	height: auto;
	
	padding-left: 23px;

	width:120px;
	color:#A8A8A8 !important;
	text-align:left;
}

nav ul li.sfHover ul li a:hover{
	color: black;
}

nav ul li ul li.lastone a{
	border-bottom:none !important;
}

nav ul li ul li.current_page_item a{
	color: black !important;
}

nav ul li ul li a:hover,
nav ul li ul li.current_page_item a:hover{
	color: black !important;
}


.sf-sub-indicator{
	width: 8px;
	height: 6px;
	background-image: url(images/darrow.png);
	
	position: absolute;
	right: 5px;
	top: 25px;
}



/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*---------------------------- sidebar ----------------------------*/
.sidebar_widget{
	background-color: white;
	padding-bottom: 20px;
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.sidebar_widget.banner{
	padding-bottom: 0;
	background-color: transparent;
}

.sidebar_widget h3{
	padding-left: 10px;
	line-height: 40px;
	
	font-size: 16px;

	color: #808080;
	
	border-radius: 3px;
	background-color: #EFEFEF;
    text-shadow: 1px 1px 1px white;

}

.sidebar_widget p{
	padding-left: 20px;
	padding-right: 20px;

	font-size: 14px;
}

.sidebar_widget a.more{
	color: #e85434;
	font-size: 10px;
}

.attachment-blog_thumbnail{
	padding: 3px;
	border: solid 1px #ccc;
	border-radius: 10px;
	float: left;
	margin-left: 20px;
}

.sidebar_widget li{
	padding-top: 5px;
	padding-bottom: 5px;
}



/*---------------------------- Portfolio page ----------------------------*/

#port_lcol{
	width: 240px;
	float: left;
}

#port_rcol{
	width: 740px;
	float: right;
}

.portfolio{
	padding-left: 380px;	
}


.portfolio_item a:hover img{
	opacity:0.20;
	filter:alpha(opacity=20);
	text-decoration:none;
}

.portfolio_item a{
	float:left;
	position:relative;
	margin-right:140px;
	
	background-color: white;
	line-height: 0;
	
	text-decoration: none;
	

}

.portfolio_item a.last{
	margin-right:0;
}

.portfolio_item img{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
		border-radius: 40px;
}

.portfolio_item .info{
	position:absolute;
	left:0;
	top:0;
	width:235px;

	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.portfolio_item a:hover .info{
	opacity:1;
	
	width:235px;
	

}

.portfolio_item p{
	font-size:22px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
	color: white;
	
	line-height: 255px;
	text-align: center;
}

.portfolio_item p:hover{
		color: gray;
}


/*---------------------------- Results page ----------------------------*/

.res_item{
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	width:320px;
	padding-top: 20px;
	border-top: 4px solid #dadada;
}

.res_item.last{
	margin-right:0;
}

.res_item h2{
	border-right: none !important;
	
}

#s_info{
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
}

#s_info span{
	background-color: #dadada;
	border-radius: 25px;
	padding: 15px;
	display: block;
}

/*---------------------------- Photospace override ---------------------------

.photospace{
	height:570px !important;
	margin-top:0 !important;
	position:relative;
	margin-bottom:60px !important;
}

.photospace .thumbs_wrap2{
	height:60px;
	width:100%;
	position:absolute;
	bottom:0px;;
	left:0
}

.photospace .thumnail_col a.pageLink {
	border-radius:25px;
	width:43px !important;
	height:43px !important;
	margin-left:11px;
	margin-right:11px;
	margin-top:4px;
}


.photospace .slideshow img {
	vertical-align:bottom  !important;
}
.photospace .slideshow a.advance-link {
	line-height:500px;
}
.photospace .loader {
	height:500px !important;
}

.photospace .slideshow span.image-wrapper {
	bottom:0;
}


.photospace .pagination {
    top: 60px !important;
}

.photospace .thumnail_col {
    width: 750px !important;	
}

.thumnail_col{
	display:none;
}

.photospace .caption{
	width: 240px;
	position: absolute;
	right: 0;
	top: 0;	
	padding-top: 30px !important;
}

.photospace .image-caption,
.photospace .image-desc{
	
	text-align: right;
}


.photospace .pagination a,
.photospace .pagination span{
	border-radius: 15px;
	line-height: 15px !important;
	height: 15px;
	padding-top: 3px  !important;
}

.photospace .pagination .current{
	background-color: gray !important;
	border: solid 1px gray !important;
}

-*/


/*---------------------------- blog header ----------------------------*/

#blog_head{	

	width: 1000px;
	top: 0;
	left: auto;
	
	height: 55px;
	background-image: url(images/diag.png);
	
	border-bottom: solid 1px #E4E4E4;
	border-top: solid 1px #E4E4E4;
	
	background-color: white;

	margin-bottom: 40px;
	z-index: 1000;
}

#blog_head #rss{
	margin-right:20px;
	margin-left: 20px;
	background-image:url(images/icons/rss.png);
	margin-top: 15px;
}

#blog_head #rss span{
	display: none;
}

#searchbox{
	float:left;
	margin-right:40px;
	margin-top: 15px;
}

#searchbox form{
	width:103%;
}

#Searchform{
	width:180px;
	padding:5px;
	
	background-image:url(images/search.png);
	background-position:155px 6px;
	background-repeat:no-repeat;
}

#search_results{
	margin-bottom:20px;
}

.social_share li{
	float:left;
	list-style:none;
}

.social_share{
	margin:0;
	padding:0;
}

.social_share a{
	width:28px;
	height:28px;
	
	float:left;
	margin-left:5px;
	background-repeat:no-repeat;
}

#cat{
	margin-top: 15px;
}


/*---------------------------- blog format ----------------------------*/

article{
	margin-bottom:40px;
}

article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: #000;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;
	
	padding:10px;
	height:18px;
	
	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

.dets{
	float: left;
	width: 320px;
	text-overflow:clip;
}

.dets h2{
	
}

.dets h2{
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-right: solid 1px #E4E4E4;
}

.dets ul a{
	background-color: #F7F7F7;
	color: #7e43ab;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover{
	background-color: #e0f5f1;
}

.dets ul img:hover{
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);

}

.dets ul{
	padding-left: 0;
}

.dets li{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li.perm a:hover{
	background: none;
}

article{
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.single article{
	border-bottom: 0;
	padding-bottom: 0;
}

article .content{
	float: right;
	width: 640px;
	padding-right: 0;
	padding-top: 0 !important; 
}



/*---------------------------- paging ----------------------------*/

.navigation {  
	display: block;  
	text-align: left;   
	padding-top:20px;
	padding-bottom: 20px;
	margin-top:10px;
	float: left;
	width: 100%;
	border-top: solid 1px #E4E4E4;
}  
.navigation a{  
	text-align:center;  
	padding:5px 10px;  
	margin:0 2px 0 2px;  
	border:1px solid #000;
	color:#000;
	font-size:14px;
	text-decoration:none;
	line-height:25px;
}

.navigation a.current{
	background-color:#000;
	color:#FFF;
}

.navigation a:hover{  
	background:#fff;  
}  

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
}


/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
	font-size: 12px;
	font-style: italic;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	padding-top: 10px; 
	border-top:solid 1px #cfcfcf;
	list-style:none;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;
	
}

#comments .children li{
	margin-left:60px;	
}

p.author, p.time{
	margin-bottom: 0;
}


/*---------------------------- CF7 ----------------------------*/

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #EFEFEF;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   border-radius:5px;
   text-shadow: none;  
   color:black;
   font-size: 12px;
   box-shadow: 2px 2px 1px gray;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
   background-color: #EFEFEF;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    border-radius:5px;
    text-shadow: none;  
	color:black;
   font-size: 12px;
   box-shadow: 2px 2px 1px gray;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
   background-color: #EFEFEF;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    border-radius:5px;
    text-shadow: none;  
	color:black;
   font-size: 12px;
   box-shadow: 2px 2px 1px gray;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: #EFEFEF;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    border-radius:5px;
    text-shadow: none;  
	width:180px;
	color:black;
   font-size: 12px;
   box-shadow: 2px 2px 1px gray;

}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}


/*---------------------------- footer ----------------------------*/

footer{
	padding-top: 20px;
	overflow: hidden;
	border-top:solid 1px #E4E4E4;
	padding-bottom: 20px;
	margin-bottom: 10px !important;
}


footer p,
footer p a{
	color: gray;
	margin: 0;
	font-size: 11px;
	text-align: center;
}

footer a:hover{
	text-decoration: underline;
}

footer a img{
	position: relative;
	top: -3px;
}


/*---------------------------- Load posts  ----------------------------*/
#pbd-alp-load-posts a{
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}



/* `Formalize
----------------------------------------------------------------------------------------------------*/

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency */

::-moz-focus-inner {
  border: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

.button,
input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
}

.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
 
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px !important;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  font-size: 14px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
  color: #888;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 6px;
  font-size: 14px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Cannot stack with WebKit's.
*/
input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
  color: #888;
}

.button:hover,
.button:focus,
.button:active,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #e1c8f6 0 0 7px;
  -webkit-box-shadow: #e1c8f6 0 0 7px;
  box-shadow: #e1c8f6 0 0 7px;
	color: black;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
  background-image: url(images/select_arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

textarea,
select[multiple] {
  height: auto;
}

select[multiple],
.is_webkit select[multiple] {
  background-image: none;
  padding: 0;
}

textarea {
  min-height: 40px;
  resize: vertical;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}




