/** Dave's WordPress Live Search CSS **/
#dwls_search_results .daves-wordpress-live-search_result div{color: #000000; font-size:25px; text-align:left; margin-bottom:10px;}
ul.search_results
{
display: block;
background-color:rgba(234, 233, 232, 0);
width:1000px;
max-height: 70%;
top:200px !important;
left:0px;
overflow:auto;
z-index: 9999;
position:fixed;
list-style-type: none;
list-style-image: none;
list-style-position: inside;

padding: 0px;
margin-top: 1px;

-moz-box-shadow: 0px;
-webkit-box-shadow: 0px;
box-shadow: 0px;
}

ul.search_results li
{
display: block;
padding: 5px 20px 5px 10px;
margin: 0px 0px 0px 0px;
border-top: 0px;
border-bottom: 0px;
text-align: left;
background-color: transparent;
text-decoration: none;
}

ul.search_results li:hover
{
background-color: transparent;
}

ul.search_results li a, ul.search_results li a:visited
{
display: block;
color: #dc2763;
margin-left: 0px;
margin-top: 40px;
padding-left: 0px;
text-decoration: none;
font-weight: normal;
font-family:'focoregular',Arial, Helvetica, sans-serif;
font-size:28px;
text-align:left;
}

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:82%;
float:left;
margin-bottom: 5px;
}

ul.search_results li.post_with_thumb img.post_thumb
{
float: left;
margin: 3px 10px 10px 0px;
max-width: 100%;
}

.post_thumb
{
    float: left;
    margin: 3px 10px 10px 0px;
    max-width: 100%;
    width: 65px;
    height: 65px;
}
/* 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: transparent;
width: 0%;
text-align: right;
padding: .5em 0;
font-size: .0em;
}

.search_footer a,
.search_footer a:visited {
color: #fff;
margin-right: 1em;
}

#search_results_activity_indicator{
z-index:999999;
}

@media only screen and (min-width:768px)
{
ul.search_results{
 width:740px;
}
ul.search_results li a, ul.search_results li a:visited {
  margin-top: 10px;
  font-size:25px;
}

}

@media only screen and (min-width: 992px)
{
ul.search_results{
 width:980px;
}
}

@media only screen and (min-width: 1200px)
{
ul.search_results{
 /*width:75%;*/
 height: auto;
 max-height:75%;
}

}

@media only screen and (max-width:767px)
{
ul.search_results {
width:94%;
/*max-height: 260px;*/
left:10px !important;
top:145px !important;

}
ul.search_results li
{
display: block;
padding: 5px 10px 5px 0;
}
ul.search_results li a, ul.search_results li a:visited {
  margin-top: 5px;
  font-size:12px;
}
ul.search_results li.post_with_thumb a{
  width: 80%;
}

.post_thumb{width:50px; height: 50px;}
#dwls_search_results .daves-wordpress-live-search_result div{font-size: 12px;}

}
@media only screen and (min-width:480px) and (max-width:767px)
{
 ul.search_results {
width:94%;
/*max-height: 180px;*/
left:10px !important;
top:145px !important;
height: auto;
}

}

