/* © Jelle Vervaeren */
/* All Rights Reserved */
/*Reproduction in whole or in part in any form or medium without express written permission is prohibited.*/

/*	Afbeeldingsgrootte beeld #
	beeld 2 =  80x840 px
	beeld 3 = 140x840 px
	beeld 4 = 200x840 px
	beeld 5 = 260x840 px
	beeld 6 = 320x840 px
	beeld 7 = 380x840 px
	... (telkens +60px)
*/

/* CSS Document */
*{padding:0;margin:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #303533 url(../images/BG700px_light.jpg);
}

a {
	color: #333;
	font-weight: bold;
}

a:hover, a:active{
	color: #666;
	font-weight: bold;
}

#container {
	width: 860px;
	margin: 0 auto;
}

img {
	border: 0;
}

/* =header */
#header {
	height: 108px;
	background: url(../images/Portfolio_Jelle_Vervaeren.gif) no-repeat;
	text-indent: -99999px;
}

/* =navigatie */
#navigation {
	height: 22px;
	margin-bottom: 20px;
	background:#FFF;
	padding-left: 20px;
}

#navigation ul {
	list-style: none;
	font-weight: bold;
}

#navigation li {
	display: inline;
}

#navigation li.actief {
		border-bottom: #000 solid 4px;
}

#navigation li.slash {
	border: 0;
	padding: 0 9px 0 9px;
}

#navigation a {
	color:#000;
	text-decoration:none;
	display: inline;
	border: 0;
}

#navigation a:hover, #navigation a:active {
	color:#000;
	text-decoration:none;
	display: inline;
	border-bottom: #000 solid 2px;
}

/* =item */
/* beeld 2 =  80x840 px
   beeld 3 = 140x840 px
   beeld 4 = 200x840 px
*/
.item {
	background-color: #FFF;
	margin-bottom: 20px;
}

.itemfront {
	width: 580px;
	background-color: #FFF;
	margin-bottom: 20px;
	float:left;
}

.itemtwitter {
	
	width: 260px;
	height: 700px;
	background-color: #FFF;
	float: right;
}

.floatbreak {
	float: none;
	clear: both;
}

.titel {
	height: 17px;
	padding: 3px 0 0 20px;
	border-bottom: dashed #000 1px;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
}


.titeltekst {
	height: 17px;
	padding: 3px 0 0 20px;
	border-bottom: dashed #000 1px;
}


.titeltekst h3 {
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.beeld0 {
	padding-bottom: 15px;
}

.beeld0 img{
	padding: 10px 10px 10px 10px;
}

.beeld2 {
	height: 100px;
}

.beeld2 img{
	padding: 10px 10px 10px 10px;
}

.beeld3 {
	height: 160px;
}

.beeld3 img{
	padding: 10px 10px 10px 10px;
}

.beeld4 {
	height: 220px;
}

.beeld4 img{
	padding: 10px 10px 10px 10px;
}

.beeld5 {
	height: 280px;
}

.beeld5 img{
	padding: 10px 10px 10px 10px;
}

.beeld6 {
	height: 340px;
}

.beeld6 img{
	padding: 10px 10px 10px 10px;
}

.beeld7 {
	height: 400px;
}

.beeld7 img{
	padding: 10px 10px 10px 10px;
}

.beeld8 {
	height: 460px;
}

.beeld8 img{
	padding: 10px 10px 10px 10px;
}

.beeld9 {
	height: 520px;
}

.beeld9 img{
	padding: 10px 10px 10px 10px;
}

.beeld10 {
	height: 580px;
}

.beeld10 img{
	padding: 10px 10px 10px 10px;
}

.beeld11 {
	height: 640px;
}

.beeld11 img{
	padding: 10px 10px 10px 10px;
}

.beeld12 {
	height: 700px;
}

.beeld12 img{
	padding: 10px 10px 10px 10px;
}

.beeld13 {
	height: 760px;
}

.beeld13 img{
	padding: 10px 10px 10px 10px;
}

.content {
	padding: 0 60px 0 20px;
}

.content p{
	font-size: 0.85em;
}

h4 {
	padding: 0.9em 0 0.3em 0;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.hide {
	text-indent: -99999px;
}

/* =copyright */
#footer {
	background-color: #FFF;
	height: 80px;
}

#social {
	float: left;
	padding: 20px 0 0 20px;
}

#taal {
	float: right;
	text-align: right;
	padding: 20px 20px 0 0;
	font-size: 0.8em;
}

#copyright p{ 
	float: right;
	padding: 45px 20px 0 0;
	font-size: 0.7em;
	text-align: right;
}
