@charset "UTF-8";
/* Flapogen.be - CSS */
/* Copyright Andries Verlinden */

/** CSS-reset **/

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

/** Algemene instellingen **/

body {
	background-image: url(../images/old_paper_reverse.jpg);
	background-position: top;
}

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

/** Header **/

#header {
	position: fixed;
	top: 5%;
	left: 0;
	height: 90%;
	width: 25%;
	z-index: 1;
}

#header h1 a {
	position: absolute;
	top: 30px;
	left: 50px;
	text-indent: -5000px;
	background-image: url(../images/log.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
}

/** Navigation **/

#nav ul {
	position: relative;
	top: 230px;
	left: 100px;
	list-style: none;
	margin-right: 30px;
}

#nav li a {
	font-size: 16px;
	line-height: 30px;
}

/** Content **/

#content {
	position: relative;
	top: 30px;
	left: 500px;
	width: 800px;
}

/** Article **/

.first_article {
	margin-top: 100px;
	border: none;
}

article {
	margin-top: 20px;
	border-top: thin dotted #000;
}

article h2 {
	font-size: 16px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.posted_on {
	position: relative;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
	text-align: right;
}

article p {
	color: #333;
	margin-bottom: 5px;
}

article ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

article p.top {
	text-align: right;
}

article p.top a {
	font-size: 11px;
}

article p.like {
	position: relative;
	text-align: right;
	right: -17px;
}

/** Footer **/

#footer ul {
	position: fixed;
	bottom: 10px;
	left: 20px;
	list-style: none;
}

#footer #facebook a, #footer #vimeo a, #footer #jalogo a, #footer #Prezi a, #footer #twitter a {
	position: absolute;
	top: -100px;
	text-indent: -5000px;
	background-image: url(../images/facebook.png);
	width: 50px;
	height: 50px;
}

#footer #vimeo a {
	top: -50px;
	background-image: url(../images/vimeo.png);
}

#footer #Prezi a {
	top: -200px;
	background-image:url(../images/Prezi.png)
}
#footer #twitter a {
	top: -150px;
	background-image:url(../images/twitter.png)
}