@charset "UTF-8";
/* CSS Document */

body, html {
	font-family: "Trebuchet MS", sans;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*opacity: 0;*/
	overflow: hidden;
}

#container {
}

.test {
	position: absolute;
	top: 365px;
	width: 100%;
	height: 2px;
	background: Pink;
}

	#container.expanded {
		width: 640px;
		margin: -183px -320px 0;
	}

#header {
	position: absolute;
	top: 50%;
	left: 50%;

	margin-left: -38px;
	margin-top: -96px;

	width: 76px;
	height: 18px;
	background: bottom left no-repeat;
}

	#header.about {
		background-image: url(/images/hover_text_about.png);
	}

	#header.folio {
		background-image: url(/images/hover_text_folio.png);
	}

		#header.expanded {
			width: 540px;
			height: 48px;

			margin-left: -268px;
			margin-top: -206px;
		}
			#header.about.expanded {
				background-image: url(/images/header_about.png);
			}

			#header.folio.expanded {
				background-image: url(/images/header_folio.png);
			}

.expanded #links {
    width: 100px;
    height: 24px;
}

            .expanded #links a {
                float: left;
                width: 24px;
                height: 24px;
            }

#links {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

a.email {
    background-image: url('/images/email.png');
}

a.email:hover {
    background-image: url('/images/email_on.png');
}

a.facebook {
    background-image: url('/images/facebook.png');
}

a.facebook:hover {
    background-image: url('/images/facebook_on.png');
}

a.linkedin {
    background-image: url('/images/linkedin.png');
}

a.linkedin:hover {
    background-image: url('/images/linkedin_on.png');
}

a.twitter {
    background-image: url('/images/twitter.png');
}

a.twitter:hover {
    background-image: url('/images/twitter_on.png');
}

.top {
	display: block;
	width: 35px;
	height: 56px;
	cursor: pointer;
}

.bottom {
	width: 35px;
	height: 90px;
}

.side {
	position: absolute;
	top: 50%;
	margin-top: -73px;
}

#about {
	left: 50%;
	margin-left: -38px;
}

	#about.expanded {
		margin-left: -318px;
	}

	#about .top {
		background: url(/images/face_left.png);
	}

		#about .top:hover, #about.active .top {
			background: url(/images/face_left_hover.png);
		}

	#about .bottom {
		background: url(/images/body_left.png);
	}

#folio {
	left: 50%;
	margin-left: 3px;
}

	#folio.expanded {
		margin-left: 283px;
	}

	#folio .top {
		background: url(/images/face_right.png);
	}

		#folio .top:hover, #folio.active .top {
			background: url(/images/face_right_hover.png);
		}

	#folio .bottom {
		background: url(/images/body_right.png);
	}

#page {
	position: absolute;
	left: 50%;
	top: 50%;
}

	#page.expanded {
		width: 520px;
		padding: 5px;
		margin-left: -265px;
		margin-top: -150px;
		height: 300px;
		overflow: auto;
	}

	#page h2 {
		color: #7f7f7f;
		font-size: 1.8em;
		margin: 0px;
		padding: 0px;
	}

	#page a.pink {
		color: #ff7faf;
		text-decoration: none;
	}

		#page a:hover {
			text-decoration: underline;
		}

	#page img {
		margin: 10px;
	}

#content {
    position: relative;
}

#scrollbar {
    position: absolute;
    cursor: pointer;
    right: 0px;
    width: 8px;
    height: 100px;
    background: black;
    opacity: 0.5;
    border-radius: 5px;
    display: none;
    z-index: 1;
}

#footer {
	position: absolute;

	width: 76px;
	height: 12px;

	top: 50%;
	left: 50%;

	margin-top: 78px;
	margin-left: -38px;

	background: url(/images/site_name.png) no-repeat;
}

	#footer.expanded {
		margin-top: 173px;
	}

