@font-face {
	font-family: 'Skinny';
	src: url('knockout-htf27-juniorbantamwt-webfont.eot#') format('embedded-opentype'),
url('knockout-htf27-juniorbantamwt-webfont.woff') format('woff'), url('knockout-htf27-juniorbantamwt-webfont.ttf') format('truetype'), url('knockout-htf27-juniorbantamwt-webfont.svg#webfontv4LAnwzc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Regular';
	font-weight: bold;
	font-style: normal;
	src: url('knockout-htf52-cruiserweight-webfont.eot#') format('embedded-opentype'), url('knockout-htf52-cruiserweight-webfont.woff') format('woff'), url('knockout-htf52-cruiserweight-webfont.ttf') format('truetype'), url('knockout-htf52-cruiserweight-webfont.svg#webfontirccK69T') format('svg');
}

@font-face {
	font-family: 'RegularAlt';
	font-weight: normal;
	font-style: normal;
	src: url('knockout-htf31-juniormiddlewt-webfont.eot') format('embedded-opentype'), url('knockout-htf31-juniormiddlewt-webfont.woff') format('woff'), url('knockout-htf31-juniormiddlewt-webfont.ttf') format('truetype'), url('knockout-htf31-juniormiddlewt-webfont.svg#webfontz6OHTJza') format('svg');
}

@font-face {
	font-family: 'Regular';
	font-weight: normal;
	font-style: normal;
	src: url('knockout-htf32-juniorcruiserwt-webfont.eot');
	src: url('knockout-htf32-juniorcruiserwt-webfont.eot?iefix') format('eot'),
		 url('knockout-htf32-juniorcruiserwt-webfont.woff') format('woff'),
		 url('knockout-htf32-juniorcruiserwt-webfont.ttf') format('truetype'),
		 url('knockout-htf32-juniorcruiserwt-webfont.svg#webfontpQsjxRLz') format('svg');

}

@font-face {
	font-family: 'Regular';
	font-weight: 900;
	font-style: normal;
	src: url('knockout-htf72-fullcruiserwt-webfont.eot');
	src: url('knockout-htf72-fullcruiserwt-webfont.eot?iefix') format('eot'),
		 url('knockout-htf72-fullcruiserwt-webfont.woff') format('woff'),
		 url('knockout-htf72-fullcruiserwt-webfont.ttf') format('truetype'),
		 url('knockout-htf72-fullcruiserwt-webfont.svg#webfontvSe3OL75') format('svg');

}


* {
	margin: 0;
	padding: 0;
}

header, hgroup, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}

::selection {
	background: #e30101;
	color: #fff;
}

/* scrollbar */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px;
	background-color: transparent;
}
::-webkit-scrollbar-button:vertical:increment {
	background-color: rgba(255,255,255,0);
}
::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: rgba(0,0,0,0.25);
	-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
	width: 50px;
	background-color: rgba(0,0,0,0.25);
	-webkit-border-radius: 3px;
}

/* 
	BASE STYLES 

*/

html {
	/* make scrollbar work */
	overflow-y: auto;
	background-color: transparent;
}

body {
	background: #eee;
	cursor: default;
	font: 14px/18px "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility; /*messes up Typekit*/
	color: #555;
	/* make scrollbar work */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	overflow-x: hidden;
}
	/* fix firefox */
	body, x:-moz-any-link, x:default {
		right: 0;
	}

a {
	outline: none;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
	a:hover {
		color: #e30101;
	}
	a:active {
		position: relative;
		top: 1px;
		-webkit-transition: none;
	}
	
img {
	border: none;
}

p {
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

/* 
	BASIC STYLES 

*/

#container {
	width: 100%;
	max-width: 984px;
	margin: 0 auto;
	padding: 0 18px;
}

header {
	background: #fff;
	width: 100%;
	height: 60px;
	/*border-bottom: 1px solid #ddd;
	border-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.1);*/
}

header #name {
	font: 28px/24px "Regular", "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	font-weight: 900;
	float: left;
	position: relative;
	z-index: 5;
	text-transform: uppercase;
}
	header #name a {
		font-weight: inherit;
		display: block;
		overflow: hidden;
		height: 60px;
		-webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
		header #name a:hover {
			color: #000;
		}
		header #name a:active {
			-webkit-transition: none;
		}
		header #name a strong {
			display: block;
			height: 25px;
			padding: 18px;
			-webkit-transition: all .3s ease;
		}
		header #name a small {
			background: #e30101;
			color: #fff;
			font: 28px/24px "Skinny";
			-webkit-font-smoothing: antialiased;
			display: block;
			height: 25px;
			padding: 18px;
			-webkit-transition-duration: .1s;
		}
		header #name a:hover strong {
			margin-top: -61px;
		}
		header #name a:active {
			position: static;
		}
			header #name a:active small {
				background: #000;
			}

