#search_form {

}
#search_results {
  margin-top:22px;
}

#search_results_header {

}

#search_results_footer {
margin-top:20px;
}

#search_results .status_bar {
  color: #fff;
  padding:5px 3px 5px 3px;
  background-color: #a30c1f;
  height: 30px;
  width: 100%;
}

#search_results .fleft {
  float:left;
}

#search_results .fright {
  float:right;
}

#search_results_list {
  
}

.search_result {
  margin: 20px 0px 0px 0px;

}


.search_result.l2{
  margin-left:30px;
}

.search_result .signature {
  font-size:.8em;
  color: green;
}

#search_results .clear {
  clear:both;
  
}

#search_results_header > .search_navigator{
  display: none;
}
#search_results_footer > .status_bar{
  display: none;
}

.search_navigator {
  width:100%;
  text-align:center;
  
}
.search_navigator ul {
   list-style:none;
  list-style-image:none;
}

.search_navigator ul li {
  display: inline;
  padding-right: 20px;
   list-style-type:none;
   list-style-image:none;

}

.search_navigator ul li.current {
  font-weight:bold;
}

.search_navigator ul li.inactive {
  color: #cccccc;
}

/* ----- THEME STYLE FOR SOLR SEARCH VIEW ----- */
#search-results {
  margin-top:22px;
}

#search-results .status-bar {
  color: #fff;
  padding:5px 3px 5px 3px;
  background-color: #a30c1f;
  height: 30px;
  width: 100%;
}

#search-results .fleft {
  float:left;
}

#search-results .fright {
  float:right;
}

.search-result {
  margin: 20px 0px 0px 0px;

}

.search-result.l2{
  margin-left:30px;
}

.search-result .signature {
  font-size:.8em;
  color: green;
}

#search-results .clear {
  clear:both;
  
}

#lwpgooglesearch-searchform .form-submit {
    margin-top: 0;
}

#lwpgooglesearch-searchform .views-exposed-widget {
    padding: .5em .15em 0 0;
}

#search_results_footer .pager li > a {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
/* ---- END THEME STYLE FOR SOLR SEARCH VIEW ----- */
