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


#tipue_search_input{
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 14px;
        font-size: 15px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 2px solid #DDD;
        border-radius: 0 !important;
        -webkit-transition: border-color ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s;
        transition: border-color ease-in-out .15s;
}

#tipue_search_input:focus {
        border: 2px solid #AAA;
        border-color: #AAA;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
}

#tipue_search_input::-moz-placeholder {
        color: #999;
        opacity: 1;
}

#tipue_search_input:-ms-input-placeholder { color: #999; }
#tipue_search_input::-webkit-input-placeholder { color: #999; }

#tipue_search_input[disabled],
#tipue_search_input[readonly],
fieldset[disabled] #tipue_search_input {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
}

#tipue_search_input { height: auto; }

#tipue_search_button
{
	width: 70px;
	height: 40px;
	border: 0;
	outline: none;
	background-color: #15065a;
	background-image: url(https://d1kryjpwpzirc7.cloudfront.net/jquery/css/img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#tipue_search_button:hover
{
	background-color: #ae6c1d;
}

#tipue_search_content
{
     clear: left;
     max-width: 650px;
	padding: 25px 0 13px 0;
	margin: 0;
}
#tipue_search_loading
{
     padding-top: 60px;     
     background: #fff url('https://d1kryjpwpzirc7.cloudfront.net/jquery/css/img/loader.gif') no-repeat left;
}

#tipue_search_warning_head
{
     font: 300 16px/1.6 'Roboto', sans-serif;
	color: #333;
}
#tipue_search_warning
{
     font: 13px/1.6 'Roboto', sans-serif;
	color: #333;
	margin: 7px 0;
}
#tipue_search_warning a
{
	color: #00587E;
	font-weight: 300;
	text-decoration: none;
}
#tipue_search_warning a:hover
{
	color: #E1E1E1;
}
#tipue_search_results_count
{
     font: 13px/1.6 'Roboto', sans-serif;
	 color: #333;
}
.tipue_search_content_title
{
     font: 300 26px/1.4 'Roboto', sans-serif;
     text-rendering: optimizelegibility;
	 margin-top: 23px;
}
.tipue_search_content_title a
{
	color: #222;
	text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #ae6c1d;       
}
.tipue_search_content_text
{
     font: 14px/1.4 'Roboto', sans-serif;
	color: #000000;
	padding: 13px 0;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;
}
.tipue_search_content_loc
{
     font: 300 16px/1.4 'Roboto', sans-serif;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;
}
.tipue_search_content_loc a
{
	color: #c41131;
	text-decoration: none;
	font-weight: 400;
}
.tipue_search_content_loc a:hover
{
	color: #ae6c1d;
}
#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
     font: 12px/1 'Roboto', sans-serif;
}
#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#tipue_search_foot_boxes li a
{
	padding: 9px 15px 10px 15px;
     background-color: #f1f1f1;
     border: 1px solid #dcdcdc;
     border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#tipue_search_foot_boxes li.current
{
	padding: 9px 15px 10px 15px;
     background: #fff;
     border: 1px solid #dcdcdc;
     border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
	border: 1px solid #ccc;
	background-color: #ae6c1d;
}
