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

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Extra Small Design Website
Version:	1.0
Last change:	04/28/09 [added styles, kl]
Assigned to:	Kyle Larkin (kl)
Primary use:	Extra Small Design Website Global Styles
-------------------------------------------------------------------*/
body, html{
	background-color: #658faa;
	background-image: url(../img/global_bg.png);
	color: #FFF;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	min-width: 800px;
	overflow-x: hidden;
	line-height: 1.25em;
}

a#look-button{
	background-image: url(../img/global_look.png);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 110px;
}

a:hover#look-button{
	background-position: 0 -20px;
}

a#touch-button{
	background-image: url(../img/global_getintouch.png);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 110px;
}

a:hover#touch-button{
	background-position: 0 -20px;
}

a#back-button{
	background-image: url(../img/work_back.png);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 110px;
}

a:hover#back-button{
	background-position: 0 -20px;
}

/*------------------------------------------------------------------
Layout
-------------------------------------------------------------------*/

img.source-image {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#wrapper{
	margin-left: -400px;
	margin-top: 80px;
	left: 50%;
	position: absolute;
	width: 800px;
	z-index: 1;
}

.left-column{
	display: block;
	position: absolute;
	text-align: right;
	width: 200px;
}

.right-column{
	display: block;
	position: absolute;
	margin-left: 250px;
	text-align: left;
	width: 600px;
}

#logo-left{
	top: 0px;
}

#logo-right{
	top: 50px;
}

#philosophy-left{
	top: 130px;
}

#philosophy-right{
	top: 130px;
}

#work-left{
	top: 330px;
}

#work-right{
	top: 330px;
}

#work-back{
	top: 330px;
}

#contact-left{
	top: 430px;
}

#contact-right{
	top: 435px;
}

#peek-left{
	top: 130px;
	margin-left: 3999px;
	width: 200px;
}


/*------------------------------------------------------------------
Work Page
-------------------------------------------------------------------*/
#work-samples{
	display: block;
	position: absolute;
	text-align: left;
	width: 600px;
	top: 135px;
	margin-left: 3999px;
}

#work-samples img{
	margin-top: 8px;
}

ul#work-nav li{
	display: block;
	float: left;
	margin-right: 8px;
}

ul#work-nav a{
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	height: 98px;
	text-indent: -9999px;
	width: 98px;
}

a#work-identity{
	background-image: url(../img/work_identity.png);

}

a:hover#work-identity{
	background-position: 0 -98px	;
}

a#work-print{
	background-image: url(../img/work_print.png);

}

a:hover#work-print{
	background-position: 0 -98px	;
}

a#work-web{
	background-image: url(../img/work_web.png);

}

a:hover#work-web{
	background-position: 0 -98px	;
}

ul#work-nav li.hide{
	display: none;
}

/*------------------------------------------------------------------
Contact Form
-------------------------------------------------------------------*/
#thankyou{
	position: absolute;
	top: 434px;
}

#xsform{
	display: none;
	position: absolute;
	top: 438px;
	width: 470px;
}

#xsform input{
	height: 15px;
}

#xsform input, #xsform textarea{
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	display: block;
	float: left;
	font-family: Helvetica LT, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-top: 5px;
	width: 100%;
}

#xsform input.invalid{
	border: 1px solid #C00;
}

#xsform .submit{
	background-image: url(../img/global_submit.png);
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	margin-left: -1px;
	text-indent: -9999px;
	width: 110px;
}

#xsform .submit:hover{
	background-position: 0 -20px;
}



