body { "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif; }


h1, h2, h3, h4 { font-family: 'Open Sans', sans-serif, arial; }
h1 a, h2 a { color: #efefef; }
h1 a:hover, h2 a:hover { color: #efefef; }

.dirlink { color: #00438a; font-family: 'Open Sans', sans-serif, arial; }

.homequery { padding: 10px; font-size: 14px;}
.homebtn { padding: 10px 25px;}

.directory-refine a { font-size: 16px; line-height: 26px; }
.directory-refine a.active { font-weight: bold; }

.overlay-gradient {
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2JiMjhhIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4Zjg5YyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(74, 141, 176, 0.95) 0%, rgba(241, 249, 251, 0.95) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(74, 141, 176, 0.95)), color-stop(100%,rgba(241, 249, 251, 0.95)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(74, 141, 176, 0.95) 0%,rgba(241, 249, 251, 0.95) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(74, 141, 176, 0.95) 0%,rgba(241, 249, 251, 0.95) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(74, 141, 176, 0.95) 0%,rgba(241, 249, 251, 0.95) 100%);
 /* IE10+ */
    background: linear-gradient(135deg, rgba(74, 141, 176, 0.95) 0%,rgba(241, 249, 251, 0.95) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27bb28a', endColorstr='#f2f8f89c',GradientType=1 );
 /* IE6-8 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
}
.reslink {
	font-size: 17px;
}
.resrow:hover {
	background-color: #eee;
}	
.refine {
	background-color: whiteSmoke;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.refinements {
	padding: 8px;
}	
.stats {
	text-align: center;
}	
.count {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
.countlabel {
	color: #ccc;
	font-size: 12px;
}	

ul.facet { list-style-type:none; margin: 1px 8px;}

ul.facet li.remove:hover { 
	background-color: transparent;
	background-image: url("/assets/images/delete.gif");
	background-repeat: no-repeat;
	background-position: right 0pt;
	background-origin: padding-box;
	background-size: auto auto;
}	

a.selected {
	width: 100%;
	display: block;
	font-weight: bold;
}	

.featured_user { position: relative; }
.featured_user .avatar { position: absolute; left: 0px; top: 5px; width: 60px; }
.featured_user .avatar img { width: 60px; border: none;}
.featured_user .uname a { font-weight: bold; color: #333; font-size: 16px;}
.featured_user .featured_text { padding-left: 68px; }
.featured_user h3 { line-height: 20px !important;}