/*
Theme Name: Matthijs Kuiper
Theme URI: http://matthijskuiper.nl
Description: Personal theme for <a href="http://www.matthijskuiper.nl" target="_blank">matthijskuiper.nl</a>.
Version: 1.0
Author: Matthijs Kuiper
Author URI: http://matthijskuiper.nl
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: auto;
	min-height: 100%;
	font-family: Georgia, 'Trebuchet MS';
	font-size: 8pt;
	color: #313131;
	background-color: #d9d9d9;
}


/* HEADER */

#header {
	width: 100%;
	height: 70px;
	padding-top: 25px;
	background: url(img/header-bg.gif) top left repeat-x;
	margin-bottom: 25px;
}

#header h1 {
	/*display: inline;*/
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #313131;
}

#header h1 img {
	border: 0;
}
#menu {
	/*display: inline;*/
	float: left;
	margin-top: 4px;
	margin-left: 23px;
	padding: 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	width: 100px;
	margin-right: 10px;
}

#menu a {
	padding: 3px 50px 3px 8px;
	background-color: #464646;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	color: #ffff00;
	/*background-color: #fff;*/
}

#header #info {
	margin-top: 40px;
	margin-left: 23px;
}

#header #info span {
	display: inline;
	line-height: 160%;
	background-color: #ffff00;
}


/* CONTENT */

#content {
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	line-height: 150%;
}

#content a {
	color: #313131;
}

#content a:hover {
	background-color: #ffff00;
	text-decoration: none;
}

#content a.img:hover {
	background-color: transparent;
}

#content strong.title {
	font-style: italic;
	font-family: Georgia, 'Trebuchet MS';
	display: block;
	padding-bottom: 5px;
}

#content hr {
	border: 0;
	height: 1px;
	background-color: #b9b9b9;
}

#content .quote {
	/*font-style: italic;*/
}



/* PAGE */

#page {
	width: 500px;
	/*height: 500px;*/
	background-color: #fff;
	padding: 10px;
	margin-left: 23px;
}

#page img {
	border: 0;
}

#page .cv {
	width: 100%;
	line-height: 120%;
	margin-top: 3px;
	margin-bottom: 10px;
}

#page .cv td {
	vertical-align: top;
	padding-bottom: 14px;
}

#page .cv td.year {
	width: 100px;
}

#page .personalia {
	width: 100%;
	line-height: 140%;
	margin-top: 3px;
	margin-bottom: 10px;
}

#page .personalia td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 14px;
}


/* WORK */

#work {
	
}

#work .item {
	position: relative;
	float: left;
	width: 210px;
	height: 210px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}

#work .item img {
	display: block;
	width: 210px;
	height: 100px;
	margin-bottom: 5px;
}


/* FOOTER */

#footer {
	margin-top: 10px;
	margin-left: 23px;
	padding-bottom: 20px;
	color: #858585;
	font-size: 8pt;
}


/* Clearing floats */
* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: inline-block;*/
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
