.hentry ul.addons li {
	margin-bottom:10px;
}
.hentry ul.addons li li {
	margin-bottom:0;
}
.hentry ul.addons a {
	display:block;
}

/* 468 banner ads */
.banner468 {
	width:468px;
	margin:0 auto;
	padding:0;
}
.search .banner468 {
	display:block;
}
.banner468 img {
	border:1px solid #444;
}
#sidebar .banner-ad {
	margin-top:10px;
	padding:0;
}
form.donate2 {
	text-align:center;
}

/* plugins */
.sidebar .eswiki_widget ul {
	display:none;
}
.sidebar .widget_downloads li {
	margin-bottom:1em;
	line-height:1em;
	font-size:1.1em;
}
.sidebar .widget_downloads li span {
	display:block;
	margin:0;
	font-size:.8em;
	font-weight:normal;
	text-indent:1.5em;
}
.sidebar .widget_downloads ul.downloads-page li a span {
	display:inline-block;
	padding-right:20px;
	padding-top:2px;
	background:url(images/arrow_right.gif) no-repeat right top;
	font-size:1em;
	text-indent:.5em;
}
.sidebar .downloads-page li {
	margin-top:10px;
}
#download-search label {
	display:inline-block;
	margin-right:5px;
}
.hentry .download {
	clear:both;
}
.wpcf7-form label {
	display:inline;
}
.wpcf7-form input#antispam[type="text"] {
    width: 10rem;
    padding-top: 0.187rem;
    padding-bottom: 0.187rem;
}

/* PayPal */
.paypal input[type=image] {
	background:#444;
	border:none;
}
/* sidebar paypal button */
.sidebar #text-3 form {
	margin:3px auto 0;
	text-align:center;
}

/* other */
img.floatRight {
	float:right;
	margin:5px 0px 10px 15px;  
}
img.floatLeft {
	float:left;
	margin:5px 15px 10px 0px;
}
#date_convert .selects {
	clear:left;
}
#date_convert .selects div {
	float:left;
	margin:10px;
	padding:0;
}
.screenshots li {
	float:right;
	margin:0 0 20px;
	padding:0 5px;
	text-align:center;
}
table tr.alt th,
table tr.alt td {
	background:#333;
	color:#eee;
}
table td.yes {
	background:#BDEA8A;
	color:#404040;
}
table td.no {
	background:#E77B70;
	color:#000;
}
.screenshots li {
	list-style:none;
	list-style-image:none;
}

/* eshop buttons */
ul.eshop-buttons {
	width:420px;
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height:1.1em;
}
.eshop-buttons li {
	list-style:none;
	list-style-image:none;
	margin-bottom:20px;
}
.eshop-buttons li img {
	display:block;
	margin-bottom:0;
}

.double-spaced li {
	margin-bottom:20px;
}
.screenshots .wp-caption {
	margin:10px 0;
}

.download-search-highlight {
	color:#fda601 !important;
}

/* WIKI */
.hentry #wikinav {
    margin-left:20px;
    margin-bottom:20px;
    background:#444;
    border: 1px solid #333;
}
.wikitoggleLink {
	font-size:.8em;
}
a.wiki-footnote {
	text-decoration:none;
}
.wiki-footnotes ol li br {
	display:none;
}
.unwiki,
#wikinav strong {
    color:#eee;
}
.single-wiki #content h3,
.single-wiki #content h4 {
   width:420px;
}
.single-wiki #content h3 {
   font-size:1.1em;
}
.single-wiki #content h4 {
   font-size:1em;
}
.single-wiki #content h3 + p,
.single-wiki #content h4 + p {
    margin-top:0;
}
.type-wiki.single .meta {
	margin-bottom:10px;
}
body.single-wiki #content .single ol.steps {
	counter-reset:li;
	padding:0;
	margin:0;
}
body.single-wiki #content .single ol.steps li {
	list-style:none;	
}
body.single-wiki #content .single ol.steps li h3 + p {
	margin-top:0;
}
body.single-wiki #content .single ol.steps> li:before {
    content:counter(li);
    counter-increment:li;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    margin-right:8px;
    padding:4px;
    font-weight:bold;
    text-align:center;
    background:#800;
    color:#fff;
}


/* Themes */
.theme {
	margin:20px;
	padding: 10px 10px 5px;
}
.theme span {
	display:block
}
.theme a {
	text-decoration:none;
}
.theme a:hover {
	text-decoration:underline;
}
.theme a:active,
.theme a:focus {
    color:#aff0ff;
}


/* Useful */
.italics {
	font-style:italic;
}