/*
Theme Name: Egesto
Theme URI: http://www.vivathemes.com
Description: Clean business theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, business
*/

*{margin:0; padding:0;}

body {
	background: url(images/bg/bgtexture7.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #262221;
	color: #333;
	line-height: 158%;
	font-family: georgia, "times new roman", "times", serif;
	font-size: 14px;
	margin:0;
	padding:0;
}
	
h1 {
	font-size: 24px;
}

h2 {
	margin:0;
	margin-left: 5px;
	padding:0;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}


h3 {
	font-family: sans-serif;
	color: #111;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: bold;
	font-size: 11pt;
	line-height: 20pt;
	margin-top: 32px;
	margin-left: 5px;
}

h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 94%;
}

p { margin-top: 6px; }

strong {
	font-family: sans-serif;
	font-weight: bold;
	//font-size: 93%;
	font-size: 100%;
}

pre {
	margin-left: 5px;	
}

img { 
	border: none; padding:0; 
}

img a {
	border:none;
	outline: 0;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-family: sans-serif;
	//font-size: 93%;
	font-size: 100%;
	letter-spacing: 0.1px;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #b11;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: none;
}

a, a:hover, a:visited, a:active {
	outline: none;	
}

a img {
	outline: 0;
}


/* container */

#container {
	width: 950px;
	clear: both;
	margin: 0 auto;
	padding:0;
}
	
/* header */

#header {
  	width: 100%; 
  	float: left;
	clear: left;
	background: #000;
	border-bottom: solid 1px #333;
	padding-bottom: 15px;
}

#top {
	width: 950px;
	margin: 0 auto;
}

#logo {	
	width:150px;
	float:left;
	height: 40px;
	margin-top: 20px;
}

#logo a {
	color: #000;
}

#logo a.site-title {
	color: #fff;
	font-family: georgia, "times new roman", "times", serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

/* search */

#searchbox {
	height: 21px;
	margin-top: 30px;
	float: right;
	width: 152px;
}

#searchform {
	padding:0;
	margin:0;
	width: 200px;
	height: 21px;
	float: left;
}

#searchform input#s {
	outline-style: none;
	margin:0;
	padding: 0;
	color: #686463;
	width: 198px;
	border: 1px solid #262221;
	border-bottom: 1px dotted #bbb3af;	
	font-size: 11px;
	padding-left: 2px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	background: #262221 url(images/searchicon_dark.png) no-repeat right;
}
#searchform input#s:focus {
	outline-style: none;
	border: 1px solid #bbb3af;
	color: #bbb3af;
}

#searchform input#searchsubmit {
	display: none;
}

#header h2 {
	display: none;
}

/* front page widgets */

#frontwidgets {
	width: 950px;
	float: left;
	clear: left;
	margin-top: 23px;
}

#frontleft{
	width: 460px;
	float: left;
	color: #333;
}

#frontleft .widgets {
	width: 420px;
	padding: 10px 20px;
	background: #e7e5e4;
	margin-top: 0px;
	margin-bottom: 25px;
}

#frontleft .widgets:Hover {
	background: #fff;
}

#frontleft h2 {
	margin-top: 0;
	padding: 0;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 4px;
}
#frontleft h2 a {
	color: #333;
}
#frontleft h2 a:hover {
	color: #b11;
}

#frontleft ul {
	margin-bottom: 12px;
}

#frontleft ul li {
	list-style: none;
	//line-height: 20px;
	line-height: 24px;
	padding-left: 18px;
	margin-top: 5px;
	background: url(images/eternity20.gif) no-repeat left top;
}

#frontleft ul li a {
	color: #333;
}

#frontleft ul li a:hover {
	color: #b11;
}

#frontright {
	width: 490px;
	float: left;
	margin: 0;
}

#frontright .widgets {
	width: 200px;
	padding: 10px;
	background: #e7e5e4;
	color: #808080;
	margin-left: 25px;
	font-size: 14px;
	float: left;
	line-height: 145%;
	margin-bottom: 25px;
}

#frontright .widgets:Hover {
	background: #fff;
}

#frontright h2 {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 120%;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 4px;
}
	
#frontright a {
	color: #333;
	text-decoration: none;
}

#frontright a:hover {
	color: #b11;
	text-decoration: underline;
}

#frontright img {
}

/* ArmNet Badge */

#frontright #text-4 {
	
}

#frontright #text-16 {
	clear: left;
	float: left;
	padding: 0px !important;
}

#frontright #text-3 {
	float: right;
	margin-top: 0;
}


/* content */

#contentwrapper {
	width: 950px;
	clear: both;
	float: left;
	margin-top: 25px;
	padding: 0;
}

