* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}

.clear {
	clear: both;
}

.wrapper {
	width: 675px;
	margin: 0 auto;
}

/*--- HEADER ---*/

#header {
	width: 100%;
	height: 350px;
	text-align: center;
	background-image: url(images/header-bg.jpg);
}

#header h1 {
	overflow: hidden;
	text-indent: -100000px;
	background-image: url(images/hollie-sanders.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 610px;
	height: 350px;
	margin: 0 auto;
}

/*--- MAIN NAV ---*/

#main-nav {
	width: 100%;
	height: 120px;
	border-top: 10px solid #fce6e5;
	border-bottom: 10px solid #fce6e5;
	margin-bottom: 950px;
}

#main-nav ul {
	list-style: none;
	width: 645px;
	padding: 15px;
	margin: 0 auto;
}

#main-nav ul li {
	float: left;
	list-style: none;
	text-align: right;
}

#main-nav ul li a {
	display: block;
	padding: 15px;
	width: 175px;
	height: 60px;
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

#main-nav #about-link {
	background-color: #a8cfe5;
	margin-right: 15px;
}

#main-nav #portfolio-link {
	background-color: #e3b0ab;
}

#main-nav #contact-link {
	margin-left: 15px;
	background-color: #f0e4c9;
}

/*--- TOP NAV ---*/

#top-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border-top: 10px solid #fce6e5;
	border-bottom: 10px solid #fce6e5;
	z-index: 10;
}

#top-nav ul {
	width: 1024px;
	margin: 0 auto;
}

#top-nav ul li {
	float: left;
	margin: 0 15px;	
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

#top-nav ul li a {
	font-size: 20px;
	text-decoration: none;
	line-height: 50px;
	color: #333;
	padding: 5px 10px;
	background-color: #e3b0ab;
	color: #fff;
}

#top-nav ul li a.go:hover {
	background-color: #a8cfe5
}

#top-nav ul li a.active {
	background-color: #a8cfe5
}

/*--- SECTIONS ---*/

.section-header {
	width: 100%;
	height: 100px;
	background-color: #e3b0ab;
	text-align: center;
}

.section-header h3 {
	color: #fff;
	font-size: 70px;
	line-height: 100px;
}

.section-content {
	width: 974px;
	padding: 25px;
	margin: 0 auto 950px auto;
}

/*--- ABOUT ---*/

.about-me {
	float: left;
	width: 470px;
}

.about-me h2 {
	margin-top: 16px;
}

.my-cv {
	float: right;
	width: 470px;
}

.about-title {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #fce6e5;
	color: #fff;
	font-size: 30px;
}

#about p {
	margin-top: 16px;
}

.my-cv h4 {
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #fff;
	padding: 0 15px;
	background-color: #a8cfe5;
	margin-top: 16px;
	display: inline-block;
}

.my-cv strong {
	font-size: 18px;
}

/*--- PORTFOLIO ---*/

#work-list {
	float: left;
	width: 280px;
}

#work-list ul {
	list-style-type: none;
}

#work-list ul li {
	margin-bottom: 15px;
}

#work-list ul li.last {
	margin-bottom: 0;
}

#work-list ul li a {
	display: block;
	height: 100px;
	width: 280px;
	text-decoration: none;
	color: #333;
	opacity: 0.5;
}

#work-list ul li a:hover {
	opacity: 1;
}

#work-list ul li a.active {
	opacity: 1;
}

#work-list ul li a h3 {
	font-size: 20px;
}

#work-list ul li a img {
	float: left;
	margin-right: 10px;
}

#work-detail {
	float: right;
	width: 665px;
}

#project-2, #project-3, #project-4 {
	display: none;
}

.gallery {
	float: left;
	width: 375px;
	height: 375px;
}

.work-content {
	float: right;
	width: 280px;
	height: 375px;
	overflow-y: auto;
}

.work-content h2 {
	font-size: 40px;
}

.work-content p {
	margin-top: 16px;
}

.gallery-images {
	float: left;
	padding-top: 10px;
	width: 665px;
	height: 65px;
}

.gallery-images ul {
	list-style-type: none;
}

.gallery-images ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.gallery-images ul li.last {
	margin-right: 0;
}

.gallery-images ul li a {
	display: block;
	width: 63px;
	height: 63px;
	opacity: 0.5;
	border: 1px solid #ccc;
}

.gallery-images ul li a:hover {
	opacity: 1;
}

.gallery-images ul li a.active {
	opacity: 1;
}

/*--- CONTACT ---*/

#contact .section-content {
	width: 924px;
	padding: 50px;
	margin-bottom: 200px;
}

.contact-link {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-color: #fce6e5;
	text-align: center;
	line-height: 150px;
}

.email {
	float: left;
	width: 530px;
}

.social {
	float: right;
}

#email-address {
	float: right;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 150px;
}

#twitter {
	margin: 0 25px;
}

#linkedin {
	margin: 0 0 0 25px;
}

#contact img {
	padding-top: 40px;
}

#twitter img {
	padding-top: 34px;
}

#linkedin img {
	padding-top: 27px;
}

/*--- FOOTER ---*/

#footer {
	width: 100%;
	height: 100px;
	background-color: #a8cfe5;
	text-align: center;
}

.copyright {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
}