nav {
	float: left;
	position: relative;
	z-index: 1;
}
nav ul {
	list-style: none;
}
	nav li {
		float: left;
	}
	nav a {
		font: 16px/24px "RegularAlt", "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		display: block;
		overflow: hidden;
		height: 60px;
		margin-right: -1px;
		float: left;
		text-align: center;
		-webkit-transition: all .3s ease;
	}
		nav a strong {
			font-weight: normal;
			display: block;
			height: 25px;
			padding: 18px;
			-webkit-transition: all .3s ease;
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
		}
		nav a small {
			background: #e30101;
			color: #fff;
			font: 28px/24px "Skinny";
			-webkit-font-smoothing: antialiased;
			display: block;
			height: 25px;
			padding: 18px;
			-webkit-transition-duration: .1s;
		}
		nav a:hover {
			color: #000;
		}
			nav a:hover strong {
				margin-top: -61px;
			}
			nav a:active {
				position: static;
			}
				nav a:active small {
					background: #000;
				}

/*
	UNIVERSAL STYLES
	
*/

h2 {
	font: 24px/24px "Regular", "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	color: #000;
	padding-bottom: 18px;
}

h3 {
}


#message {
	font-size: 13px;
	width: 300px;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	max-height: 60px;
}

footer {
	clear: left;
	font-size: 12px;
	padding-top: 20px;
	color: rgba(0,0,0,0.5);
}

#content {
	clear: left;
}
	
/* 
	HOME STYLES 

*/

#home-page #intro {
}

#home-page #intro div {
	background: #fff;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 1;
	clear: left;
	padding: 18px;
	/*-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.1);*/
	-webkit-transition: all 0.3s ease;
}
	#home-page #intro #message {
		background: #000;
		background: rgba(0,0,0,0.8);
		font-family: "Regular";
		width: 276px;
		color: #fff;
	}
		#home-page #intro #message:hover {
			background: rgba(227,1,1,0.8);
		}
	#home-page #intro div:hover {
	}

#home-page h2 {
	background: #0084ff;
	background: rgba(0,132,230,0.8);
	padding: 18px 18px 12px 18px;
	font: 60px/48px "Skinny";
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
	#home-page h2 a {
		display: block;
		font-weight: inherit;
		color: #fff;
	}
#home-page p:last-child {
	padding-bottom: 0;
}

#home-page #images ul {
	list-style: none;
	float: left;
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: 984px;
	overflow: hidden;
}
	#home-page #images ul li {
		width: 82px;
		height: 82px;
		float: left;
		overflow: hidden;
		-webkit-transition: all 0.2s ease;
	}
		#home-page #images ul li:hover {
		}
	#home-page #images ul li img {
		height: 100%;
	}

/*
	PROJECTS STYLES

*/

#projects-page #content {
	margin-top: 24px;
}

#projects-page .text {
	background: #fff;
	padding: 18px;
	margin: 24px 24px 24px 0;
	width: 276px;
	float: left;
	/*-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.1);*/
	-webkit-transition: all 0.3s ease;
}
	#projects-page .text p {
		padding-bottom: 0;
	}

#projects-page #content ul {
	list-style: none;
}
	#projects-page #content li {
		float: left;
		width: 150px;
		margin-right: 3px;
	}

#projects-page img {
	max-width: 100%;
}

/* 
	DESIGN STYLES 

*/

#design-page #message {
	margin-bottom: -20px;
}

#design-page hgroup {
	float: left;
	min-width: 300px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e00;
	margin-bottom: 10px;
}
#design-page .wide hgroup {
	min-width: 620px;
}
#design-page .regular hgroup {
	width: 300px;
}

#design-page hgroup h2 {
	float: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	border: none;
}
#design-page hgroup h3 {
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin-top: 2px;
	color: #aaa;
}

#design-page figure {
	padding-bottom: 20px;
}
	#design-page figure img {
		-webkit-transition: all 0.4s ease-out;
		max-width: 100%; /*940px*/
		max-height: 95%; /*650px*/
	}
		#design-page figure img.regular {
			margin-left: 20px;
			position: absolute;
			top: 100px;
		}
		#design-page figure img.wide {
			clear: left;
		}
	#design-page figure:hover img, #design-page hgroup:hover~figure img {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
		box-shadow: 0 0 20px rgba(0,0,0,0.25);
	}
#design-page figcaption {
	float: left;
	clear: left;
	font-size: 13px;
	width: 300px;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	max-height: 60px;
	padding-bottom: 20px;
}
	#design-page figcaption p {
		padding-bottom: 0;
	}
	#design-page figcaption strong {
		float: right;
		font-size: 11px;
		font-style: normal;
		color: #aaa;
		-webkit-font-smoothing: antialiased;
	}
	#design-page .wide figcaption {
		float: none;
	}

