@charset "utf-8";
/* CSS Document */

h4.searchResultsCategory {
	padding:5px;
	font-weight:bold;
	background-color:#999999;
	color:#333333;
	margin-bottom:15px;
	}
	
ul.searchResults {
	list-style-type:none;
	padding-bottom:20px;
	}
	
ul.searchResults li {
	list-style-type:none;
	padding-bottom:10px;
	}
	
ul.searchResults li a {
	text-decoration:underline;
	font-size:0.8em;
	color:#333333;
	}
	
ul.searchResults li a:hover {
	text-decoration:none;
	}
	
ul.searchResults li h5 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:10px;
	}
	
ul.searchResults li p.date {
	color:#999999;
	}
	
/* Image Gallery Search Results */

ul.imagesearchResults {
	list-style-type:none;
	padding-bottom:20px;
	}
	
ul.imagesearchResults li {
	list-style-type:none;
	padding-bottom:10px;
	width:430px;
	float:left;
	clear:left;
	}
	
ul.imagesearchResults li a {
	text-decoration:underline;
	font-size:0.8em;
	color:#333333;
	}
	
ul.imagesearchResults li a:hover {
	text-decoration:none;
	}
	
ul.imagesearchResults li h5 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:10px;
	margin-left:175px;
	}
	
ul.imagesearchResults li a img {
	float:left;
	padding:5px;
	border:1px solid #666666;
	}
	
ul.imagesearchResults li p {
	margin-left:175px;
	}
	
ul.imagesearchResults li p.date {
	color:#999999;
	}
	
.clearHeading {
	clear:left;
	}