#content {
	float:left;
	width: 680px;
	padding-top: 0;
	margin: 0;
}

#contentfull {
	float:left;
	width: 950px;
	padding-top: 0;
	margin:0;
}

.thumby {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0;
}

.showcase-thumby {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0;
}

.singlethumb {
	margin-bottom: 20px;
	margin-left: 5px;
}

.post {
	margin:0;
	padding:0;
	padding-bottom: 25px;
	clear: left;
	float: left;
	width: 100%;
}

.showcase-post {
	margin:0;
	padding:0;
	padding-bottom: 5px;
	clear: left;
	float: left;
	width: 100%;
}

.entry {
	background: #fff;
	padding: 13px 10px 10px 10px;
	min-height: 125px;
}

.smallentry {
	background: #fff;
	padding: 5px 5px 5px 1px;
	min-height: 50px;
}

.showcase-entry {
	padding-bottom: 32px;	
}

div.mouseactive {
	background-color: #e7e5e4;
}
div.mouseactive:hover {
	background-color: #fff;	
}

#subt {
	margin-top: 10px;
	color: #999;
	font-style: italic;
	margin-bottom: 15px;
	margin: 5px;
}


.post h2 {
	font-family: sans-serif;
	color: #111;
	margin:0;
	padding:0;
	text-transform: none;
	font-weight: bold;
	font-size: 13pt;
	line-height: 20pt;
	margin-top: 32px;
	margin-left: 5px;
}

h1.entry-title,
h2.entry-title {
	padding: 0;
	line-height: 34px;
	margin: 5px;
	margin-top: 0;
}

h1.entry-title,	
h2.entry-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding:0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #b11;
	text-decoration: none;
}

h1.showcase-title,
h2.showcase-title {
	padding: 0;
	line-height: 15px;
	margin: 6px 5px 0px 5px;
}

h1.showcase-title,	
h2.showcase-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding:0;
	font-weight: normal;
	font-size: 21px;
	line-height: 15px;
	text-decoration: none;
}

h2.showcase-title a:hover {
	color: #b11;
	text-decoration: none;
}

div.pagetitle {
	display: block;
	background-color: #bbb3af;
	padding: 8px 8px 8px 10px;
	margin-bottom: 25px;
	color: #222;
	font-size: 21px;
	line-height: 34px;
	text-decoration: none;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.post ul, .post ol {
	margin: 10px 18px 10px 27px;
}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 5px;
}

a.more-link {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	width: 30px;
	height: 20px;
	background: #fff;
	line-height: 20px;
	text-align: center;
	float: right;
	display: block;
}

a.more-link:hover {
	color: #b11;
	text-decoration: none;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

.wp-caption a {
	margin: 4px;
}

img.portrait-image {
	float: left; 
	margin: 26px 15px 15px 5px;	
}
p.author-bio {
	margin-top: 0px;
	margin-left: 180px;
}


/* Right Sidebar*/

#rightbar {
	width: 250px;
	float: right;
	padding:0;
}

#rightbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	margin-bottom: 25px;
	width: 220px;
	//background: #e7e5e4;
	background: #fff;
	padding: 15px;
	color: #888584;
	//font-style: italic;
}

#rightbar .widgets:Hover {
	
}


#rightbar h2 {
	margin: 0;
	color: #333;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#rightbar ul li {
	line-height: 25px;
	list-style: none;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	color: #666;
	border: none;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}

#rightbar ul li:hover {
}

#rightbar a {
	text-decoration: none;
	color: #333;
}
	
#rightbar a:hover {
	border: none;
	text-decoration: underline;
	color: #b11;
}

#rightbar ul li a:hover {
	text-decoration: none;
	color: #b11;
}

/* POST-NAVIGATION */

#post_navigation-5, #post_navigation-3 {
	padding-right: 0px !important;
	width: 235px !important;
}

#post_navigation-5 h2, #post_navigation-3 h2 {
	color: #7f7a77;
	font-size: 11px;
}

#post_navigation-5 .post-title, #post_navigation-3 .post-title {
	color: #333;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin: 8px 0 5px 0;
	padding-right: 4px;
	float: right;
	width: 133px;
}

#post_navigation-5 img.thumbnail, #post_navigation-3 img.thumbnail {
	float: left;
	width: 85px;
	height: 85px;
	margin-top: 10px;
}

#post_navigation-5 div.excerpt, #post_navigation-3 div.excerpt {
	float: right;
	width: 133px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #8d8b8a;
	margin-right: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#post_navigation-5 span.post-date, #post_navigation-3 span.post-date {
	display: block;
	clear: both;
	margin: 0;
	margin-top: 10px;
	color: #7f7a77;
	font-size: 11px;
}





