﻿
/*
Tipue Search 3.0
Copyright (c) 2013 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/


#tipue_search_input{
	height:34px;font-size:110%;text-indent:3px;color:#3d3f3d;border:1px solid #cacbc5;outline:none;float:left;
	border-radius:4px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(98, 149, 0, 0);
	-webkit-box-shadow: 0 0 5px rgba(98, 149, 0, 0);
	-moz-box-shadow: 0 0 5px rgba(98, 149, 0, 0);
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
}
#tipue_search_input:focus{
	outline:none;border:1px solid #b0ca7f;
	box-shadow: 0 0 5px rgba(98, 149, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(98, 149, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(98, 149, 0, 0.5);
}
#tipue_search_button{
	background:#aac061;color:#f4f6f0;cursor:pointer;outline:0;border:0;font-size:16px;float:left;margin-left:13px;width:78px;
	-webkit-appearance:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tipue_search_button:hover{
	background:#b1c867;color:#fff;
}

#tipue_search_content{
	clear: left;
	max-width: 850px;
	padding: 0 0 13px 0;
	margin: 0;
	min-height:300px;
}
#tipue_search_loading
{
     padding-top: 60px;     
     background: #fff url('img/loader.gif') no-repeat left;
}

#tipue_search_warning_head
{
     font: 300 16px/1.6 'open sans', sans-serif;
	color: #333;
}
#tipue_search_warning
{
     font: 12px/1.6 'open sans', sans-serif;
	color: #333;
	margin: 7px 0;
}
#tipue_search_warning a
{
     color: #3f72d8;
     text-decoration: none;
}
#tipue_search_warning a:hover
{
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;   
}
#tipue_search_results_count{
	font-size:90%;padding-top:10px;
}
.tipue_search_content_title{
	font-size:160%;font-weight:400;margin-top:40px;
}
.tipue_search_content_title a{
	color:#85a615;text-decoration:none;
}
.tipue_search_content_title a:hover{
	color:#a9c648;
}
.tipue_search_content_text{
	padding: 13px 0;font-size:94%;line-height:140%;
}
.tipue_search_content_loc{
	font-size:88%;overflow:hidden;
}
.tipue_search_content_loc a{
     color:#646464;text-decoration: none;
}
.tipue_search_content_loc a:hover{
	color:#85a615;
}
#tipue_search_foot
{
     margin: 55px 0 21px 0;
}
#tipue_search_foot_boxes{
	padding:0;margin:0;font-size:90%;
}
#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#tipue_search_foot_boxes li a
{
	padding: 7px 13px 8px 13px;
     background-color: #f1f3ec;
     border: 1px solid #dcdcdc;
     border-radius: 3px;
	color: #4c4e4c;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#tipue_search_foot_boxes li.current
{
	padding: 7px 13px 8px 13px;
     background: #fff;
     border: 1px solid #dcdcdc;
     border-radius: 3px;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
	border: 1px solid #ccc;
	background-color: #f7f8f4;
}
