ul.search_results
{
	background-color: #fff;
	box-shadow: 5px 5px 3px #222;
	display: block;
	left: 0px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	max-height: 500px;
	moz-box-shadow: 5px 5px 3px #222;
	overflow: auto;
	padding: 0px;
	position: absolute;
	top: 20px;
	webkit-box-shadow: 5px 5px 3px #222;
	width: 288px;
	z-index: 9999;
}
ul.search_results li
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #3796D5;
	color: #000;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-decoration: none;
}
ul.search_results li:hover
{
	transition: background 0.2s ease-out;
	background-color: #3796D5;
}
ul.search_results li:hover a, ul.search_results li:hover a:visited{
	color: #FFFFFF;
	transition: color 0.2s ease-out;
}
ul.search_results li a, ul.search_results li a:visited
{
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
	margin-left: 0px;
	text-decoration: none;
}
ul.search_results p#daves-wordpress-live-search_author
{
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
ul.search_results p#daves-wordpress-live-search_date
{
	font-size: 90%;
	margin: 0px;
}
ul.search_results li.post_with_thumb a
{
	float: left;
	margin-bottom: 5px;
	width: 150px;
}
ul.search_results li.post_with_thumb img.post_thumb
{
	border: 1px solid #888;
	float: left;
	height: 48px;
	margin: 3px 10px 10px 0px;
	width: 48px;
}
ul.search_results .excerpt, ul.search_results .meta
{
	font-size: 75%;
	width: 100%;
}
ul.search_results .clearfix
{
	clear: both !important;
	float: none !important;
}
.search_footer
{
	background-color: #888;
	font-size: .9em;
	padding: .5em 0;
	text-align: right;
	width: 100%;
}
.search_footer a,
.search_footer a:visited
{
	color: #fff;
	margin-right: 1em;
}
#search_results_activity_indicator
{
	z-index: 999999;
}

@media screen and (max-width:769px){
	ul.search_results
	{
		width: 70%;
	}
}