body {
	font-family: 'Myriad Pro';
	font-size: 14px;
	color: #4c4b4c;
	background: #f8f9fa;
	padding: 20px;
}
a {
	font-weight: bold;
	color: #4c4b4c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a span {
	font-weight: normal;
}
img {
	border: 0;
}
p {
	text-shadow: 0 1px 0 #EEEEEE;
	line-height: 20px;
	margin: 0;
	text-align: center;	
}
#andreaswalm {
	width: 185px;
	margin: 50px auto;
}

#header {	
}
	#header p#vcard {
		margin: 0;
		text-align: right;
		font-size: 12px;
	}
	#header h1 {
		font-size: 30px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#header h1 span {
		font-weight: normal;
	}		

div.line {
	height: 1px;
	width: 175px;
	background: #dbdada;
	margin: 15px auto;
	clear: both;
}

#about {
	display: none;
}

#networks {
}
	#networks ul {
		list-style: none outside none;
		margin: 0 0 0 7px;
		padding: 0 0 0 10px;
		height: 150px;
	}
	#networks li {
		float: left;
		width: 32px;
		height: 32px;
		margin: 9px;		
	}
	#networks li span {
		display: none;
	}

#tooltip { 
   	background-color:#000; 
    padding:10px 15px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contact {
	font-size: 12px;
}
	#contact .fn, #contact .email {
		display: none;
	}
	#contact .org {
		font-weight: bold;
	}	
	#contact a {
		font-weight: normal;
	}
	#contact div {
		text-align: center;
	}

#footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
	font-size: 10px;
}
