* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0 auto;
	padding: 0;
	color: #464748;
	height: 100%;
	background-color: #fffaf8;
	font-size: 18pt;
	/*	overflow: hidden;*/
}

body {
	font-size: 16pt;
	line-height: 1.6em;
	font-family: Georgia, serif;
	margin: 0 auto;
	max-width: 790px;
}

a {
	text-decoration: none;
	color: inherit;
	background-color: rgba(231, 242, 202, 0.4);
	padding: 2px 4px;
}

a:hover {
	color: #3f3f9f;
	background-color: rgba(231, 242, 202, 0.7);
	text-decoration: underline;
}

h1 {
	font-family: Arial Rounded MT Bold, Helevtica Neue, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	padding: 12px 0px;
}

h2 {
	font-family: Arial Rounded MT Bold, Helevtica Neue, sans-serif;
	font-size: 20pt;
	padding: 6px 0px;
	font-weight: normal;
	clear: both;
}

h3 {
	font-family: Arial Rounded MT Bold, Helevtica Neue, sans-serif;
	font-size: 85%;
	font-weight: normal;
	padding-top: 3px;
}

clear {
	clear: both;
}

headline {
	font-family: Arial Rounded MT Bold, Helevtica Neue, sans-serif;
	display: block;
	overflow: auto;
	padding: 100px 0px 50px;
}

headline avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 16px;
	margin-top: -10px;
	/*  position: absolute;
  margin-left: -90px;
  margin-top: -6px;*/
	text-shadow: 0 0 2px #000000;
}

headline avatar img {
	border-radius: 32px;
}

headline name {
	float: left;
	width: 60%;
	font-size: 24pt;
	font-weight: normal;
	display: block;
	padding-top: 3px;
}

text {
	clear: both;
	float: left;
	padding-bottom: 60px;
}

text h1 {
	font-size: 130%;
	padding-bottom: 30px;
}

text p {
	padding-bottom: 18px;
}

links {
	display: block;
	overflow: auto;
}

links ul li {
	list-style: disc;
	margin-left: 3em;
	padding-left: 10px;
}

links ul li a {
	vertical-align: top;
}

links ul li.twitter {
	list-style-image: url("/images/social/twitter.png");
}

links ul li.xing {
	list-style-image: url("/images/social/xing.png");
}

links ul li.github {
	list-style-image: url("/images/social/github.png");
}

links ul li.stackoverflow {
	list-style-image: url("/images/social/stackoverflow.png");
}

links ul li.linkedin {
	list-style-image: url("/images/social/linkedin.png");
}

footer {
	clear: both;
	color: #999;
	border-top: 1px dotted #ddd;
	font-size: 12pt;
	margin: 40px 0 auto auto;
	font-family: Helvetica;
	text-align: center;
}

footer span {
	padding-right: 16px;
}

footer ul {
	display: inline;
}

footer li {
	display: inline;
	padding-right: 16px;
}

footer li:last-of-type {
	display: inline;
	padding-right: 0px;
}

projects {
	display: block;
	padding: 60px 0px;
}

project {
	display: block;
	overflow: auto;
	padding-bottom: 40px;
}

project main {
	width: 73%;
	float: left;
}

project sidebar {
	width: 25%;
	float: right;
	text-align: right;
}

project p {
	font-family: Georgia, serif;
	font-size: 11pt;
	line-height: 1.4em;
	color: #565758;
}

project name {
	font-family: Arial Rounded MT Bold, Helevtica Neue, sans-serif;
	display: block;
	font-size: 16pt;
	padding-top: 3px;
}

project name date {
	display: inline-block;
	font-family: Helvetica Neue;
	font-size: 10pt;
	padding-left: 10px;
	color: #767778;
}

project customer {
	font-size: 12pt;
	font-weight: normal;
	color: #565758;
	display: block;
	line-height: 0.6em;
	padding-bottom: 18px;
}

project customer location {
	font-size: 10pt;
	color: #767778;
	padding-left: 10px;
	font-family: Helvetica Neue;
}

project links {
	display: block;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 1.5em;
	list-style: none;
}

project links link {
	display: list-item;
	line-height: 1.5em;
}

project tech {
	font-family: Georgia, serif;
	font-size: 11pt;
	color: hsl(209, 0%, 50%);
	display: inline-block;
	line-height: 1em;
	padding-top: 18px;
}

project tech li {
	display: inline;
	padding: 2px 10px;
	border: 1px solid #d3e8fc;
	border-radius: 5px;
	line-height: 30px;
	background-color: #f8f8f8;
	white-space: nowrap;
}

project icon {
	display: block;
	text-shadow: 0 0 2px #000000;
	padding-top: 13px;
	padding-bottom: 10px;
}

project icon img {
	max-width: 64px;
}

.spacer {
	height: 30px;
	clear: both;
}

legal p {
	font-family: Georgia, serif;
	font-size: 11pt;
	padding-bottom: 12pt;
	line-height: 1.4em;
}

@media only screen and (max-width: 640pt) {

	body {
		font-size: 16pt;
		line-height: 1.4em;
		font-family: Amaranth, Georgia, serif;
		margin: 0 20px;
		max-width: 860px;
	}

	headline {
		padding: 50px 0px 30px;
	}

	headline name {
		font-size: 18pt;
	}

	text {
		clear: both;
		padding-bottom: 30px;
	}

	h1 {
		font-size: 18pt;
		padding: 6px 0px;
	}

	h2 {
		font-size: 16pt;
		padding: 4px 0px;
		clear: both;
	}

	h3 {
		font-size: 14pt;
	}

	project name {
		font-size: 14pt;
		line-height: 1.0em;
		padding-bottom: 6px;
	}

	project name date {
		display: block;
		padding-left: 0px;
	}

	project customer {
		font-size: 11pt;
		line-height: 1.0em;
	}

	project customer location {
		display: block;
		padding-left: 0px;
		padding-top: 2px;
		line-height: 1.0em;
	}

	footer {
		clear: both;
		color: #999;
		border-top: 1px dotted #ddd;
		font-size: 11pt;
		margin: 30px 0 auto auto;
		font-family: Helvetica;
	}
}

@media only screen and (max-width: 375pt) {
	headline name {
		margin-top: -3px;
	}
}

@media only screen and (max-width: 320px) {
	body {
		font-size: 13pt;
		line-height: 1.3em;
	}
}