@font-face {
	font-family: "droid sans";
	src: url("droid_sans.ttf");
}

html {
	height:100%;
	background-color: #303450;
	background-image:
	-webkit-gradient(linear, 0% 50%, 21% 75%, from(#323753), to(#25283d));
	background-image:
	-moz-linear-gradient(50% 0% 153deg,#25283d, #323753);
}

body
{
	margin-top: 100px;
	font-family: 'droid sans', helvetica, serif;
	line-height: 2.5em;
	color: #aaa;
	text-shadow: 1px 1px 0px #000;
}

h1
{
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	color: #555;
	margin:0;
	font-weight: normal;
	margin-bottom:40px;
	padding: 20px;
	padding-bottom:40px;
	padding-left: 20px;
	color: #fff;
}

p
{
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
}

a:hover
{
	color: white !important;
	background-color: #2ea3fe;
	-webkit-transition-duration: 0.25s;
}

a
{
	background-color: #404569;
	color: white;
	padding: 3px;
	text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

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

.vcard
{
	margin-left: auto;
	margin-right:auto;
	width: 50em;
}

.photo
{
	float:right;
	margin-left:20px;
	margin-right:40px;
	background-color: #ccc;
	border: 5px solid #ccc;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	border-color:#EEEEEE;
	border-style:solid;
	border-width:5px 5px 20px;
	-webkit-transition: -webkit-transform .15s linear;
}

.photo:hover
{
	-webkit-transform:  scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

#pi
{
	position: absolute;
	bottom:10px;
	right:10px;
	background-color:transparent;
	font-size: 0.4em;
	line-height:1em;
}
