@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0A0A0A;
	overflow: hidden;
}

a:link {
	color: #0A0A0A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A0A0A;
}
a:hover {
	text-decoration: underline;
	color: #0A0A0A;
}
a:active {
	text-decoration: none;
	color: #0A0A0A;
}

#cloud01 {
	z-index: 10;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: Alpha(Opacity=50);
	opacity: 0.50;
	display: none;
}

#background {
	position: absolute;
	z-index: 20;
	height: 100%;
	width: 100%;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
	display: none;
}

#logo {
	position: absolute;
	z-index: 200;
	height: 100px;
	width: 100px;
	right: 62px;
	bottom: 15%;
}

#logo:hover {
	cursor: pointer;
	cursor: hand;
}

/* Static Fields */

#staticFieldRight {
	background-color: #F6F7EF;
	position: absolute;
	height: 100px;
	width: 38px;
	right: 0px;
	bottom: 15%;
	z-index: 100;
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}

#staticFieldLeft {
	background-color: #F6F7EF;
	position: absolute;
	z-index: 100;
	height: 100px;
	width: 100px;
	right: 62px;
	bottom: 15%;
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}

/* Dynamic Fields */

#dynamicFieldLeftOne {
	background-color: #F6B9EF;
	position: absolute;
	z-index: 60;
	height: 100px;
	width: 0px;
	right: 162px;
	bottom: 15%;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
}

#dynamicFieldLeftTwo {
	background-color: #F6B9EF;
	position: absolute;
	z-index: 60;
	height: 100px;
	width: 0px;
	left: 100%;
	bottom: 15%;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
	margin-left: -162px;
}

#dynamicFieldRightOne {
	position: absolute;
	z-index: 50;
	height: 100px;
	width: 0px;
	right: 0px;
	bottom: 15%;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
	background-color: #B8B9EF;
}

#dynamicFieldRightTwo {
	position: absolute;
	z-index: 50;
	height: 100px;
	width: 0px;
	right: 0px;
	bottom: 15%;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
	background-color: #B8F7EF;
}



/* Card */

#card {
	position: absolute;
	z-index: 1000;
	height: 88px;
	width: 262px;
	right: 123px;
	bottom: 15%;
	filter: Alpha(Opacity=0);
	opacity: 0.00;
	display: none;
}

.name {
	font-size: 14px;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

.email {
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	top: 20px;
	position: absolute;
}

.phone {
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	top: 30px;
	position: absolute;
}

#phoneWebkit {
	display: none;
}

.webkit #phone {
	display: none;
}

.webkit #phoneWebkit {
	display: inline;
}

.portfolio {
	font-family: Sabon, Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 50px;
	font-style: italic;
	filter: Alpha(Opacity=50);
	opacity: 0.50;
}

@font-face {
	font-family: Didot;
	src: url('../fonts/DidotLTStd-Roman.otf');
}

@font-face {
	font-family: Sabon;
	src: url('../fonts/SabonLTStd-Roman.otf');
}

@font-face {
	font-family: Sabon;
	font-style: italic;
	src: url('../fonts/SabonLTStd-Italic.otf');
}
