/*body:not(.foundation-loaded) #siteSearch {
	width: 275px;
	padding: 4px 8px;
	font-size: 13px;
	outline: none;
	border-radius: 3px;
	border: none;
}
#siteSearchView
{
	margin: 4px;
	background: white;
	display: inline-block;

	border-radius: 3px;
	border: 1px solid #999;
}
.searchActive #siteSearchView
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius:0;
}
.timeSearch
{
	position: relative;
	background: #333;
}
#siteSearchPanel
{
	display: none;
	position: absolute;
	background: white;
	width: 299px;
	margin-left: -1px;
	text-align: left;
	z-index: 1001;

	line-height: normal;
	color: black;
	font-size: 12px;

	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	border: 1px solid #999;
	border-top: none;
}
.foundation-loaded #siteSearchPanel {
	width: 100%;
	width: calc(100% + 3px);
}
.f-topbar-fixed #siteSearchPanel {
	display: none !important;
}
.foundation-loaded #siteSearchPanel a {
	color: #008CBA;
	font-size: 14px;
}
.foundation-loaded #searchIdeas {
	padding-top: 0;
}
body.chrome #siteSearchPanel, body.msie #siteSearchPanel
{
	width: 313px;
}
#searchResults
{
	display: none;
}
#searchIdeas
{
	padding: 8px;
}
#searchLoading
{
	opacity: 0;
	height: 16px;
	width: 16px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
#searchResults ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#searchResults ul a:last-child li
{
	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#searchResults a:nth-child(even) li
{
	background: #f7f7f7;
}
#searchResults li
{
	padding: 3px 10px;
}*/
#searchResults a
{
	text-decoration: none;
}
#searchResults a li.active
{
	font-weight: bold;
}
/*#searchResults a .active
{
	color: white;
}
#searchResults em
{
	font-weight: bold; font-style: normal;
}
#searchBar
{
	text-align: right;
	background: #333;
	color: #CCCCCC;
}
.noresults
{
	padding: 10px;
	text-align: center;
	color: #777;
}*/
