/*
Theme Name: iWebKit 5
Theme URI: http://iwebkit.net/
Description: New website of iWebKit
Version: 3.0
Author: Johan van Wilsum
*/
/* HTML TAGS */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/bg.jpg') repeat-x;
	color: #FFF;
	text-align: center;
	margin: 0px; width:100%
}
a {
	font-size: 1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
	color: #999;
}
h2 {
	font-size: 2.0em;
	color: #FFF;
}h3{
	margin-bottom:0
}
td {
	color: #FFF;
}
hr {
	margin: 15px 0 15px 0;
	border: 0;
	background-color: #464646;
	height: 1px;
}
/* MAIN TEMPLATE PARS, PAGE, HEADER,MENU */
#page {
	margin: 0 auto;
}
.header {
	width: 880px;
	height: 36px;
	margin: 0 auto 14px auto; 
	position:relative;
	margin-top:20px;
}
#content {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 6px;
	text-align: left;
	min-height: 300px;
}
#page_content {
	margin: 0 auto;
	width: 845px;
	border: solid 1px black;
	text-align: left;
	padding:0px 20px 0px 20px;
	min-height:250px;
}
.post {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #464646;
}
.entry p, .entry a {
	font-size: 11px;
}
#headerimg {
	background: url('images/logo_left.png');
	background-repeat:no-repeat;
	height: 36px;
	 
}
#headerimg a{
	height:36px
}
#smallmenu {
	width: 100%;
	text-align: right;
	
	 position:absolute; right:15px; top:20px
}
#smallmenu a {
	text-decoration: none;
	font-size: 1em;
	color: #666;
}
#menu {
	width: 890px;
	height: 50px;
	margin: 0 auto;
	background: url('images/menu.png') no-repeat;
}
div#sidebar ul{
	padding:0;
	margin:0;
}
#menu ul, li {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
#menu ul li {
	display: inline;
		padding: 0;
	margin: 0;

}
#menu ul li a {
	padding: 0 0.9em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.6em;
	float: left;
	width: 75px;
	height: 34px;
	display: block;
	line-height: 34px;
	background: url('images/li.png') no-repeat right center;
	margin: 4px 0;
}
#menu ul li:first-child a {
	margin-left: 7px;
}
#menu ul li a:hover, #menu ul li a.active {
	background: url('images/menuhoverbg.png') repeat-x;
}
#menu ul li.donate a {
	color:red;
}
#cube {
	border: solid black 1px;
	width: 880px;
	height: 300px;
	margin: 0 auto;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #464646;
}

li.bannerImage span{
	text-align: left;
	font-size: 16px!important;
	font-weight: bold;
	margin-top:0px;
}

.search {
	background-image: url('images/menubg.jpg');
	float: right;
	list-style-type: none;
	margin: 4px 8px 0px 10px;
	width: 220px;
	height: 34px;
}
.search form {
	background: url('images/searchbg.png') no-repeat;
	width: 147px;
	height: 20px;
	margin: 7px 0 0 20px;
	padding: 4px 28px 4px 5px;
	font-size: 0.5em;
	position: relative;
}
.searchtext {
	position: relative;
	top: -5px;
	left: 1px;
	border: none;
	height: 13px;
	width: 144px;
	margin: -1px 0 0 3px;
	display: inline-block;
	background: transparent;
}
.searchsubmit {
	position: relative;
	left: 0px;
	top: 0px;
}
/* OFTEN USED CLASSES */
div.kol {
	float: left;
	height: 290px;
	width: 276px;
	text-align: justify;
	line-height: 1.5em;
	font-size: 11px;
}
div.separator {
	float: left;
	width: 20px;
	margin-right: 5px;
}
.line {
	background: url('images/separator.png') center center no-repeat;
	height: 270px;
}
.space {
	margin-bottom: 10px;
}
.short {
	height: 200px!important;
	margin-top: -7px;
}
.post .entry li {
	color:#888888;
	}

div#socialmedia {
	background-color: #1F1F1F;
	width: 100%;
	min-height: 220px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	margin-top:98px;
}
div#socialmedia div.content {
	width: 880px;
	margin: 0 auto;
}
div#socialmedia div.kol a {
	text-decoration: none;
	color: #999999;
	font-size: 1em;
}
div#socialmedia div.kol #newsletter {
	background-color: black;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 150px;
	text-align: center;
}
ul.tweets, ul.tweets li {
	list-style-type: none;
	margin: 0 0 0 -20px;
	padding: 0;
	color: #999;
}
div.kol.short li, div.aktt_tweets ul {
	white-space: nowrap;
	text-overflow: ellipsis; /* for internet explorer, nee hoor ook voor safari bijvoorbeeld :s */;
	overflow: hidden;
	width: 250px;
	display: block;
}
#footer {
	margin: 0 auto;
	width: 880px;
	font-size: 1em;
	color: #1F1F1F;
}
#footer_menu a{
	color:rgb(31, 31, 31)!important;
}
#footer_menu {
		height:40px;
		margin-top:20px;
}
.paypal {
	float: right;
	width: 300px;
	border: 2px solid #666;
	text-align: center;
	padding:10px;
}
#translation_bar{
	width:500px;
	}
.ngg-gallery-thumbnail-box{
	margin:4px; border:solid gray 5px;width:97px;display:inline-block!important
}	.ngg-gallery-thumbnail-box img{
	width:97px!important
}.ngg-galleryoverview{
	width:829px;  margin:auto
}