@charset "utf-8";
/* CSS Document */
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

.hr hr {
	display:none;
}

.hr {
	border:none;!important
	background:none;!important
	width:100%;
	height:2px;
	margin:0;
}

.hr.dots-shadow {
	height:4px;
	background:url(images/dot_shadow.png) repeat-x left top;
	clear:both;
}

.hr.dots {
	background:url(images/dot.png) repeat-x left top;
}

h1 {
	margin:25px 0;
	font-size:2.85em;
}

#whoiam {
	display:none;
}

#whoiam h2 {
	height:27px;
	background:url(images/header_whoiam.png) no-repeat left top;
	text-indent:-3000px;
	margin:14px 0 14px;
}

#whoiam p {
	margin-bottom:14px;
}

#whoiam_close {
	position:absolute;
	left:50%;
	margin-left:420px;
	z-index:100;
	top:35px;
	display:none;
}

.two_column {
	float:left;
	width:470px;
	margin-right:20px;
}

.two_column.last {
	margin-right:0;
}

strong {
	font-weight:bold;
}

#container {
	position:absolute;
	width:1010px;
	top:0px;
	left:50%;
	margin-left:-505px;
	z-index:99;
}

#backgrounds {
	height:379px;
	overflow:hidden;
	text-align:center;
}

#background_orange {
	background:url(images/bg_orange.png) no-repeat center top;
	height:379px;
	text-align:center;
	width:100%;
}

#background_purple {
	background:url(images/bg_purple.png) no-repeat center top;
	height:379px;
	text-align:center;
	width:100%;
}

#background_blue {
	background:url(images/bg_blue.png) no-repeat center top;
	height:379px;
	text-align:center;
	width:100%;
}

#background_red {
	background:url(images/bg_red.png) no-repeat center top;
	height:379px;
	text-align:center;
	width:100%;
}

#header {
	margin:56px 25px 0 25px;
	height:318px;
}

#header h1 {
	height:117px;
	background:url(images/header_introduction.png) no-repeat;
	text-indent:-3000px;
}

#header ul.menu {
	margin-top:25px;
	width:240px;
	float:left;
}

#header ul.menu li {
	margin-bottom:3px;
}

#header ul.menu li.menu-header {
	margin-bottom:10px;
}

#header ul.menu li a {
	padding-left:11px;
	background:url(images/arrow.png) no-repeat left 3px;
}

.project {
	clear:both;
	margin-bottom:30px;
}

.project .project_header {
	background:url(images/bg_project_header.png) no-repeat;
	padding:0 25px 25px;
	clear:both;
}

.project .project_header p {
	color:#7f7f7f;
	margin-top:8px;
}

.project .project_header h2 {
	font-size:2em;
	background-color:#000;
	color:#fff;
	height:31px;
	background:url(images/bg_project_header_text.png) no-repeat;
	padding-left:15px;
	float:left;
	width:100%;
}

.project .project_header .project_date {
	float:left;
	display:block;
	font-size:2em;
	background-color:#000;
	color:#fff;
	height:31px;
	background:#000 url(images/bg_project_header_seperator.png) no-repeat right top;
	padding-right:9px;
}

.project .project_header p.visit_link {
	position:absolute;
	right:0px;
	height:31px;
	margin-top:0;
	margin-right:25px;
	/*background:url(images/bg_project_header_text.png) no-repeat right top;*/
}

.project .project_header p.visit_link a {
	float:left;
	display:block;
	padding-left:20px;
	height:31px;
	/*background:#000 url(images/arrow_white.png) no-repeat 9px 11px;*/
	background:#000 url(images/bg_button.png) no-repeat;
	color:#999;
}

.project .project_header p.visit_link a span {
	display:block;
	margin-top:0;
	padding:8px 8px 9px 2px;
	height:14px;
	background:url(images/bg_button.png) no-repeat right top;
}

.project .project_header p.visit_link a:hover {
	color:#d4d4d4;
	background-position:left -31px;
}

.project .project_header p.visit_link a:hover span {
	background-position:right -31px;
}

.project .project_header .project_about {
	float:left;
	padding-top:20px;
	clear:both;
	width:640px;
	margin-right:20px;
}

.project .project_header .project_about p a:hover {
	color:#000;
	text-decoration:underline;
}

.project .project_header .project_role {
	float:right;
	padding-top:20px;
	width:300px;
}

.project .project_images {
	clear:both;
	background:url(images/bg_project_main.png) no-repeat left bottom;
	padding:0px 25px 50px;
}

.project .project_header h3 {
	margin-bottom:8px;
}

.project .project_images h3 {
	margin-top:25px;
	font-size:1.5em;
}

.project .project_images .hr {
	margin:3px 0;
}

.sIFR-alternate {
	display:none;
}

.menu-header strong {
	display:block;
	height:19px;
}

#heart_animation {
	position:absolute;
	top:178px;
	left:50%;
	margin-left:436px;
	z-index:101;
}

#footer {
	top:18900px;
	position:absolute;
	width:100%;
	height:94px;
	background:url(images/bg_footer.png) no-repeat center top;
}

#footer #link_top {
	margin-left:380px;
	margin-top:40px;	
	display:block;
	width:101px;
	height:18px;
	position:absolute;
	left:50%;
	background:url(images/bg_link_top.png) no-repeat;
	text-indent:-3000px;
}
