/** Dave's WordPress Live Search CSS **/
ul.search_results {
	display: block;
	position: fixed;
	top: 160px !important;
	left: 0 !important;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	overflow: scroll;
	z-index: 9999;
	list-style: none;
	padding: 0 5%;
	background: #ecebeb; 
}

ul.search_results li {
	display: block;
	padding: 5px 20px 5px 10px;
	text-align: left;
}

ul.search_results li a, ul.search_results li a:visited {
	display: block;
	color: #dc2763;
	text-decoration: none;
	font-family:'focoregular',Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* post thumbnails */
ul.search_results li.post_with_thumb img.post_thumb {
	float: left;
	width: 65px;
	margin: 3px 10px 10px 0;
}

ul.search_results .clearfix {
	clear: both;
}

.search_footer {
	display: none;
}

@media only screen and (min-width:768px) {
	ul.search_results {
		top: 190px !important;
		width: 90%;
	}
	ul.search_results li a, ul.search_results li a:visited {
		margin-top: 10px;
		font-size: 18px;
	}
	ul.search_results li.post_with_thumb img.post_thumb {
		width: 100px;
	}
}
