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


em
{
     font: inherit; 
     font-weight: 700;   
}
#tipue_search_input
{
    font: 13px/1.5 'open sans', sans-serif;
	color: #000;
	padding: 7px;
	margin: 0;
	width: 160px;
	border: 1px solid #900;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
#tipue_search_input:focus
{
     border-color: #990000;
     box-shadow: 0 0 3px rgba(0,0,0,.2);     
}
#tipue_search_button
{
    width: 60px;
    height: 33px;
    margin-top: 1px;
    border: 1px solid #900;
    border-radius: 2px;
    background: #f1f1f1 url('img/search.gif') no-repeat center;
	outline: none;
}
#tipue_search_button:hover
{
	border: 1px solid #900;
	-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: 25px 0 13px 0;
	margin: 0;
}
#tipue_search_loading
{
     padding-top: 60px;     
     background: #fff url('img/loader.gif') no-repeat left;
}

#tipue_search_warning_head
{
     font: 16px/1.5 'open sans', sans-serif;
	color: #000;
}
#tipue_search_warning
{
    font: 600 14px/1.5 lato, 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: 600 14px/1.5 lato, sans-serif;
	color: #111;
}

.tipue_search_content_title
{
    font: 600 19px/1.5 'open sans', sans-serif;
	margin-top: 31px;
}
.tipue_search_content_title a
{
     color: #36c;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #333;    
}

.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: 600 14px/1.7 lato, 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: 600 14px/1.7 lato, sans-serif;
	color: #111;
	padding: 13px 0;
}
.tipue_search_content_loc
{
    font: 600 14px/1.5 lato, sans-serif;
	color: #111;
}
.tipue_search_content_loc a
{
     color: #555;
     text-decoration: none;
}
.tipue_search_content_loc a:hover
{
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;     
}