/** Dave's WordPress Live Search CSS **/
ul.search_results
{
display: block;
width:200px;
position:absolute;
top:20px;
left:0px;
overflow:auto;	
background: rgba(255, 255, 255, 0.9);

border-top: 2px solid #cccccc;

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

padding: 0px;
margin: 0px;
}

ul.search_results li
{
clear:both;
display: block;
padding: 5px 10px 5px 10px;
margin: 0px 0px 0px 0px;
border-top: 2px solid #cccccc;
text-align: left;	
color: #666666;
text-decoration: none;
}
ul.search_results li a, ul.search_results li a:visited
{
display: block;
color: #666666;
margin-left: 0px;
padding-left: 0px;
text-decoration: none;
font-weight: bold;
}

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

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

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

img.post_thumb
{
float: left;
margin: 3px 10px 10px 0px;
height: 40px;
width: 40px;
border: 0px;
}
/* END post thumbnails */

#post_excerpt {
text-align:justify;
font-size: 9px;
}

/* BEGIN post excerpt */
ul.search_results .excerpt, ul.search_results .meta
{
width: 100%;
float: left;
}
/* END post excerpt */

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

.search_footer {
width: 100%;
text-align: right;
padding: .5em 0;
}

.search_footer a,
.search_footer a:visited {
color: #666666;	
}