/* $Id: $ */

/* full search form */
.gyproc-mindbreeze-search-form {
  margin-bottom: 1em;
}
.gyproc-mindbreeze-search-form input {
  margin-top: 0;
  margin-bottom: 4px;
}
.gyproc-mindbreeze-results,
.gyproc-mindbreeze-keymatch-results {
  list-style: none;  
}

/* result entries */
.search-gooogle-appliance-results p {
  margin-top: 0;
}
.gyproc-mindbreeze-result .title {
  margin-bottom: 0px;
  font-size: 1.2em;
}
.gyproc-mindbreeze-result .gyproc-mindbreeze-snippet {
  margin-bottom: 0px;
}
.gyproc-mindbreeze-result li {
  margin-bottom: 1em;
}
.gyproc-mindbreeze-results .gyproc-mindbreeze-snippet-info {
  padding-left:0; 
}
.gyproc-mindbreeze-results .gyproc-mindbreeze-info,
.gyproc-mindbreeze-keymatch-results {
  font-size: 0.85em;
  color: #888;
}

/* key match results */
.gyproc-mindbreeze-keymatch-results {
  padding-left:0;
}
.gyproc-mindbreeze-keymatch-results li {
  background:#f1f1ed;
  border-bottom:1px solid #e7e7e3;
  padding:10px 10px;
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  margin-bottom:10px;
}
.gyproc-mindbreeze-keymatch-results h3 {
  margin: 0;
}
.gyproc-mindbreeze-keymatch-results p {
  margin:0;
}

/* synonyms */
/* allow synonyms on search results page to be snug under the search box */
form.search-gyproc-mindbreeze-search-form {
  margin-bottom: 2px;
}

/* add back the margin that formerly separated the search box from the "Search Results" heading */
#search-results-heading {
  margin-top: 1em;
}

.gyproc-mindbreeze-synonyms ul, .gyproc-mindbreeze-synonyms li {
  display: inline;
  list-style-type: none;
}

/* results listings "control" bar */
.gyproc-mindbreeze-results-control-bar {
  border: 1px solid #ddd;
  background-color: #F6F6F2;
  border-color: #eee;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gyproc-mindbreeze-results-control-bar .gyproc-mindbreeze-search-stats {
  float: left;
}
.gyproc-mindbreeze-results-control-bar .gyproc-mindbreeze-sort-headers {
  float: right;
}
.gyproc-mindbreeze-sort-headers .gyproc-mindbreeze-sorter {
  padding-right: 14px;
  display: block;
  float: left;
}
.gyproc-mindbreeze-sort-headers .gyproc-mindbreeze-sorter:last-child {
  padding-right: 4px;
}
.gyproc-mindbreeze-sorter .active-sort {
  font-weight: bold;
}
