@charset "UTF-8";

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 0px 1px 1px #ccc;
}

body, a {
	font-size: 1.1em;
	line-height: 1.2;
}

h1 {
	font-family: 'RabioheadRegular', Arial;
	font-size: 26px;
	/*font-weight: lighter;*/
	text-align: center;
	margin-bottom: 10px;
	text-shadow:none;
}

em {
	font-weight: bolder;
	font-style: normal;
}

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


#wrapper {
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width:680px;
}

body {
	background: white url(images/bg_ruitjes.png) repeat top left;
}


#networks, #aboutme, #contact {
	width:190px;
	height:198px;
	float: left;
	margin-right: 10px;
	padding: 10px 15px 20px;
}

#networks {
	background-image: url(images/blue_postit.png);
	background-repeat: no-repeat;
	transform: translateY(18px);
}

.profilename {
	font-size: .9em;
}

#networks img {
	float: left;
	margin-right: 10px;
}

li {
	clear: both;
	margin-bottom: 10px;
	height: 32px;
}

#networks a {
	vertical-align: middle;
	line-height: 10px;
}

#aboutme {
	background-image: url(images/yellow_postit.png);
	background-repeat: no-repeat;
	text-shadow:none;
}

#aboutme > p.first {
	margin-top: 20px;
}

#aboutme>p {
	margin-top: 10px;
}

#avatar {
	margin-top: -5px;
	float: right;
}

#contact {
	background-image: url(images/pink_postit.png);
	background-repeat: no-repeat;
	margin-right: 0;
	transform:  translateY(8px);
}

#contact > p {
	margin-top: 20px;
}

#last-update {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: .3;
	padding: 10px;
}
