
/* Search result suggestions */
#search-result-suggestions{
	position: absolute;
	left: 0;
	top: 0;	
	background: #333333;
	display: none;
	border: solid 1px orange;
	margin-bottom: 1em;
}


#search-results ul{
	list-style: none;
	margin-bottom: 1em;
	text-align: left;
	
}

#search-results a{
	display: block;
	padding: 0.25em 1em;
	color: #fff;
	text-align:left;
}

#search-results a.selected{
	color: #fff;	
}

#search-results p{
	/*margin-bottom: 0.5em;*/
}