body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.8em;
}

table { width: 100%; border-collapse: collapse; }
th, td { padding: 0; }

blockquote {
	border-left: 2px solid #aaa;
	padding-left: 10px;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 30px 0 100px 0;
	display: none;
}

#loading-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 25px;
}

#loading-logo {
	position: absolute;
	left: 40%;
	top: 300px;
	width: 306px;
	height: 96px;
	background: url("../images/knaegt_logo.png") no-repeat;
}

.theme-switcher {
	float: right;
}

	.theme-switcher #theme-dark {
		float: left;
		margin-left: 5px;
		width: 15px;
		height: 15px;
		border: 1px solid #fff;
		background-color: #000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor: pointer;
	}

	.theme-switcher #theme-light {
		float: left;
		margin-left: 5px;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		background-color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor: pointer;
	}


.header span.header-text {
	font-size: 2em;
	font-family: Georgia; 
	font-style: italic;
	letter-spacing: -1px;
}

.sidebar {
	float: right;
	width: 410px;
}

	.title {
		padding: 5px 0 5px 0;
		margin-top: 20px;
	}
	
		.title-right {
			float: right;
			color: #aaa;
			font-size: 0.8em
		}
		
	.about-text {
		margin-top: 10px;
	}
		
	.company-entry {
		margin-top: 10px;
		position: relative;
		height: 100px;
	}
	
	.company-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 195px;
		height: 100px;
		display: none;
	}

	.company-image-grayscale {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 195px;
		height: 100px;
	}
	
	.company-text {
		position: absolute;
		top: 0px;
		left: 205px;
		width: 205px;
	}
	
		.company-text span {
			line-height: 1.6px;
			font-size: 0.8em;
			color: #aaa;
		}
		
.main {
	width: 520px;
	min-height: 1000px;
	padding-bottom: 50px;
}

	.feature {
		position: relative;
		margin-top: 10px;
		height: 200px;
	}
		.feature-image {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 520px;
			height: 200px;
			display: none;
		}
		
		.feature-image-grayscale {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 520px;
			height: 200px;
		}


	


	.blog-entry {
		margin: 20px 0 80px 0;
	}
		
		.blog-entry-title { }
		.blog-entry-text {
			margin-top: 20px;
			line-height: 1.4em;
		}

			.blog-entry-text img {
				margin-top: 10px;
			}
		
		.blog-entry-author {
			margin-top: 5px;
			color: #aaa;
			font-size: 0.8em;
		}



	.tweet-entry {
		padding: 10px 0 5px 0;
	}
	
	.tweet-date {
		color: #aaa;
		font-size: 0.8em;
	}
	
.sourcelinks {
	margin-top: 20px;
	color: #aaa;
	font-size: 0.8em;
}

	.sourcelinks a {
		color: #aaa;
	}