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


/*em
{
     font: inherit; 
     font-weight: 400;   
}
*/#tipue_search_input
{
     font: 11px/1.5 'Source Sans Pro', sans-serif;
	color: #005874;
	padding: 6px;
	margin: 0;
	border: 1px solid #005874;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	height:28px;
}
#tipue_search_input:focus
{
     border-color: #c3c3c3;
     box-shadow: 0 0 3px rgba(0,0,0,.2);     
}
#tipue_search_button
{
     width: 28px;
     height: 26px;
     margin-top: 6px;
     /*border: 1px solid #dcdcdc;*/
     border-radius: 2px;
     background: #f1f1f1 url('img/search.gif') no-repeat center;
	outline: none;
}
#tipue_search_button:hover
{
	border: 1px solid #c3c3c3;
	-moz-box-shadow: 1px 1px 2px #e3e3e3;
	-webkit-box-shadow: 1px 1px 2px #e3e3e3;
	box-shadow: 1px 1px 2px #e3e3e3;
}

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

#tipue_search_warning_head
{
     font: 1.3em/1.5 'Source Sans Pro', sans-serif;
	color: #005874;
}
#tipue_search_warning
{
     font: 300 14px/1.5 sans-serif;
	color: #111;
	margin: 13px 0;
}
#tipue_search_warning a
{
     color: #36c;
     text-decoration: none;
}
#tipue_search_warning a:hover
{
     color: #111;     
}

#tipue_search_results_count
{
    font: 500 1.3em/1.5 "Source Sans Pro",sans-serif;
	color: #005874;
}

.tipue_search_content_title
{
    font: 500 1.3em/1.5 "Source Sans Pro",sans-serif;
	margin-top: 17px;
}
.tipue_search_content_title a
{
     color: #005874;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #00a7c7;   
	 text-decoration:none; 
}

.tipue_search_content_image_box
{
     float: left;
     border: 1px solid #f3f3f3;
     padding: 13px;
     margin: 21px 0 7px 0;
}
.tipue_search_content_image
{
     max-width: 110px;
     height: auto;
     outline: none;
     cursor: pointer;
}       
#tipue_lightbox
{
     display: none;
     position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}
#tipue_lightbox_content
{
     margin: 37px auto;
     background-color: #fff;
     padding: 30px;
     border: 1px solid #ccc;
     width: 250px;
     text-align: center;
     box-shadow: 0 1px 2px #eee;
}
#tipue_lightbox img
{
     max-width: 200px;
     height: auto;
}
#tipue_lightbox_content_title
{
     font: 300 14px/1.7 sans-serif;
	color: #111;
	padding: 17px 25px 0 25px;
	width: 200px;  
}
#tipue_lightbox_content_link
{
     float: left;
     width: 30px;
     height: 30px;
     margin-top: 17px;
     background: #fff url('img/link.png') no-repeat center;
}
#tipue_lightbox_content_expand
{
     float: left;
     width: 30px;
     height: 30px;
     margin: 17px 0 0 3px;
     background: #fff url('img/expand.png') no-repeat center;
}
#tipue_lightbox_content_link:hover, #tipue_lightbox_content_expand:hover
{
     background-color: #f3f3f3;
}

.tipue_search_content_text
{
     font: 300 14px/1.7 sans-serif;
	color: #111;
	padding: 0px;
}
.tipue_search_content_loc
{
     font: 300 14px/1.5 sans-serif;
	color: #111;
}
.tipue_search_content_loc a
{
     color: #005874;
     text-decoration: none;
	 /* THE CSS BELOW WILL ENSURE THAT LINKS DO NOT SPAN ACROSS AND OUT OF THE MOBILE VIEWING AREA. THEY WILL BREAK TOTHE NEXT LINE */
	 -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	 -webkit-hyphens: auto;
   	 -moz-hyphens: auto;
     hyphens: auto;
}
.tipue_search_content_loc a:hover
{
	padding-bottom: 1px;
	/*border-bottom: 1px solid #004B8D;   */
	color:#00a7c7 ;  
}

#tipue_search_foot
{
     margin: 47px 0 31px 0;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
     font: 12px/1 'open sans', sans-serif;
}
#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#tipue_search_foot_boxes li a
{
	padding: 7px 10px 8px 10px;
     background-color: #f5f5f5;
     background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: linear-gradient(top, #f7f7f7, #f1f1f1);
     border: 1px solid #dcdcdc;
     border-radius: 2px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#tipue_search_foot_boxes li.current
{
	padding: 7px 10px 8px 10px;
     border: 1px solid #dcdcdc;
     border-radius: 2px;
	color: #333;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
	border: 1px solid #c3c3c3;
	box-shadow: 1px 1px 2px #e3e3e3;
}

