html {
	background-color: #222;
}
html * {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	color: #90908b;
	line-height: 150%;
	text-align: center;
}
a {
	color: #55f;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #3b3b90;
}
ul {
	padding-left: 1em;
	list-style-type: none;
}
dl {
	padding-left: 1em;
}
dl dt {
	margin-top: 0.5em;
}
dl dd {
	padding-left: 1em;
}
h1, h2, h3 {
	margin: 1em 0;
	font-family: serif;
	font-weight: normal;
	color: #e85848;
}
h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; font-weight: bold; }

#wrapper {
	margin: 10% 5%;
}

#aboutme {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em 1em 1em;
	margin-bottom: 2em;
	text-align: left;
	width: 300px;
}
ul li span {
	font-size: 125%;
	font-family: serif;
}

#projects {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 250px;
	width: 432px;
	text-align: left;
	background-color: #292929;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#projects img {
	display: block;
	margin: 1em auto;
	height: 160px;
}
#projects p {
	margin: 0.5em 1em;
}
#projects h3 {
	margin: 0.5em 1em;
}
#projects > div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#projects > div span.uri {
	margin: 0 1em;
	float: right;
}

#lang-switcher {
	display: none;
	position: fixed;
	bottom: 0.25em;
	right: 0.25em;
}
#lang-switcher a {
	display: inline-block;
	padding: 0.25em 0.5em;
	color: #bbb;
}
#lang-switcher a:hover {
	border: none;
	background-color: #292929;
}