ul.search_results {
	display: block;
	background-color:#fff;
	width: 350px;
	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: -2px 0px 0px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
ul.search_results li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border-bottom: 1px dotted #ccc;
	text-align: left;	
	color: #000;
	text-decoration: none;

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

ul.search_results li a, ul.search_results li a:visited {
	display: block;
	color: #444444;
	margin-left: 0px;
	padding:6px 10px 6px 15px;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
}
ul.search_results li:hover a {
	color: #222;	
}

ul.search_results p#daves-wordpress-live-search_author {
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}

ul.search_results p#daves-wordpress-live-search_date {
	margin: 0px;
	font-size: 90%;
}

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

ul.search_results li.post_with_thumb img.post_thumb {
	float: left;
	margin: 3px 10px 10px 0px;
	height: 48px;
	width: 48px;
	border: 1px solid #888;
}
/* END post thumbnails */

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

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

.search_footer {
	background-color: #f4f4f4;
	text-align: left;
	padding: 5px 10px;
	font-size: 11px;
	font-weight:bold;
	display:block;
	clear:both;
}

.search_footer a, .search_footer a:visited {
	color: #222;	
	margin-right: 15px;
}

#search_results_activity_indicator{ 
	z-index:999999;
}
.daves-wordpress-live-search_result .clearfix {
	display:inline;
}
canvas {
	width:35px !important;
	height:35px !important;
	padding:5px;
	margin-left:-10px;
}