/* 
	PHOTO STYLES 

*/

#photography-page {
	background: #000;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	overflow: auto;
}
#photography-page #preload {
	position: absolute;
	top: -50px;
	left: -50px;
}
	#photography-page #preload img {
		width: 1px;
		height: 1px;
	}

#photography-page header {
	background: none;
	position: fixed;
	max-width: 984px;
	padding: 0 48px 48px 48px;
	margin-left: -48px;
	z-index: 99999;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease;
	-webkit-box-shadow: none;
}
	#photography-page header:hover {
		opacity: 1.0;
	}
		#photography-page header:hover nav {
			opacity: 1.0;
		}
		#photography-page header:hover nav a {
			opacity: 1.0;
		}
	#photography-page header a {
		background: #000;
		background: rgba(0,0,0,0.8);
	}
	#photography-page header nav a {
		opacity: 0;
	}
	#photography-page header #name a {
		margin-right: -1px;
	}
	#photography-page header #name strong {
	}
	#photography-page header nav a strong, #photography-page header #name strong {
		border: none;
		color: #fff;
	}
	
#photography-page #gallery-container {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 
	CONTACT STYLES 

*/


#contact-page #content {
	clear: none;
}

#contact-page hgroup {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#contact-page h2 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px;
}
#contact-page h3 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 280px;
	padding: 10px;
	margin: 20px 0;
	color: #fff;
	font-weight: bold;
}
	#contact-page .error {
		background: #e00;
	}
	#contact-page .success {
		background: #080;
	}
	
#contact-page fieldset {
	border: none;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2", "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
	position: absolute;
	margin-left: 320px;
}
	#contact-page label {
		background: #fff;
		display: block;
		float: left;
		clear: left;
		width: 448px;
		height: 28px;
		padding: 8px 0 0 12px;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		cursor: pointer;
	}
		#contact-page label:first-child {
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
			border-top: 1px solid #ddd;
		}
		#contact-page .corner {
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
		}
	#contact-page input[type=text] {
		display: block;
		float: right;
		width: 360px;
		background: transparent;
		color: #000;
		border: none;
		padding: 10px;
		height: 16px;
		margin-top: -8px;
		font: 14px "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
		cursor: pointer;
		-webkit-font-smoothing: subpixel-antialiased;
		-webkit-transition: all .1s ease;
	}
		#contact-page input:focus, #contact-page textarea:focus {
			outline: none;
			background: #fff; /*def*/
			position: relative;
			z-index: 999;
			-webkit-box-shadow: 0 0 20px rgba(0,140,255,1.0);
			-moz-box-shadow: 0 0 20px rgba(0,140,255,1.0);
			box-shadow: 0 0 20px rgba(0,140,255,1.0);
			border: 1px solid rgba(0,140,255,0.8);
			top: -1px;
			right: -1px;
			cursor: text;
		}
		#contact-page textarea:focus {
			right: 0;
		}
	#contact-page select {
		display: block;
		float: right;
		width: 360px;
		background: #fff;
		color: #000;
		border: none;
		margin-right: 10px;
		font: 14px "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
		cursor: pointer;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#contact-page textarea {
		display: block;
		clear: left;
		background: #fff;
		color: #000;
		border: 1px solid #ddd;
		position: relative;
		top: -1px;
		width: 436px;
		height: 240px;
		padding: 12px;
		font: 14px "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
		cursor: pointer;
		-webkit-font-smoothing: subpixel-antialiased;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
		-webkit-transition: all .1s ease;
	}
	#contact-page #submit {
		background: #fff;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.2, #fff),
			color-stop(1, #ddd)
		);
		background: -moz-linear-gradient(
			center top,
			#fff 20%,
			#ddd 100%
		);
		display: block;
		clear: left;
		font: bold 14px/20px "Helvetica Neue", "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		border: 1px solid #ddd;
		color: #000;
		width: 460px;
		padding: 8px 10px;
		margin-top: 10px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: all .3s ease;
	}
		#contact-page #submit:hover {
			position: relative;
			z-index: 999;
			-webkit-box-shadow: 0 0 20px rgba(0,140,255,1.0);
			-moz-box-shadow: 0 0 20px rgba(0,140,255,1.0);
			box-shadow: 0 0 20px rgba(0,140,255,1.0);
			border: 1px solid rgba(0,140,255,0.8);
		}
		#contact-page #submit:active {
			background: #aaa;
			background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.2, #bcd),
				color-stop(1, #eee)
			);
			background: -moz-linear-gradient(
				center top,
				#bcd 20%,
				#eee 100%
			);
		}

