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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../gfx/background.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
}

img {
	border: 0;
}

h1 {
	font-size: 50px;
	color: #346;
	font-family: Georgia;
	margin: 10px 0;
}

h2 {
	font-size: 40px;
	color: #789;
	font-family: Georgia;
}

h3 {
	font-size: 15px;
	color: #346;
	font-family: Georgia;
}

a:link {color: #228; font-weight:bold; font-size: 12px;}
a:visited {color: #228; font-weight:bold; font-size: 12px;}
a:hover {color: #77A; background-color: rgba(255,255,255,0.4); font-weight: bold; font-size: 12px;}

#introduction_container {
	text-align: center;
	width: 550px;
	height: 125px;
	margin: 30px auto 10px;
	position: relative;
}

img.top_fractals {
	position: absolute;
	z-index: -1;
}

img.top_fractals.right {
	left: 422px;
}

img.top_fractals.left {
	left: -294px;
}

div.name {
	clear:both;
}

h1.introduction {
	font-size: 16px;
	font-weight: normal;
	color: black;
}

div.link_container {
	margin: 0 auto;
	width: 433px;
	height: 40px;
	text-align: center;
}

.top_link {
	display: block;
	padding: 13px 20px;
	margin: 0px;
	float: left;
}

#portfolio_container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.portfolio_title {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

div.portfolio_title h2{
	padding: 0;
	margin: 20px 0 -10px;
	z-index: 1000;
	position: relative;
}

div.portfolio_deco {
	border: 1px solid #CCD;
	border-bottom: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	margin: 0 auto;
	height: 5px;
}

div.portfolio_deco.page2 {
	width: 650px;
}

div.portfolio_deco.page3 {
	width: 600px;
}

div.project { 
	font-size: 12px;
	text-align: left;
	clear: both;
	padding: 0px 10px;
	margin-top: 0px;
	border: 1px solid #CCD;
	position: relative;
}

div.topproject {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

div.bottomproject {
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.project_year {
	margin: 0;
	//margin: 20px 0px 0px 490px;
	border: 0px;
	color: #ECECF9;
	font-size: 80px;
	z-index: -1;
	position: absolute;
	left: 490px;
	top: 20px;
}

.two_years {
	//margin: 20px 0px 0px 285px;
	left: 285px;
}
