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

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

padding: 0px;
margin: 0px;

margin-top:5px;

-moz-box-shadow: 3px 3px 5px #555555;
-webkit-box-shadow: 3px 3px 5px #555555;
box-shadow: 3px 3px 5px #555555;

font-family:Verdana, Geneva, sans-serif;
font-size:10px;

border: 1px solid #000;
}

ul.search_results li
{
display: block;
padding: 10px 10px 10px 10px;
margin: 5px 5px 5px 5px;
/*border-top: 1px dotted #555555;*/
/*border-bottom: 1px dotted #555555;*/
border: 1px solid #999999;
text-align: left;	

color: #000;
background-color: #CCCCCC;
text-decoration: none;
}

ul.search_results li:hover
{
border: 1px solid #8296aa;
background-color: #afb4b9;
}

ul.search_results li a, ul.search_results li a:visited
{
display: block;
color: #1E4664;
margin-left: 0px;
padding-left: 0px;
text-decoration: none;
font-weight: bold;
line-height:16px;
border-bottom:1px dotted #555555;
}

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

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

/* 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: 100%;
width: 100%;
}
/* END post excerpt */

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