/* /meta/css/search.css for dithered.com
   styles for atomz search and search results pages
   code by Chris Nott (chris[at]dithered[dot]com) */

@import url(../../css/layout.css);

/* search */
#searchForm {
   margin-top: 0.3em;
   padding-right: 0.6em;
   }
#searchForm fieldset {
   border: 0 solid #ffffff;
   padding: 0;
   }
#searchForm label {
   display: none;
   }
#searchInput {
   width: 20em;
   }
#searchSubmit {
   clear: none;
   margin: 0;
   margin-left: 0.2em !important;
   width: 5em;
   }
#searchForm p {
   display: none;
   font-size: 0.8em;
   margin: 0.2em 0;
   }

/* search results */
dl.searchResults {}
.searchResults dt {
   font-weight: bold;
   }
.searchResults dd {
   margin-left: 2em;
   }
.searchResults dd p {
   margin: 0;
   margin-bottom: 0.5em;
   }
.searchResults dd p.url {
   font-size: 0.8em;
   margin-bottom: 1em;
   }

/* Atomz generated search form */
input[type~="text"], input[type~="submit"] {
   margin: 0;
   margin-right: 0.2em;
   width: 10em;
   }

/* all links are absolute so remove external link icon */
a[href^="http://"] {
   background: none;
   padding-right: 0;
   }
