/** Dave's WordPress Live Search CSS **/
/** Custom CSS för Direktsökningsfunktion **/

/* hela overlay-fönstret */
ul.search_results {
	display: block;
	border:1px solid #ebebeb;
	background-color:#fff;
	width:65%;
	max-height: 70%;
	position:absolute;
	top:20px; !important
	left:15%;
	overflow:auto;
	z-index: 9999;	
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding: 5px;
	margin: 0px;
	-webkit-box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
	box-shadow: 0 0 20px #888;
	}

/*enskilt resultatbox */
ul.search_results li { 
	display: block;
	padding: 10px;
	margin: 0;
	border-bottom: 2px dotted #ebebeb;
	background-color: #fff;
	}

/* resultatbox som hovras över */
ul.search_results li:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#efad00), to(#F7E2BA));
  	background: -webkit-linear-gradient(top, #efad00, #F7E2BA);
  	background: -moz-linear-gradient(top, #efad00, #F7E2BA);
  	background: -ms-linear-gradient(top, #efad00, #F7E2BA);
  	background: -o-linear-gradient(top, #efad00, #F7E2BA);	
	}

ul.search_results li a, ul.search_results li a:visited {
	display: block;
	width:100%
	color: #448adf;!important
	padding-left: 0px;
	text-decoration: none;
	font-family:Oswald;
	font-size:28px;
	font-weight: 400;
	}

ul.search_results p#daves-wordpress-live-search_author {  /* skribent */
	margin: 0px;
	font-family:'Droid Sans';
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
	text-align:right;
	color:#da4392;
	}

ul.search_results p#daves-wordpress-live-search_date {   /* datum */
	margin: 0px;
	text-align:right;
	font-family:'Droid Sans';
	font-weight:400;
	font-size: 14px;
	color:#da4392;
	}

/* BEGIN post thumbnails */

/* Det här är själva rubriken */
ul.search_results li.post_with_thumb a {
	width:63%;
	font-family:Oswald;
	font-size:50px;
	font-weight:400;
	line-height:1.1em;
	color:#448adf;
	float:left;
	margin-bottom: 10px;
	}

/* Det här är tumnagel-bilden */
ul.search_results li.post_with_thumb img.post_thumb {
	float: right;
	margin: 3px 5px 0px 0px;
	padding:0;
	width: 35%;
	}

/* END post thumbnails */


/* BEGIN post excerpt */

/* Det här är brödtexten. Dess längd styrs under Inställningar */
ul.search_results .excerpt, ul.search_results .meta {
	float:left;
	font-family:'Droid Sans';
	font-size: 16px;
	line-height:1.2em;
	color:#448adf;
	width: 65%;
	text-shadow:none;
	}

/* END post excerpt */

ul.search_results .clearfix {
	float: none !important;
	clear: both !important;
	}

.search_footer {
	background-color: #da4392;
	color:#fff;!important
	width: 100%;
	text-align: right;
	padding: .5em 0;
	font-size: 16px;
	}

.search_footer a,
.search_footer a:visited {
	color: #fff;	
	margin-right: 1em;
	}

#search_results_activity_indicator {
	z-index:9999;
	}