﻿body {
	background: transparent url('../images/propic.jpg') no-repeat center center fixed;
	background-size: cover;
	margin: 20px;
	font-family: Tahoma;
	font-size: 13px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#propic {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 410px;
	width: 700px;
}
#propic object {
	margin-right: 100px;
}

#info {
	margin: 75px 0 0 110px;
	position: absolute;
	font-size: 16px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	z-index: 9;
	text-shadow: 1px 1px 1px #000000;
}
#info span {
	display: block;
}
.name {
	font-size: 12px;
}
.radius {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#shadow {
	position: absolute;
}
#header {
	height: 45px;
	background-color: #D96666;
	color: #ffffff;
	padding: 6px 0 0 110px;
	border-bottom: 1px solid #d35050;
}
#header span {
	float: left;
	font-weight: bold;
}
#header span span {
	display: block;
	width: 20px;
	font-weight: normal;
}
#me {
	position: absolute;
	border: 4px solid #D35050;
	margin: 74px 0 0 12px;
	z-index: 1;
	-webkit-animation: me 1s ease;
	-webkit-animation-delay: 2s;
}
@-webkit-keyframes me {
	0%{ -webkit-transform:  rotateY(0); }
	50%{ -webkit-transform:  rotateY(180deg); }
	100%{ -webkit-transform:  rotateY(360deg); }
}
#links {
	padding: 20px 20px 0px 20px;
	background-color: #ffffff;
}
#links li {
	height: 40px;
	display: block;
	color: #a3a3a3;
	line-height: 22px;
}
#links li:hover {
	color: #d96666;
}
#links li span {
	display: block;
	width: 22px;
	height: 22px;
	background: transparent url('../images/icon.png') no-repeat;
	-webkit-transition: all 0.2s ease;
	float: left;
	margin-right: 20px;
}
#links li:hover span {
	background-position: 0 -22px;
}
#links #email span {
	background-position: -22px 0px;
}
#links #email:hover span {
	background-position: -22px -22px;
}
#links #twitter span {
	background-position: -44px 0px;
}
#links #twitter:hover span {
	background-position: -44px -22px;
}
#links #dribbble span {
	background-position: -66px 0px;
}
#links #dribbble:hover span {
	background-position: -66px -22px;
}
#bottom {
	padding: 20px;
	border-top: 1px solid #F2F2F2;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#bottom a {
	background-color: #F89883;
	padding: 5px 12px 5px 12px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
}
#bottom a:hover {
	text-shadow: 1px 1px 1px #555555;
}
.download {
	margin-right: 2px;
}
