@charset "UTF-8";
body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #94c8bc;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #161827;
	font-size: 12px;
	font-weight: bold;
}

a {
	border: o;
}

img {
	border: 0;
}

#wrapper {
	width: 846px;
	margin: 0 auto;
}

#header {
	width: 846px;
	height: 711px;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}


#content {
	clear: both;
	float: left;
}

.works {
	float: left;
	width: 826px;
	height: 284px;
	margin: 10px;
	clear: both;
	margin-bottom: 50px;
}

.headline {
	float: left;
	height: 20px;
	width: 803px;
	clear: both;
	margin: 10px 21px 0 22px;
	text-align: left;
	border-bottom: 1px solid;
	border-bottom-color: #161827;
	padding-bottom: 10px;
}

#scroll {	
	padding: 15px 32px 0 0;
	float: right;
	height: 23px;
	width: 110px;
} 

#scroll a {

	display: block;
	height: 23px;
	width: 110px;
	background-image: url(img/down_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -25px;	
	border: 0; 
}

#scroll a:hover {
	background-position: 0 0;	
	border: 0; 
}

/* NAVIGATION */
#navi {
	float: left;
	width: 804px;
	height: 118px;
	margin-top: 430px;
	padding: 0 21px 0 21px;
}

#porfolio {
	float: left;
	width: 549px;
	height: 118px;
}

#porfolio a.current {
	display: block;
	height:	118px;
	width: 549px;
	background-image: url(img/portfolio_btn.jpg);
	background-repeat: no-repeat;
	border: 0; 
}

#porfolio a:hover {
	background-position: 0 0px;
	border: 0; 
}


#blog {
float: right;
width: 229px;
height: 118px;
}

#blog a.link {
	display: block;
	height:	118px;
	width: 229px;
	background-image: url(img/blog_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -120px;
	border: 0; 
}

#blog a.link:hover {
	background-position: 0 0px;
	border: 0; 
}

/* FOOTER */

#footer_wrapper {
background-image: url(img/footer_bg.jpg);
background-repeat: repeat-x;
height: 206px;
width: 100%;
clear: both;
}

#footer_content {
	width: 843px;
	margin: 0 auto;
	height: 193px;
}

#contact {
	background-image: url(img/contact_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 111px;
	width: 318px;
	margin-top: 40px;
	margin-left: 20px;
}

#links {
	float: left;
	background-image: url(img/footer_border.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 279px;
	height: 117px;
	margin-top: 35px;
	padding-top: 5px;	
}

#buttons {
	float: left;
	margin-left: 62px;
	margin-top: 2px;
}

#buttons ul {
	float: left;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons ul li a#flickr {
	display: block;
	height: 28px;
	width: 175px;
	background-image: url(img/flickr_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;	
}

#buttons ul li a#flickr:hover {
	background-position: 0 0;	
}

#buttons ul li a#facebook {
	display: block;
	height: 28px;
	width: 175px;
	background-image: url(img/facebook_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	margin-top: 10px;	
}

#buttons ul li a#facebook:hover {
	background-position: 0 0;	
}

#buttons ul li a#linkedin {
	display: block;
	height: 28px;
	width: 175px;
	background-image: url(img/linkedin_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;	
	margin-top: 10px;	

}

#buttons ul li a#linkedin:hover {
	background-position: 0 0;	
}

#up {
	float: left;
	background-image: url(img/footer_border.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 158px;
	height: 117px;
	margin-top: 35px;
	padding-left: 62px;
}

#up a {
	display: block;
	height:	126px;
	width: 104px;
	background-image: url(img/up_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -128px;
	border: 0; 
}

#up a:hover {
	background-position: 0 0px;
	border: 0; 

}

#up a:active {
	background-position: 0 0px;
	border: 0; 

}