/* CSS Document
search.css
 */

#searchForm, #subSearchForm, #subSearchFormNoLinks, #subSearchFormContent {
	position: relative;
	float: right;
	width: 40px;
	height: 34px;
	margin-right: 1px;
}

#subSearchForm {
	/*margin-top:20px;
	margin-left:12px;*/
}

#subSearchForm.sticky {
	display: none; 
}

#subSearchFormNoLinks {
	margin-top:20px;
	margin-left:62px;
}

#subSearchFormContent {
	margin-top:0px;
	margin-left:12px;
}

#searchForm input, #subSearchForm input, #subSearchFormNoLinks input, #subSearchFormContent input {
  /*outline: none;*/
  float: right;
  padding-top:10px;
}

#searchForm input, #subSearchForm input, #subSearchFormNoLinks input, #subSearchFormContent input {
	background: #fff url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 4px center;
	padding: 9px 0px 9px 32px;
  width: 40px;
  border: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#searchForm input:focus, #subSearchForm input:focus, #subSearchFormNoLinks input:focus, #subSearchFormContent input:focus {
  width: 480px;
  padding-left: 32px;
  cursor: auto;
  width: 550px;
  height: 34px;
  border: 1px solid #ccc;
}

