/** Dave's WordPress Live Search CSS **/
ul.search_results {
	display: block;
	width: 250px;
	max-height: 500px;
	position: absolute;
	top: 20px;
	left: 0px;
	overflow: auto;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding: 11px 0 0 0;
	margin: 0px;
	-moz-box-shadow: 5px 5px 3px #222;
	-webkit-box-shadow: 5px 5px 3px #222;
	box-shadow: 5px 5px 3px #222;
	background: url("images/bubble-top.png") no-repeat scroll 0 0 transparent;
}

ul.search_results li {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-align: left;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #eee;
}

ul.search_results li:hover {
	background-color: #fff;	
}

ul.search_results li a, ul.search_results li a:visited {
	display: block;
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
}

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;
	clear: both !important;
}

.search_footer {
	background-color: #565656;
	width: 100%;
	text-align: right;
	padding: .5em 0;
	font-size: .9em;
}

.search_footer a, .search_footer a:visited {
	color: #fff;
	margin-right: 1em;
	background: url("images/bubble-arrow.png") no-repeat scroll right center #565656;
	padding-right: 18px;
	font-size: 10px;
}