/** Dave's WordPress Live Search CSS **/
ul.search_results
{
display: block;
background-color:#fff;
width:186px;
max-height: 500px;
position:absolute;
top:20px;
left:0px;
overflow:auto;
z-index: 9999;	

list-style-type: none;
list-style-image: none;
list-style-position: inside;

padding: 0px;
margin: 0px;
margin-top:4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

ul.search_results li
{
font-size: 13px;
display: block;
padding: 5px 10px 5px 10px;
margin: 0px 0px 0px 0px;
//border-top: 1px solid #eee;
border-bottom: 1px solid #ccc;
text-align: left;	

color: #2fc02f;
background-color: #fff;
text-decoration: none;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;	
	transition: background-color 0.2s ease-out;
}

ul.search_results li:hover
{
color: #fff;
background-color: #ddd;	
}

ul.search_results li a, ul.search_results li a:visited
{
//display: inline;
//float:left;
color: #2fc02f;
margin-left: 0px;
padding-left: 0px;
text-decoration: none;
font-weight: normal;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;	
	transition: color 0.2s ease-out;
}

ul.search_results li a:hover
{
color: #000;
}

ul.search_results p#daves-wordpress-live-search_author
{
margin: 0px;
font-size: 1px;
visibility:hidden;
}

ul.search_results p#daves-wordpress-live-search_date
{
margin: 0px;
color:#666;
font-size: 13px;
}

/* BEGIN post thumbnails */
ul.search_results li.post_with_thumb a {
width:85px;
float:left;
margin-bottom: 5px;
}

ul.search_results li.post_with_thumb img.post_thumb
{
float: left;
margin: 3px 10px 3px 0px;
height: 48px;
width: 48px;
border: 1px solid #ddd;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 	
}
/* END post thumbnails */

/* BEGIN post excerpt */
ul.search_results .excerpt, ul.search_results .meta
{
font-size: 40%;
width: 100%;
}
/* END post excerpt */

ul.search_results .clearfix
{
float: none !important;
clear: both !important;
}

.search_footer {
background-color: #888;
width: 100%;
text-align: right;
padding: .5em 0;
font-size: .9em;
}

.search_footer a,
.search_footer a:visited {
color: #fff;	
margin-right: 1em;
}

#search_results_activity_indicator{
z-index:999999;
}

