﻿/* PAGE STRUCTURE */
#content {
  margin: 30px;
}

#searchResultsColumn {
  float: left;
  width: 596px;
}

.fb-with-faceting {
  padding-top: 12px;
}

#refineResults {
  float: right;
  width: 292px;
  border-left: 1px solid #ccc;
}

/* HEADING */
h1 {
  color: #4F5560;
}

/* DON'T LIKE THIS - LM */
/* h1 span { 		*/
/*  color: #A0A0A0;	*/
/*} 			*/


/* SCOPED SEARCH */
p#fb-scope { 
  margin: 21px 0;
  font-size: 15px;
  line-height: 15px; 
  padding-bottom: 0px;
}

p#fb-scope span { 
color: #666; 
}

#searchTerm {
  color: #A0A0A0;
}

/* SEARCH BOX */
#fbSearchWrapper {
  background: #EEE;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 12px;
}

#fbSearchStats {
  padding: 0 0 16px;
  font-size: 13px;
}

#fbSearchForm label {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 2px;
}

#fbSearchBox {
  width: 396px;
  padding: 3px 5px;
  border: 1px solid #dfdfdf;
  border-top-width: 2px;
  border-left-width: 2px;
  font-family: "Raleway", sans-serif;
}

#fbSearchForm button {
  line-height: 18px;
}

/* SORTING */
#fbSortOptions {
  border-bottom: 1px solid #CCC;
  padding: 12px 0 0;
}

#fbSortOptions a {
  padding: 4px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

#fbSortOptions .selected {
  background: #71DEF7;
  color: #404040 !important;
  text-decoration: none;
}

/* RESULTS SUMMARY */
.funnelback-highlight {
  font-weight: bold;
}

/* BEST BETS */
.fb-best-bet {
  border: dotted 1px #004489;
  padding: 12px;
  margin-bottom: 3em;
  background-color: #E9F8FD;
}

.fb-best-bet h3 {
  margin: 0;
}

.fb-best-bet cite {
  color: #4F5560;
}

/* SEARCH RESULTS */
ol#fb-results {
  margin: 0;
  list-style-type: none;
}

ol#fb-results li {
  margin: 0 0 20px;
  padding: 0;
}

ol#fb-results li h3 {
  margin: 0 0 4px;
}

ol#fb-results strong {
  background-color: #efee58;
}

.fb-filetype {
  margin-right: 5px;
}

ol#fb-results li p {
  padding-bottom: 5px;
}

.fb-url {
  color: #A0A0A0;
  line-height: 15px;
  margin-top: -4px;
}

li#fb-no-results li {
  margin: 0 0 0 16px;
  padding: 5px 0 0;
}

/* PAGINATION */
.fb-pagination {
  height: 25px;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #CCC;
}

.fb-pagination span {
  display: inline-block;
}

.fb-pagination a, .fb-pagination a:visited, .fb-current-result-page {
  background: #CCC;
  border: 1px solid #BBB;
  border-radius: 2px 2px 2px 2px;
  color: #666;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  width: 18px;
  padding: 1px 5px;
  margin: 0 5px;
}

.fb-pagination a.fb-page-nav {
  background: transparent;
  border: none;
  border-radius: none;
  width: auto;
}

.fb-current-result-page {
  color: #fff;
  background: #666;
  border: 1px solid #555;
}

.fb-pagination a.fb-page-nav:hover {
  color: #000;
  text-decoration: underline;
  background: none;
  border: none;
  width: auto;
}

.fb-pagination a:hover {
  background: #666;
  color: #FFF;
}


/* REFINE RESULTS */
#refineResults h2 {
  color: #666666;
  font-size: 2em;
  padding: 8px 0 8px 20px;
}

#refineResults h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

#refineResults ul li {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding-left: 12px;
}

#refineResults ul li a {
  display: block;
  padding: 4px;
}

#refineResults ul li a:hover .fb-category-count {
  color: #fff;
}

/* WEBSITE CATEGORIES */
#fb-facets {
  margin-bottom: 15px;
}

/* SEARCH SUGGESTIONS */
#fb-contextual-navigation h3 {
  margin-top: 0;
}

#fb-contextual-navigation h3 em {
  font-weight: 900;
  color: #000;
}