/* GLOBAL */

body{
	background: url(../imgs/bg.png) 0 0 repeat-x white;
	color: black;
	font: 16px/1.4 Arial, sans-serif;
	text-align: left;
	}

a, a:visited{ color: blue; text-decoration: underline; outline: none; }
a:hover{ color: red; }

b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
img{ border: none; vertical-align: top; line-height: 0; }


/* LAYOUT */
.mastheadWrap { width: 100%; }

	.masthead {
		width: 1140px;
		margin: 0 auto;
		}

h2 {
	color: #666;
	font: 2em/1.4 'Abel', Arial, sans-serif;
	}

	h2 span {
		color: #969696;
		font: .40em/1.2 Arial, sans-serif;
		margin-left: 9px;
		}

a#whatAnchor, a#whoAnchor, a#whereAnchor,
a#workAnchor, a#retouchAnchor {
	position: relative;
	top: -100px; }


/* MASTHEAD */
.mastheadWrap {
	background: url(../imgs/bg.png) 0 0 repeat-x white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	}

	.masthead { height: 50px; }

		.masthead h1 {
			width: 76px;
			margin-left: 110px;
			float: left;
			display: inline;
			}

			.masthead h1 a {
				background: url(../imgs/john-scott-more.png) 0 0 no-repeat;
				width: 76px;
				height: 0;
				padding-top: 50px;
				overflow: hidden;
				display: block;
				}

				.masthead h1 a:hover {}

		.masthead nav {
			margin: 18px 110px 0 0;
			float: right;
			display: inline;
			}

			.masthead nav a {
				color: rgba(255,255,255,.5);
				font: 1.125em/1 'Abel', Arial, sans-serif;
				text-decoration: none;
				padding: 3px 18px;
				border-left: 1px solid rgba(255,255,255,.5);
				float: left;
				display: inline-block;
				}

				.masthead nav a:first-child { border: none; }
				.masthead nav a:last-child { padding-right: 0; }

			.masthead nav a:hover { color: white; }


/* INTRODUCTION */
.intro {
	width: 1100px;
	margin: 75px auto 0;
	}

	.intro .johnName {
		width: 200px;
		height: 163px;
		margin: 20px 50px 0 90px;
		float: left;
		display: inline;
		}

	.intro .portrait {
		width: 169px;
		height: 300px;
		margin: 0 85px 0 0;
		float: right;
		display: inline;
		}

	.whoIAm {
		width: 490px;
		margin-top: 30px;
		float: left;
		display: inline;
		}

		.whoIAm p {
			color: #969696;
			font-size: 0.750em;
			}



/* WHAT I DO */
.whatIDo {
	width: 945px;
	margin: 0 auto 90px;
	}

	.whatIDo h2 { margin: 0 10px 15px; }

	#tabs { background: url(../imgs/subtle_grunge.png) 0 0 repeat #eee; }

	#tabs .listWrap {}

		.listWrap div {
			margin: 20px 20px 0;
			padding-bottom: 12px;
			}

			.listWrap div p {
				color: #808080;
				font: 13px/1.4 Arial, sans-serif;
				margin-bottom: 12px;
				}

		#tabs ul {}

			#tabs .nav { overflow: hidden; }

				#tabs .nav li {
					width: 315px;
					float: left;
					display: inline-block;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					}

					#tabs .nav li a {
						background: url(../imgs/sprite-what-i-do.jpg) 0 0 no-repeat;
						width: 315px;
						height: 0;
						padding-top: 230px;
						display: block;
						overflow: hidden;
						opacity: 1;
						}

						#tabs li.nav-one a { background-position: 0 -230px; }

							#tabs li.nav-one .current, #tabs li.nav-one a:hover { background-position: 0 0; }

						 #tabs li.nav-two a { background-position: -315px -230px; }

						 	#tabs li.nav-two .current, #tabs li.nav-two a:hover { background-position: -315px 0; }

					 	#tabs li.nav-three a { background-position: -630px -230px; }

						 	#tabs li.nav-three .current, #tabs li.nav-three a:hover { background-position: -630px 0; }


/* TIMELINE */
.timeline {
	width: 970px;
	margin: 0 auto 150px;;
	}

	.timeline h2 { margin: 0 20px;}

	.timeline #my-timeline {
		width: 950px;
		margin: 80px auto 0;
		}


