@charset "UTF-8";
/* CSS Document */

/* RESET ------------------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	width:100%;
	margin:0;
	padding:0;
	background-color: #fff;
	font: 12px/16px normal Arial, Helvetica, sans-serif;
	max-height: 1000px;
}
.hidden {
	display: none;
}

/* BACKGROUND ------------------------------------------------------------------------ */
body#home {
	background: url(images/bg-home.jpg) no-repeat fixed 50% 0;
}
body#biography {
	background: url(images/bg-bio.jpg) no-repeat fixed 50% 0;
}
body#design {
	background: url(images/bg-design.jpg) no-repeat fixed 50% -60px;
}
body#photography {
	background: url(images/bg-photography.jpg) no-repeat fixed 50% 0;
}
body#illustration {
	background: url(images/bg-illustration.jpg) no-repeat fixed 50% 0;
}
body#typography {
	background: url(images/bg-typography.jpg) no-repeat fixed 50% 0;
}
body#extras {
	background: url(images/bg-extras.jpg) no-repeat fixed 50% 0;
}
body#soon {
	background: url(images/bg-soon.jpg) no-repeat fixed 50% -60px;
}
/* MENU ------------------------------------------------------------------------ */
#menu {
	position: fixed;
	top: 20px;
	height: 30px;
	width: 100%;
	z-index: 20;
	text-align: center;
	text-transform: capitalize;
	font: 30px/30px normal HelveNeuThi, Arial, Helvetica, sans-serif;
}
#menu ul {
}
#menu li {
	display: inline;
}
#menu a {
	color: #000;
	text-decoration: none;
	outline: none;
}
#menu a:hover, #menu a.selected {
	color: #666;
}
/* FOOTER ----------------------------------------------------------------- */
#footer {
	position: fixed;
	bottom: 0;
	height: 130px;
	width: 100%;
	z-index: 30;
}
#footer .network {
	width: 960px;
	margin: 0 auto;
}
.network ul {
	width: 190px;
}
.network li {
	float: left;
	width: 53px;
	height: 53px;
	margin: 0 8px 8px 0;
	display: block;
}
.network li a {
	display: block;
	width: 53px;
	height: 53px;
	overflow: hidden;
}
.network li a span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
.network li a.facebook {
	background: url(images/icon-fb.gif) no-repeat 0 0;
}
.network li a.twitter {
	background: url(images/icon-twitter.gif) no-repeat 0 0;
}
.network li a.email {
	background: url(images/icon-mail.gif) no-repeat 0 0;
}
.network li a.linkedin {
	background: url(images/icon-linked.gif) no-repeat 0 0;
}
.network li a.flickr {
	background: url(images/icon-flickr.gif) no-repeat 0 0;
}
.network li a.behance {
	background: url(images/icon-behance.gif) no-repeat 0 0;
}
.network li a:hover {
	background-position: 0 100%;
}
.pdf {
	width: 53px;
	float: right;
	z-index: 50;
	position: relative;
	padding: 10px 6px 10px 0;
	color: #999;
}
.pdf a {
	display: block;
	width: 53px;
	height: 53px;
	background: url(images/icon-pdf.gif) no-repeat 0 0;
	overflow: visible;
	margin-top: 5px;
}
.pdf a:hover {
	background-position: 0 100%;
}
.pdf a img {
	width: 53px;
	height: 53px;
}
/* CONTENT ---------------------------------------------------------------------- */
#content {
	width: 890px;
	margin: 80px auto 0;
	padding-right: 70px;
}
#content h2 {
	margin: 0 0 12px;
	font-size: 12px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
}
#content ul {
	margin: 0 0 12px;
}
#biography #content {
	width: 640px;
	padding: 0 70px 0 250px;
}
#biography #content li span {
	display: inline-block;
	width: 80px;
}
#extras #content {
	width: 580px;
	padding: 0 70px 0 310px;
}
.scroll-pane {
    height: 540px;
    overflow: hidden;
    width: 100%;
	margin-bottom: 10px;
}
#extras .scroll-pane {
    height: 530px;
	margin-bottom: 10px;
}
#content .empty {
	height: 60px;
	padding: 190px 0;
	text-align: center;
	font: 30px/30px normal HelveNeuThi, Arial, Helvetica, sans-serif;
}
/* GALLERY ---------------------------------------------------------------------- */
#content ul.gallery {
	width: 560px;
	height: 560px;
	margin: 0 0 0 330px;
}
#content ul.gallery li {
	height: 50px;
	width: 50px;
	margin: 0 6px 6px 0;
	float: left;
	background-color: #eee;
}
#content ul.gallery li a {
	display: block;
	width: 46px;
	height: 46px;
	border: 2px solid #eee;
}
#content ul.gallery li a:hover {
	border: 2px solid #666;
}
/* EXTRAS ---------------------------------------------------------------------- */
#content ul.list {
	width: 560px;
}
#content ul.list li {
	height: 80px;
	margin: 0 0 10px 0;
	padding-right: 10px;
}
#content ul.list li a {
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid #eee;
	float: left;
	margin-right: 10px;
}
#content ul.list li a:hover {
	border: 2px solid #666;
}
#content ul.list p {
	font-size: 11px;
}
/* LIGHTBOX ----------------------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font: 14px bold Arial, Helvetica, sans-serif;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	font: 10px normal Arial, Helvetica, sans-serif;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

