/* Search box placement for content pages */

/* Placeholder text coloring */
::-webkit-input-placeholder 
{
   color: white;
  	opacity: 0.9;   
}
:-moz-placeholder 
{ 
   color: white;
   	opacity: 0.9;   
}
::-moz-placeholder 
{ 
	color: white;
	opacity: 0.9;   
}
:-ms-input-placeholder 
{  
   color: white;  
   	opacity: 0.9;   
}




.search
{
	color: white;	
	/*background-color: #00aa44;*/
	border: none;
	white-space: nowrap;
	position: absolute;
	min-width: 380px;
	text-align: center;
	right: 0.5em;
	top: 0.5em;
	display: inline-block;
	z-index: 3;	
	font-size: 1.5em;
	
}


#txtSearch
{
	border: 1px solid #008822;
	border-bottom-width: 4px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: inherit;
	font-weight: bold;
	background-color: #00aa44;
}

.typing #txtSearch
{
	color: #333333;
	background-color: white;
	/*border: 1px solid #999999;*/
	border-color: #999;
}

.search .close
{
	display: none;
}

.typing.search .close
{
	display: inline-block;
}

.search .close
{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	color: #999;
	font-size: inherit;
}	

.search .close a
{
	color: inherit;
	text-decoration: none;
}



.results
{
	display: none;
	box-sizing: border-box;
	padding: 30px;
	width: 50%;
	min-width: 400px;
	background-color: white;
	position: absolute;
	right: 1em;
	/*border: 1px solid #00aa44;*/
	border-color: #999;
	color: black;
}



.results.visible
{
	display: inline-block;
}

.results ul, .results li
{
	list-style: none;
	padding: 0;
}

.results h1
{
	font-size: 1.5em;
}

.results a, .results a:visited
{
	color: #00aa44;
}

.results .description
{
	margin-left: 20px;
	display: block;
	font-weight: normal;
}

.results .loading .spinner
{
	visibility: hidden;
}

.results .result_count
{
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}