/*
	RESPONSIVE STYLES

*/


@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
}

/*@media screen and (max-width: 970px) {
	#container {
		width: 97%;
	}
	nav ul li {
		width: auto;
	}
	#design-page figure img.regular {
		float: none;
		clear: left;
		margin: 0;
		position: static;
	}
	#design-page .regular figcaption {
		float: none;
	}
	#contact-page hgroup {
		float: none;
	}
	#contact-page fieldset {
		position: static;
		margin-left: 0;
		margin-top: 20px;
	}
	#blog-page #side {
		width: 27%;
		margin-left: 20px;
	}
		#blog-page #side input {
			width: 95%;
		}
}*/

/* 
	iPHONE STYLES 

*/

@media only screen and (max-device-width:480px) {

	* {
		-webkit-text-size-adjust: none;
	}
	body {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		overflow: auto;
	}
	#typekit-badge-ofj2kbs {
		display: none ! important;
	}
	#container {
		width: 290px;
		padding: 0 15px 15px 15px;
		margin: 0;
	}
	header {
		height: auto;
		padding: 0;
	}
	header h1 {
		font-size: 24px;
		line-height: 40px;
		margin: 0 -15px 15px -15px;
		width: 320px;
		float: none;
	}
		header h1 a {
			height: 100%;
			padding: 10px 15px;
			text-align: left;
		}
	nav {
		padding-bottom: 15px;
		border-bottom: 1px dotted #e00;
	}
	nav ul {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -1px;
		position: relative;
		float: none;
		margin: 0;
		border: none;
		width: 100%;
	}
		nav ul li {
			float: none;
			width: 100%;
		}
		nav ul li a {
			padding: 0;
			margin-left: 0;
			height: auto;
			width: 50%;
		}
		#design-page #design-link a,
		#photography-page #photo-link a,
		#shop-page #shop-link a,
		#contact-page #contact-link a,
		#blog-page #blog-link a {
			border: none;
			margin: 0;
			color: #e00;
		}
	#home-page h2 {
		margin: 0;
		margin-top: -40px;
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		float: none;
		clear: both;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -1px;
		float: none;
	}
	.thumbs {
		width: 302px;
		margin-left: -10px;
	}
		.thumbs li {
			padding-left: 5px;
			padding-bottom: 5px;
			width: 146px;
			height: 146px;
		}
	#message {
		float: none;
		padding-left: 0;
		font-size: 15px;
	}
	p a {
		font-size: 15px;
	}
	hgroup, hgroup h2, hgroup h3 {
		float: none;
		margin: 0;
	}
	hgroup h3 {
		margin-top: 8px;
	}
	figure {
		margin-left: -15px;
		width: 320px;
		padding: 0;
	}
	figcaption {
		float: none;
		margin: 0 15px 15px 15px;
		width: auto;
		height: auto;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	figure img {
		max-width: 100% ! important;
	}
	
	#contact-page #content {
		top: 0;
		margin-left: 0;
		width: 290px;
	}
	#contact-page h2 {
		padding-bottom: 15px;
	}
	#contact-page h3 {
		width: 270px;
		margin-bottom: 20px;
	}
	#contact-page fieldset {
		width: 320px;
		margin-left: -15px;
	}
	#contact-page label {
		background: #fff;
		display: block;
		float: left;
		clear: left;
		width: 308px;
		border-left: none;
		border-right: none;
	}
	#contact-page label:first-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#contact-page input[type=text] {
		width: 65%;
		margin-right: 10px;
		-webkit-appearance: none; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#contact-page select {
		width: 70%;
		margin-top: -2px;
	}
	#contact-page textarea {
		width: 300px;
		height: 160px;
		padding: 10px;
		border-left: none;
		border-right: none;
		-webkit-appearance: none; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#contact-page #submit {
		width: 300px;
		margin: 10px 10px 0 10px;
	}
	
	#gallery .galleria-stage {
		width: 320px;
		height: 200px;
	}

}

/* 
	iPHONE LANDSCAPE STYLES 

*/

@media only screen and (max-device-width:480px) and (min-width: 321px) {
	
	#container {
		width: 450px;
	}
	header h1 {
		width: 480px;
	}
	.thumbs {
		width: 460px;
		margin-left: -5px;
	}
	figure {
		width: 480px;
	}
	
	#contact-page #content {
		width: 450px;
	}
	#contact-page h3 {
		width: 430px;
	}
	#contact-page fieldset {
		width: 480px;
	}
	#contact-page label {
		width: 468px;
	}
	#contact-page input[type=text] {
		width: 75%;
	}
	#contact-page select {
		width: 80%;
	}
	#contact-page textarea {
		width: 460px;
		height: 100px;
	}
	#contact-page #submit {
		width: 460px;
	}
	
}
