body {
	color: #666;
}

/* H1, H2, H3 etc. */

h1, h2, h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 400;
	color: #D60B4E;
}

h2 {
	font-size: 28px;
}

img.social {
	padding-right: 5px;
}

/* Portfolio */

.portfolio {
	padding: 20px 0 20px 0;
}

hr {
	margin-top: 20px;
}

/* About */

.gegevens {
	line-height: 35px;
}

img.about {
	padding: 0 10px 0 0; 
}

/* Header */

.header {
	height: 100px;
	padding-top: 30px;	
}

/* Navigation */

.header #navigation {
	float:right;
	padding: 0;
	margin: 0;
	}

.header #navigation li { 
	display: inline;
}

.header #navigation a { 
	padding-left: 30px;
	color: #7E7E7E;
	font-size: 26px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	text-decoration:none;
}

.header #navigation a:hover {
	color: #515151;
}

.header #navigation a.active {
	color: #D60B4E;
}


/* Footer */

.footer {
	background: url(../images/bg-footer.gif) repeat-x top left;
	height: 40px;
	padding: 20px 0 0 15px;
	font-size: 11px;
	color: #999;
}

.footer-copy {
	float: left;
}

.footer-nav {
	padding-right: 15px;
	float: right;
}

.einde {
	padding-bottom: 40px;
}

/* Links */

.logo:hover {
	opacity: .80;
}

a {
	text-decoration: underline;
	color: #D60B4E;
	}
	
a:hover {
	text-decoration: none;
	color: #D60B4E;
	}

/** Style the tweets */

.twitter-holder {
	padding-bottom: 50px;
}

.twitters {
}

.twitters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.twitters span.prefix {
}

.twitters span.time {
}

.twitters span.status {
}

.twitterTime {
	color: #999;
	font-size: 11px;
}

/* Contact */

.contactform {
	padding-bottom: 60px;
}

label {
	font-weight:normal;
}

#naam, #email, #website {
	padding: 5px;
	margin: 10px 0 10px 0;
	background: #FFF; 
	border: 4px double #CCC; 
	width: 270px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
}

#submit {
	width: 102px;
	height: 25px;
	border: 0;
	color: #FFF;
	font-size: 13px;
}

#contactform textarea {
	border: 4px double #CCC; 
	height: 113px;
	width: 269px;
	margin: 10px 0 15px 0;
	padding: 6px;
	font-family: Arial;
	font-size: 11px;
}


/* overige */
	
::selection { 
	background: #D60B4E; 
	color: white; /* Safari */ 
	}
::-moz-selection { 
	background: #D60B4E; 
	color: white; /* Firefox */ 
	}