/*
EXTRA FANTASTIC
landing page styles
*/
html { height: 100%; }
body {
	background: #000;
	color: #abe9da;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* HTML5 temp support ------------------- */
header, nav, article, section, footer, figure, aside { display: block; }

h1 {
	font-size: 8em;
	font-weight: normal;
	line-height: .8em;
	margin: .2em 0 .2em -.075em;
	padding: 0;
}

h1 strong {
	color: #fcf8d3;
}

h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 .75em;
}

p {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em;
}

header, footer { margin-left: 30px; width: 610px; }

a:link,
a:visited {
	color: #abe9da;
	text-decoration: underline;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

a:hover {
	color: #b44728;
	text-decoration: underline;
}

#shell {
	display: block;
	width: 100%;
}

#shell h1 { width: 610px; }

#contact {
	background-color: #abe9da;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	color: #000;
	display: block;
	left: -615px;
	padding: 1em 2em;
	position: absolute;
	top: 239px;
	width: 545px;
	z-index: 10;
}

#contact.open {
	left: 0;
}

#contact a.close:link,
#contact a.close:visited {
	color: #b44728;
	font-size: .6em;
	position: absolute;
	right: 33px;
	top: 20px;
}

#contact p {
	padding: 0 0 1em;
}

form p {
	color: #7fafa3;
	font-size: .75em;
	vertical-align: center;
}

fieldset {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

fieldset input,
fieldset textarea {
	background-color: #fff;
	border: 1px solid #888;
	color: #000;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	height: 1.25em;
	font-size: .75em;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 255px;
}

fieldset textarea {
	height: 100px;
	max-width: 534px;
	width: 534px;
}

fieldset input.last,
fieldset textarea.last {
	margin: 0;
}

fieldset input.inactive,
fieldset textarea.inactive {
	color: #aaa;
}

fieldset input.error,
fieldset textarea.error {
	background-color: #c00;
	border: 1px solid #c00;
	color: #fff;
}

fieldset p {
	color: #000;
	display: inline-block;
	padding: 0;
}

input.submit {
	background-color: #000;
	border: 1px solid #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 4px;
	text-align: center;
	text-transform: lowercase;
	width: 115px;
}

input.submit:hover {
	background-color: #fcf8d3;
	border: 1px solid #888;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.subtle {
	font-size: .6875em;
	font-weight: bold;
	-moz-opacity:.30;
	-webkit-opacity:.30;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
}

.subtle span {
	padding: 0 .5em;
}


/*
landing portfolio styles
*/
article { margin: 3em 0 0; }

article h2 {
	color: #fcf8d3;
	font-size: 3em;
	font-weight: normal;
	margin: 0 0 0 30px;
	padding: 0 0 .25em;
}


.hscroll {
	display: block;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hscroll-content {
/*	float: left;*/
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 705px;
	z-index: 5;
}

.slide {
	display: block;
	float: left;
	height: 450px;
	position: relative;
	width: 705px;
}

ul.hscroll-nav {
	display: block;
	left: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 457px;
	z-index: 10;
}
ul.hscroll-nav li { display: inline-block; margin: 0 6px 0 0; }
ul.hscroll-nav li a {
	background: transparent url(/imgs/btndots.png) top right no-repeat;
	display: block;
	height: 11px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
	width: 11px;
}
ul.hscroll-nav li a.selected { background-position: top left; }

::-moz-selection {
	background: #b44728;
	color: #fff;
}
::selection {
	background: #b44728;
	color: #fff;
}
