@charset "UTF-8";
/* CSS Document */

/* Set-up */

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	font-weight: lighter;
	/* line-height: 0px; */
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#pop-up-content-loader h1, #pop-up-content-loader h2, #pop-up-content-loader h3, #pop-up-content-loader h4, #pop-up-content-loader h5 {
	color: #FFF;
}

#pop-up-content-loader h5 {
	font-weight: lighter;
}

p {
	margin: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}

#pop-up-content-loader a:link {
	color: #FFF;
	text-decoration: none;
}
#pop-up-content-loader a:visited {
	color: #FFF;
	text-decoration: none;
}
#pop-up-content-loader a:active {
	color: #FFF;
	text-decoration: none;
}
#pop-up-content-loader a:hover {
	color: #FFF;
	text-decoration: none;
}

.grey-link:link {
	color: #CCC;
	text-decoration: none;
}
.grey-link:visited {
	color: #CCC;
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

/* template */

#bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#container {
	position: absolute;
	width: 850px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: -475px;
	left: 50%;
}

#header-bg {
	background: url(../img/header_gradient.png) no-repeat center top;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
}

#header {
	margin-top: 35px;
	text-align: center;
	height: 150px;
}

#logo {
	margin-bottom: 25px;
}

li {
	margin-right: 25px;
	display: inline;
}

li#contact, li#object {
	margin-right: 0px;
}

ul#sub-nav {
	margin-top: 10px;
}

#nav span {
	color: #CCC;
}

#section-loader {
	margin-bottom: 35px;
}

#section {
	margin: auto;
	text-align: center;
	line-height: 18px;
}

.thumb {
	float: left;
	margin-right: 50px;
	display: none;
}

#follower {
	position: absolute;
}

#pop-up-background {
	display: none;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0px;
}

#pop-up-window {
	display: none;
	width: 850px;
	height: 480px;
	background-color: #CCC;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -425px;
}

#pop-up-content-loader {
	color: #FFF;
	padding: 15px;
	width: 820px;
	height: 450px;
	line-height: 18px;
}

.close {
	position: absolute;
	top: -7px;
	right: -7px;
}

#pop-up-text {
	width: 130px;
	height: 450px;
	float: left;
}

#pop-up-images-holder {
	float: left;
	margin-left: 15px;
	display: block;
	width: 675px;
	height: 450px;
	overflow: hidden;
}

#pop-up-images {
	width: 5000px;
}

#pop-up-images-holder img {
	float: left;
}

#pop-up-text-footer {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 130px;
}

#scrollLeft, a#prev {
	position: absolute;
	display: block;
	width: 55px;
	height: 450px;
	left: 160px;
	top: 15px;
}

#scrollRight, a#next {
	position: absolute;
	display: block;
	width: 55px;
	height: 450px;
	left: 780px;
	top: 15px;
}

.project-image {
	margin-right: 10px;
}

a#site-credit {
	font-size: 11px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

a#site-credit:link {
	color: #FFF;
	text-decoration: none;
}
a#site-credit:visited {
	color: #FFF;
	text-decoration: none;
}
a#site-credit:active {
	color: #FFF;
	text-decoration: none;
}
a#site-credit:hover {
	color: #FFF;
	text-decoration: none;
}