/* WORK SAMPLES */
.workWrap {
	width: 100%;
	margin: 0 auto 90px;
	position: relative;
	}

	.workWrap h2 {
		width: 930px;
		margin: 0 auto 15px;
		}

	.work {}

		.work a {}

		.work img {
			width: 250px;
			height: 250px;
			margin: 0 20px 0 0;
			opacity: .65;
			}

		.work img:hover {
			opacity: 1;
			cursor: pointer;
			}

		.cycle-slide .active-work {
			opacity: 1;
		}

	.work .cycle-slide-active img {
		opacity: 1;
	}

	.nav-work {}

		.nav-work #prev-work, .nav-work #next-work {
			height: 250px;
			position: absolute;
			top: 59px;
			transition: all 0.5s ease;
			}

		.nav-work #prev-work {
			left: 0;
			}

			.nav-work #prev-work:hover {
				padding-left: 30px;
			}

		.nav-work #next-work {
			right: 0;
			}

			.nav-work #next-work:hover {
				padding-right: 30px;
			}

			.nav-work #prev-work img, .nav-work #next-work img {
				padding-top: 100px;
				display: block;
			}

	.cycle-overlay {
		background: url(../imgs/bg-work-arrow.jpg) -85px top no-repeat #222;
		color: white;
		font-size: 16px;
		width: 100%;
		max-width: 1000px;
		margin: 20px auto 0;
		padding: 30px 20px 20px;
	}

		.cycle-overlay > div:first-of-type {
			font-weight: bold;
			margin-bottom: 15px;
		}

		.cycle-overlay > div:last-of-type {
			color: #dfdfdf;
			font-size: 14px;
		}


/* FOOTER */
.footerWrap {
	background: url(../imgs/bg-footerwrap.jpg) 0 bottom repeat-x;
	overflow: hidden;
	}

	.retouching {
		background: url(../imgs/bg-beforeafter.png) 79px 42px no-repeat;
		width: 1100px;
		margin: 0 auto;
		padding-bottom: 70px;
		position: relative;
		}

		.retouching h2 {
			width: 925px;
			margin: 0 auto 10px;
			}

		.cycleRetouch {
			width: 940px;
			margin: 0 auto;
			}

			.cycleRetouch img { margin-left: 12px; }

			.cylceNav {}

				.cylceNav a {
					background: url(../imgs/sprite-retouch-nav.png) 0 0 no-repeat;
					width: 50px;
					height: 0;
					padding-top: 50px;
					overflow: hidden;
					display: block;
					position: absolute;
					top: 260px;
					z-index: 8888;
					}

					.cylceNav a#prev { left: 0; }

					.cylceNav a#next {
						background-position: -50px 0;
						right: 0;
						}

	.footer {
		width: 970px;
		margin: 0 auto;
		}

		.contact {
			width: 345px;
			float: left;
			display: inline;
			}

			.contact h2 {
				color: #e3e3e3;
				margin: 0 0 20px 25px;
				}

			.contact p {
				color: #969696;
				font-size: 12px;
				line-height: 1.3;
				margin-left: 25px;
				}

			.contact img { margin-top: 20px; }

		.form {
			background: url(../imgs/bg-form.png) 0 0 no-repeat;
			width: 527px;
			height: 511px;
			margin-right: 30px;
			float: right;
			display: inline;
			}

			.cfg-contactform { position: relative; }

				.cfg-contactform .element {
					width: 440px;
					position: absolute;
					left: 45px;
					}

					.cfg-contactform .name { top: 90px; }

					.cfg-contactform .email { top: 140px; }

					.cfg-contactform .phone { top: 190px; }

					.cfg-contactform .help { top: 240px; }

					.cfg-contactform .submit {
						top: 400px;
						left: auto;
						right: 50px;
						}

						.cfg-contactform .submit input {
							width: 108px;
							height: 40px;
							}

						.cfg-contactform .submit input:hover{ cursor: pointer; }

					.cfg-loading {
						position: absolute;
						top: 415px;
						left: auto;
						right: 170px;
						}

					.cfg-contactform .cfg-label { display: none; }

					.cfg-contactform .element input, .cfg-contactform .element textarea {
						background: none;
						color: #666;
						font-size: 12px;
						width: 100%;
						border: none;
						outline: none;
						}

					::-webkit-input-placeholder { color: #666; }

					:-moz-placeholder { color: #666; }

					::-moz-placeholder { color: #666; }

					:-ms-input-placeholder { color: #666; }



/* MISC */
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.section { margin-bottom: 1.5em; }

.note { background: yellow !important; color: red !important; }

.clot:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

	#timeline-event-0 { display: none !important; }