/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #000; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#author, #email, #url, #comment, #submit {
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #bbb3af;
	outline-style: none;
}

#author, #email, #url {
	height:16px;
	padding-top:3px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #333;
	padding: 4px 7px;
	background-color:#fff;	
}
#submit:hover {
	background-color:#e7e5e4;	
	border: 1px solid #111;
}

#comments {
	margin: 0; 
	padding:0;
}

#author:focus, #email:focus, #url:focus, #comment:focus {
	background-color:#e7e5e4;
	border: 1px solid #111;
}

#respond h3 {
	//border-top: solid 1px #111;	
	border-top: 0;	
}

#respond h3,
h3#comments {
	width: 650px;
	color: #333;
	font-size: 14px;
	clear: left;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-top: 32px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
}	


.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding:0;
	color: #333;
	padding: 4px 7px;
	border-bottom: solid 1px #ccc;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #000;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 10px;
	margin-left: 5px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	border-left: solid 1px #ccc;
	margin: 0;
	padding: 6px 12px 6px 18px;
	list-style-type:none;
	float: left;
    width: 500px;
	margin-bottom: 20px;
}

.commentlist .bypostauthor { 

	border-left: solid 1px #b11;
	background-color: #f7f5f4;
 
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#f7f5f4), to(#fff)); 
  background: -moz-linear-gradient(0% 100% 0deg,#f7f5f4, #fff);  
}


ol.commentlist ul li {
    border: none;
    padding: 6px 12px 6px 18px;
	width: 440px;
	padding-bottom: 0;
	padding-right: 0;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#000;
	text-decoration: none;
}

cite {
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	//font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px solid #ccc;
}

#authornamep {
	margin: 16px 0px 16px 5px !important;
}

#fontdesignerp {
	margin: 0px 0px 16px 5px !important;
}

.authorname, .authorname a {
	font-size: 10pt;
	text-transform: uppercase;	
	text-decoration: none;
	letter-spacing: 0.3px;
}

.translator, .translator a {
	font-family: georgia, "times new roman", "times", serif;
	font-size:14px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	padding-bottom: 0px;
}

/* misc */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alignleft a {
	margin: 5px;
}
	
.wp-caption {
   	border-bottom: 1px solid #808080;
   	text-align: left;
   	background-color: #f1efee;
   	margin: 0 10px 20px 5px;
}


.wp-caption img a{
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	margin: 0 auto;
}

p.wp-caption-text {
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 125%;
	letter-spacing: 0.1px;
   	padding: 10px 3px 8px 4px;
   	margin: 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
	color: #b11;
}


/* footer */

#footer {
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 10px;
	color: #666;
	background: #1b1817;
	border-top: solid 1px #48413b;
}

/* Bottom Bar*/

#bottombar {
	width: 100%;
	float: left;
	clear: left;
	margin:0;
	padding:0;
	background: #111;
	padding: 10px 0;
}

#bottombarin {
	width: 990px;
	margin: 0 auto;
}

#bottombar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 290px;
	color: #888584;
	font-size: 14px;
	//font-style: italic;
	line-height: 145%;
}

#bottombar h2 {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#bottombar ul li {
	line-height: 25px;
	list-style: none;
}

#bottombar ul li a {
	color: #999;
	border-bottom: dotted 1px #999;
	text-decoration: none;
}

#bottombar ul li ul li {
	border: none;
	list-style: disc;
	margin-left: 20px;
}

#bottombar ul li a:hover {
	text-decoration: none;
	border: none;
	color: #b11;
}

#bottombar a {
	text-decoration: underline;
}
	
#bottombar a:hover {
	border: none;
	text-decoration: none;
	color: #b11;
}

#footerbottom {
	width: 950px;
	margin: 0 auto;
}

#copyinfo {
	width: 650px;
	float: left;
	margin-top: 8px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.3px;
	color: #363636;
	line-height: 1.6em;
}

#copyinfo a {
	color: #424242;
	text-decoration: none;
}

#copyinfo a:Hover {
	color: #ccc;
}


#socialize {
	width: 300px;
	float: right;
	margin-top: 9px;
}

#socialize a {
	height: 16px;
	float: right;
	display: block;
	margin-left: 16px;
	opacity: 0.3;
  	filter: alpha(opacity = 30);
	zoom: 1;
}

#socialize a:hover {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
}

