/** Om Live Search CSS **/
ul.search_results
{
display: block;
width: -webkit-fill-available;
position:absolute;
max-height: 485px;
overflow: auto;
z-index: 20000;
list-style-type: none;
list-style-image: none;
list-style-position: inside;
margin: -20px 0 0 0;
-moz-box-shadow: 5px 5px 3px #222;
-webkit-box-shadow: 5px 5px 3px #222;
box-shadow: 5px 5px 3px #222;
padding: 5px;
background: #000000;
border-radius: 3px;
border: 0px none #000000;
border-top: 10px solid black;
border-bottom: 10px solid black;
border-radius: 0px 0px 0px 0px;
box-shadow: 0px 0px 1px 0px #000000;
}
ul.search_results li
{
display: block;
text-align: left;
text-decoration: none;
width: auto;
background: rgb(255, 255, 255);
font-family: 'Arial', Helvetica, sans-serif;
overflow: hidden;
height: 70px;
padding: 5px;
position: relative;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #eee;
border-left: 1px solid #fff;
font-size: 13px;
line-height: 14px;
margin-top: 3px;
cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;
}

ul.search_results li:hover
{
background-color: rgb(255, 255, 187);
}

ul.search_results li a, ul.search_results li a:visited
{
display: block;
color: rgb(49, 82, 139);
margin-left: 0px;
padding-left: 0px;
text-decoration: none;
font-weight: bold;
}

ul.search_results #om-live-search_author
{
color: #a1a1a1;
font-size: 12px;
line-height: 13px;
}

ul.search_results #om-live-search_date
{
margin-left:10px;
font-weight: bold;
color: #a1a1a1;
font-size: 12px;
line-height: 13px;
}

/* BEGIN post thumbnails */
ul.search_results li.post_with_thumb a {
width: 100%;
margin: 0 5px 5px 0;
height: 51px;
}

ul.search_results li.post_with_thumb img.post_thumb
{
overflow: hidden;
width: 70px;
height: 70px;
background: #ffffff;
margin: 0 5px 0 0;
padding: 0;
float: left;
}
/* 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: rgb(147, 161, 170);
width: 100%;
text-align: right;
padding: .5em 0;
font-size: .9em;
}

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

#search_results_activity_indicator{
z-index:999999;
}