/*  
	Name: Frank Snijders | Curriculum Vitae
	URL: http://www.franksnijders.com
	Description: Het CV van Frank Snijders
	Version: 1.0
	Author: Frontwerp | Frank Snijders
	Author URI: http://www.frontwerp.nl
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #454545;
	background: #fff url("../img/background.png") repeat-x;
}

div#wrapper {
	width: 680px;
	margin: auto;
	position: relative;
}

div#header {
	width: 680px;
	padding-top: 100px;
	height: 100px;
	border-bottom: 1px dotted #ccc;
}

a#banner {
	width: 210px;
	height: 130px;
	background: #fff url("../img/banner.png") no-repeat;
	top: 40px;
	right: -60px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

a {
	color: #454545;
}

h1 {
	font-size: 25px;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 span {
	display: block;
	font-size: 55px;
	color: #198494;
}

h2 {
	font-size: 16px;
	color: #198494;
	margin: 20px 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

div#sidebar {
	width: 260px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

div#content {
	width: 400px;
	float: left;
}

div.item {
	border-bottom: 1px dotted #ccc;
}

div#sidebar item {
	width: 260px;
}

div#languages ul {
	height: 85px;
}

div#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

div#sidebar ul li {
	height: 23px;
}

div#sidebar ul label {
	display: inline-block;
	width: 110px;
}

div#sidebar ul label#english {
	height: 50px;
	float: left;
}

div#footer {
	width: 680px;
	height: 50px;
	clear: both;
}

li.socialmedia {
	padding: 2px 0 0 26px;
	display: block;
	line-height: 100%;
	height: 14px;
}

a#pdf {
	background: #fff url("../img/acrobat.png") no-repeat;
	padding: 2px 0 0 26px;
	line-height: 100%;
	height: 14px;
}

div#cv {
	padding-bottom: 20px;
}

li#linkedin { background: #fff url("../img/linkedin.png") no-repeat; }
li#facebook { background: #fff url("../img/facebook.png") no-repeat;	}
li#twitter { background: #fff url("../img/twitter.png") no-repeat; }
li#flickr { background: #fff url("../img/flickr.png") no-repeat; }
li#lastfm { background: #fff url("../img/lastfm.png") no-repeat; }

