@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #ede8d6;	
}

body {
	background-image: url('../images/page_background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 834px;
}

p {
	margin-bottom: 1em;
}

.clear {
	clear: both;	
}

#hd {
	padding: 159px 25px 0px;
	height: 263px;
	_overflow: hidden;
}

#hd .logo {
	float: left;
}

#hd .content {
	float: right;
	width: 468px;
	color: #473d1e;
	font-size: 16px;
}

#hd h2 {
	margin-bottom: 15px;	
}

#hd .contact .email {
	float: left;	
}

#hd .contact .social {
	float: right;
}

#bd {
	padding: 0 25px;	
}

#ft {
	padding-top: 19px;
	text-align: center;
	font-size: 12px;
	color: #221d0e;
	background-image: url('../images/footer_background.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#portfolio {
	height: 219px;
}

.fader {
	display: block;
	float: left;
	position: relative;
}

.fader .down, .fader .over {
	position: absolute;
	top: 0; left: 0;
}

.fader .over {
	display: none;	
	_display: none !important;
}

.linkedin {
	left: 114px;
	_left: 0px;
}

.twitter, .linkedin {	
}
