/**
 * @package 	eagle-storytelling
 * @subpackage	CSS
 * @link 		http://www.europeana.eu/
 * @author 		Philipp Franck
 *
 * 
 * some fixes for theme css
 * 
 *
 */
@CHARSET "UTF-8";


.searchform .s { height: 24px; width: 199px; margin-right: 10px; }

.searchform .searchsubmit {
	text-indent: -9999px;
	background: transparent url('../images/search2.png') no-repeat top left;
	width: 30px;
	height: 24px;
	border: none;
	cursor: pointer
}

/* extends original style css l. 79 */ 
input[type="number"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"]
{
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 2px;
    color: #4E4E4E;
}

/* extends original style css l. 138 */ 
.story > .meta-info { padding-left: 36px; }

/* extends original style css l. 155 */ 
.title a, .page_title, #reply-title {
	margin-right: 36px;
}

/* esa specific styles */
.story-thumbnail {
	float: left;
	margin-right: 1em;
	max-height: 160px;
	overflow: hidden
}

.story-thumbnail img {
	width: 150px;
}

.stories-list .story-thumbnail {
	margin-left: -36px;
}

.esa_pt_excerpt, 
.esa_pt_blogmeta {
	padding: 0px 5px 7px 4px; /*del 4px?*/
	color: #9E9E9E;
	font-family: Georgia,serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 11px;
	margin-top: -8px;
}
.esa_pt_excerpt {
	line-height: normal;
}

.et_pt_blogmeta {
	padding-left: 36px;
}


.story-thumbnail-list {
	margin-left: -36px;
}


.post-excerpt {
	clear: both;
	margin-left: 36px;
	margin-right: 36px;
	padding-top: 18px;
	font-style: italic;
}

.sidebar-stories .widget {
	padding-top: 16px;
	padding-bottom: 16px;
}


#esa_multifilter {
	width: 199px;
	height: 24px;
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 2px;
    margin: 0px;
    color: #4E4E4E;
    box-sizing: content-box;

	display: inline-block;

}

#esa_multifilter_select {
	border: none;
	box-sizing: content-box;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans",Arial,sans-serif;
	width: 122px;
}


.ui-autocomplete {
	background: white;
	max-width: 248px;
	border: 1px solid grey;
	padding: 2px;
}

ul.ui-autocomplete:before {
	content: 'Suggestions';
	color: white;
	background: silver;
	font-size: small;
	font-weight: bold;
	display: block;
	padding-left: 1px
}

.ui-autocomplete li {
	cursor: pointer;
	padding-left: 1px
}

.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
	color: white;
	background: grey
}

#esa_searchform .widgettitle {
	padding-bottom: 3px
}

.sharelink {
	text-align: right;
	line-height: 20px;
	padding: 36px 0px 10px 36px;
}

#esa_items_overview_map {
	height: 300px !important;
	background-color: white;
	background-image: url('../../../../wp-includes/images/wpspin-2x.gif');
	background-repeat: no-repeat;
	background-position: center center;
}


.esa_page_link {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 20px;
	background: none;
	border: none;
	cursor: pointer;
	color: #AEAEAC;
	padding: 0px
}

.esa_page_link:hover {
	color: #676761;
}

.current_page_link {
	font-weight: bold;
	color: #676761;
}

.esa_link_form {
	display: inline;
}

.esa_link_form input {
	border: medium none;
	padding: 0px;
	margin: 0px;
	box-sizing: content-box;
	display: inline;
	color: #1473B3;
	cursor: pointer;
	background: none;
}

.esa_link_form input:hover {
	text-decoration: underline
}

#TB_overlay {
    z-index: 9998 !important;
}

.esa_login input {
	padding: 2px;
	margin: 0em 0px 0px 10px;
}

.esa_login input[type='submit'] {
	background: none;
	border: none;
	color: #1473B3;
	cursor: pointer
}

.esa_login input[type='submit']:hover {
	text-decoration: underline;
}

.esa_login input[type='text'],
.esa_login input[type='password'] {
	height: 24px;
	width: 199px;
	background-color: #FFF;
	color: #4E4E4E;
	border: 1px solid #BBB;
	box-sizing: content-box;
	display: inline-block;
	margin: 0.5em 0px 0px 10px;
	padding: 2px;
}