/*
    Document   : as-search
    Created on : Oct 22, 2013, 4:08:23 PM
    Author     : Tom
    Description:
        IMPORTANT NOTE TO DEVS: Do not edit this file unless you are making edits to be committed
		back to the plugin repo. There are other ways you can over-ride this css, beyond the usual
		way (in your stylesheet).

		1. You can create a css file in your theme and set its location using
		the available filter: as_search_stylesheet_uri.

		2. You can create a css file named exactly as-search.css and place that in your theme's
		folder, or in a /css subfolder
*/
/* Search Results page */
body.search {
  /* /search-results-bar */
  /* Search Results tabs */
  /* /search-tabs */ }
  body.search h2 {
    font-size: 2em; }
  body.search .search-results-bar .searchform {
    width: auto;
    height: auto; }
    body.search .search-results-bar .searchform input[type=text].s {
      width: 97%;
      font-size: 16px; }
  body.search .search-results-bar .searchsubmit {
    right: 3%;
    top: 5px; }
  body.search .search-results-bar p {
    margin-bottom: 10px; }
  body.search .search-results-bar .search-results-content {
    border: solid #CCC;
    border-width: 1px;
    background: #F3F3F3;
    margin: 0 0 10px;
    padding: 10px; }
  body.search .search-results-bar #archive-posts {
    width: 95%; }
    body.search .search-results-bar #archive-posts thead td {
      border-top: none;
      border-bottom: 1px solid #000;
      border-width: 1px; }
    body.search .search-results-bar #archive-posts thead tr .category-name {
      font-weight: bold;
      font-style: normal;
      width: 35%; }
    body.search .search-results-bar #archive-posts thead tr .post-entry {
      font-weight: bold; }
    body.search .search-results-bar #archive-posts thead tr .entry-comments {
      background-image: none;
      border: none; }
    body.search .search-results-bar #archive-posts thead td {
      border-bottom: 1px dotted #000;
      border-width: 1px; }
      body.search .search-results-bar #archive-posts thead td.entry-comments {
        border: none; }
    body.search .search-results-bar #archive-posts .post-entry {
      padding-right: 25px; }
      body.search .search-results-bar #archive-posts .post-entry dd {
        margin-left: 0px; }
      body.search .search-results-bar #archive-posts .post-entry span span {
        color: #FF7301; }
  body.search #search-tabs {
    border-bottom: 1px solid #666;
    margin: 0 0 1em;
    padding: 0 0 .25em; }
    body.search #search-tabs li {
      color: #555;
      font-size: 1.5em;
      display: inline-block;
      padding: 0 1em 0 0; }
      body.search #search-tabs li span {
        font-size: 75%;
        font-weight: normal; }
      body.search #search-tabs li.current {
        font-weight: bold; }
      body.search #search-tabs li a, body.search #search-tabs li a:visited {
        color: #555;
        text-decoration: none;
        border-bottom: 1px dotted #888; }
      body.search #search-tabs li a:hover {
        text-decoration: none;
        border-bottom-style: solid; }
  body.search .found-search-term, body.search .search-string {
    color: #FF7301;
    font-weight: bold; }
  body.search .search-result .result-rank {
    display: inline;
    padding: 2px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
    background: #888;
    color: white; }
  body.search .search-result .result-title {
    font-size: 1.5em; }

/*# sourceMappingURL=as-search.css.map */