.wpcf7-text, textarea {
	font-size: 11px;
	margin:3px 5px 0 0;
	padding: 3px 0 3px 0;
	border: 1px solid #bbb3af;
	background-color: transparent;
	width: 132px;
	outline-style: none;
}
.wpcf7-text:focus, textarea:focus {
	background-color: #e7e5e4;
	border: 1px solid #111;
	outline-style: none;
}
.sidebartextfield {
	width: 210px !important;
	padding-top: 0px;
}
.sidebarformlabel {
	color:#8D8B8A;
	font-family:arial,helvetica,verdana,tahoma,sans-serif;
	font-size:12px;
	line-height:100%;
}

.wpcf7-form p {
	margin-top: 10px;
}

.wpcf7-submit {
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #111;
	background-color: transparent;
	outline-style: none;
}
.wpcf7-submit:hover {
	background-color:#e7e5e4;
	border: 1px solid #111;
}

.wpcf7-response-output {
	padding: 12px;
	font-family: sans-serif;
	//font-size: 93%;
	font-size: 100%;
	letter-spacing: 0.1px;
	line-height: 1.2em;
	color: #111;
	border: 1px solid #d3979c !important;
	background-color: #e3c8cc;
}

.wpcf7-mail-sent-ok {
	border: 1px solid #afc1a0 !important;
	background-color: #d3dbcc;
}

.wpcf7-form-control-wrap textarea {
	width: 210px !important;
}


/* translation stuff */

ul#qtranslate-chooser {
	margin: 0;
	margin-top: 11px;
	margin-bottom: 18px;
	float: right;
	padding-bottom: 5px;
}

ul#qtranslate-chooser li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	color: #aaa;
	line-height: 150%;
	vertical-align: top;
}

ul#qtranslate-chooser li.active a {
	color: #aaa;
}

ul#qtranslate-chooser li a img {
	opacity: 0.4;
  	filter: alpha(opacity = 40);
	zoom: 1;
	padding-bottom: 0px;
}
ul#qtranslate-chooser li a:Hover img {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
	padding-bottom: 0px;
}

ul#qtranslate-chooser li.active img {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
	padding-bottom: 0px;
}

ul#qtranslate-chooser li.inactive img {
	color: #000000;
	opacity: 0.2;
  	filter: alpha(opacity = 20);
	zoom: 1;
}

ul.qtranslate-archive-chooser {	/* for archive pages */
	padding-left: 6px;
	margin-bottom: 0px !important;
	margin-top: 4px !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

ul.qtranslate-archive-chooser li {
	padding-right: 0px !important;
	padding-left: 3px !important;
}


ul.qtranslate-scrolly-chooser {	/* for the Scrolly on the home page */
	float: left !important;
	padding-left: 0px !important;
	margin-top: 8px !important;
}

ul.qtranslate-scrolly-chooser li {
	padding-left: 0px !important;
}

ul#qtranslate-selectedlist-chooser {	/* for Selected Stories list on home page */
	display: inline;
	background: transparent;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

ul#qtranslate-selectedlist-chooser li {
	display: inline;
	background: none;
	margin-left: 0px;
	padding: 0 0 0 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #aaa;
	line-height: 150%;
	vertical-align: bottom;
}

ul#qtranslate-selectedlist-chooser li.active a {
	color: #aaa;
}

ul#qtranslate-selectedlist-chooser li a img {
	opacity: 0.3;
  	filter: alpha(opacity = 30);
	zoom: 1;
	padding-bottom: 0px;
}
ul#qtranslate-selectedlist-chooser li a:Hover img {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
	padding-bottom: 0px;
}

ul#qtranslate-selectedlist-chooser li.active img {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
	padding-bottom: 0px;
}

ul#qtranslate-selectedlist-chooser li.inactive img {
	color: #000000;
	opacity: 0.2;
  	filter: alpha(opacity = 20);
	zoom: 1;
}


ul#qtranslate-postnavigation-chooser {	/* for Post Navigation Widget */
	float: left;
	margin: 2px 0 0 10px;
	padding-bottom: 0px;
	font-size: 6px;
	height: 13px;
}

ul#qtranslate-postnavigation-chooser li {
	display: inline;
	background: none;
	margin-left: 0px;
	padding: 0 0 0 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 100%;
}
ul#qtranslate-postnavigation-chooser li a {
	border: 0 !important;
}

ul#qtranslate-postnavigation-chooser li a img {
	opacity: 0.3;
  	filter: alpha(opacity = 30);
	zoom: 1;
	padding-bottom: 0px;
}
ul#qtranslate-postnavigation-chooser li a:Hover img {
	opacity: 1;
  	filter: alpha(opacity = 100);
	zoom: 1;
	padding-bottom: 0px;
}