/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     background: transparent;
     border: 0;
     margin: 0;
     padding: 0;
     vertical-align: baseline;
}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {
     clear: both;
     font-weight: normal;
}
ol, ul {
     list-style: none;
}
blockquote {
     quotes: none;
}
blockquote:before, blockquote:after {
     content: '';
     content: none;
}
del {    text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {    border-collapse: collapse;    border-spacing: 0;}
a img {    border: none;}
a:link, a:visited {text-decoration: none; color: #000;} a:hover {text-decoration: underline;}


body {
	background-color:#F2F2F2;
	text-align:center;
	align:center;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size:1.5em;
}
#wrapper {
	width: 90%;
	padding: 5px 5px 5px 5px;
}	
#header {
	width:100%;
	padding: 0 0 0 0;
	height:40px;
}
#header_hint {
	clear:both;
	float:none;
	width:100%;
	height:15px;
	text-align:right;
	border-bottom:1px dotted #333;
}
#header_hint div.help_language {
	font-size:0.5em;
}
#help_img img{
	margin:0 0px 0 0px;
}

#header div.logo {
	background-image:url('mobile/logo_logos.png');
	background-repeat:no-repeat;
	width:174px;
	height:36px;
	float:left;
	width:60%;
}
#header div.language_combination {
	width:40%;
	text-align:right;
	float:right;
}

#header div.source_language {
	float:right;
}
#header div.target_language {
	float:right;
}
#header div.vs {
	float:right;
	font-size:0.5em;
	font-weight:bold;
	margin:10px 5px 0 5px;
	
}
#search_form {
	clear:both;
	width:100%;
	height:35px;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	text-align:left;
	vertical-align:top;
}

#search_form img {
	vertical-align:top;
	margin:0px 0px 0px 5px;
}

#search_form input {
	clear:both;
	vertical-align:top;
	height:25px;
	font-size:0.8em;
	width:65%;
	margin-top:1px;
}
#result {
	width:100%;
	display:block;
	text-align:left;
	margin-top:20px;
}
#result ul.list {
	display:list-item;
}
#result li.item {
	text-align:left;
	font-size:1em;
	width:100%;
	padding: 0px 2px 4px 2px;
	background-color: #CCC;
	margin-bottom:2px;
}
div.item-text {
	width:99%;
	background-image:url('edit_translation.png');
	background-position:right;
	background-repeat:no-repeat;
}
div.item-img {
	display:inline;
}

#lemma {
	width:100%;
	margin:5px 0 5px 0;
	text-align:left;
}
#lemma h2 {
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
}

#lemma p {
	font-size:0.8em;
	margin-bottom: 5px;
	text-align:left;
	margin: 5px 0 5px 10px;
}
#lemma span.language {
	font-weight:bold;
	text-align:left;
	font-size:0.7em;
}
#lemma span.translation {
	font-size:0.9em;
	margin-left:10px;
	text-align:left;
	font-style:italic;
	
}

#lemma a.all_translations, a.close_translations {
	font-size:0.5em;
	margin-top:10px;
	color: #8c8d8e;
	/* background-color:#dfe6ef; */
	padding: 0 5px 0 5px;
}

#translation li {
	font-size:0.7em;
	margin: 2px 0 2px 20px;
	background-color: #d3d4d4;
	width:80%;
	padding: 3px 3px 3px 3px;
}

#translation span.image_translation {
	margin-right:15px;
}


/* FOOOOTER */

#footer {
	width:100%;
	margin-top:40px;
}
#footer div.footer_left {
	width:50%;
	heidth:35px;
	font-size:0.7em;
	text-align:left;
	float:left;
}
#footer div.footer_right {
	width:50%;
	font-size:0.7em;
	text-align:right;
	float:left;
}