/* Search */

#search_nothing {
	background: url(/graphics/2006-04-15-151901.jpg) no-repeat top left;
	height: 365px; /* To keep 425px min-height. 370px-5px to account for 5px bottom margin */ 
	width: 710px;
	margin: 0;
	padding: 0;
}

#search_form div {
	min-height: 46px; /* 46px height + 9px padding -Important to keep body's 425 height */
	padding-bottom: 9px; /* Important for browsers without  min-height ie. OmniWeb */
	width: 475px; /* To keep next to Search title in MSIE */
        margin-bottom: 5px;
}

* html #search_form div {
	height: 55px; /* IE min-height */
}

#search_form input {
background-color: #fff;
margin-right: 5px;
border: 1px dotted #999;
        padding: 0.25em;
	font-size: 1em;
	font-family: verdana, helvetica, arial, sans-serif;
        color: #999;
}

#search_form input:hover {
       border: 1px dotted #009900;
       color: #009900;
}

#search_form input:focus, 
#search_form input:active {
       outline-style: none;
       color: #333;
       border: 1px dotted #009900;
}


#search_results p {
        margin-bottom: 1em;
}

#search_results p.entry-summary {
        margin-bottom: 0;
}

#search_results h4 {
         margin-bottom: 0;
}

#search_results strong {
        font-weight: normal;
        text-decoration: underline;
}

ul.search_pagination {
      list-style-type: none;
      text-align: center;
      padding-top: 1em;
}

ul.search_pagination li {
      margin-right: 1em;
      display: inline;
      color: #999;
}