
/*SEARCH */
.search h1,
.search a:hover, .search a:active,
.search h2,
.search h2.intro-para,
.search blockquote,
.search li:before,
.search ul a:link, .search ul a:visited { color: #792d6e;}

.search .box { background-color: #792d6e; color: #fff;}
.search .box h2,
.search .box ul a:link, .search .box a:visited { color: #fff; }

.search a.btn:link, .search a.btn:visited {
	color: #fff;
	background-color: #3a5a6c; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#4e7991, #3a5a6c); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#4e7991, #3a5a6c); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#4e7991, #3a5a6c); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#4e7991, #3a5a6c); /* Standard syntax */
}
	
.search a.btn:hover, .search a.btn:active {
	color: #fff;
	background-color: #4e7991; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#3a5a6c, #4e7991); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#3a5a6c, #4e7991); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#3a5a6c, #4e7991); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#3a5a6c, #4e7991); /* Standard syntax */
}