/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/*******************************************   END RESET   *********************************/

@font-face {
    font-family: 'GreyscaleBasicRegular';
    src: url('fonts/greyscale_basic_regular-webfont.eot');
    src: url('fonts/greyscale_basic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greyscale_basic_regular-webfont.woff') format('woff'),
         url('fonts/greyscale_basic_regular-webfont.ttf') format('truetype'),
         url('fonts/greyscale_basic_regular-webfont.svg#GreyscaleBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html{
width:100%;
height:5000px;
}

body{
margin:0;
padding:0;
overflow-x:hidden;
color:white;
background:url('images/main-bg.jpg') fixed bottom no-repeat black;
font-family:  'PT Sans', 'Helvetica Nueue', Arial, sans-serif;
font-size:14px;
}

#header{
width:700px;
position:absolute;
margin: 0 -350px;
left:50%;
z-index:3;
padding:30px 0;
background:url('images/dot.png') bottom repeat-x;
font-family: 'GreyscaleBasicRegular';
}

#logo{
float:left;
padding-left:0;
}

#main-nav{
list-style-type: none;
margin:0;
padding:0;
float:right;

}

#main-nav a{
text-decoration: none;
cursor:cursor;
display:block;
position:relative;
opacity:0.8;
}

#main-nav  .line{
background:url('images/dia.gif') right;
width:0%;
height:3px;
display:block;
position:absolute;
bottom:-5px;
left:0;
text-align:right;
}

#main-nav li{
float: left;
font-size:16px;
margin:10px 0 10px 30px;
}

#parallax{
background:url('images/background.jpg') center;
width:100%;
height:570px;
display:block;
position:relative;
}

#bottom-line{
margin: 0 auto;
width:100%;
height:60px;
background:url('images/bottom_line.png') center no-repeat;
}



.intro-text{
font-size:26px;
line-height:50px;
font-family: 'GreyscaleBasicRegular';
text-align:center;
text-transform:uppercase;
}

#diagonal-lines{
top:-62px;
position:absolute;
text-align:center;
width:700px;
z-index:-1;
}

.layer{
width:100%;
height:100%;
position:absolute;
}	

.balls{
position:absolute;
left:50%;
margin-left:-125px;
display:block;
}

#hire-me{
color:#dcbfc5;
text-align:center;
font-size:12px;
width:125px;
height:140px;
display:block;
position:absolute;
top:245px;
left:195px;
opacity:0.8;
}

.hand{
left:10%;
position:absolute;
bottom:0;
}

.face{

}

.bottom{
position:absolute;
bottom:0;
}

.right{
position:absolute;
right:0;
}

.middle{
position:absolute;
right:50%;
}

.logo-element{
position:absolute;
left:50%;
top:50%;
margin-left:-112px;
margin-top:30px;

}

#wrapper{
text-align:left;
width:700px;
height:2000px;
margin: 40px auto;
}

.section{
min-height:250px;
padding-top:10px;
margin-bottom:200px;
position:relative;
}

.heading{
width:700px;
font-size:36px;
text-align:left;
font-family: 'GreyscaleBasicRegular';
background:url('images/diagonal_line.png') bottom repeat-x;
padding-bottom:10px;
margin-bottom:50px;
}

.nav{
list-style-type: none;
margin:0;
padding:0;
float:right;
}

.nav li{
float: left;
font-size:16px;
margin:10px 0 10px 10px;
}

.nav a{
opacity:0.8;
text-decoration: none;
}

.column{
text-align:center;
width:215px;
height:300px;
display:block;
float:left;
}

p {
text-align:left;
margin:10px 0;
}

.column.center{
margin-left:25px;
margin-right:25px;
}

.caption{
color:white;
font-size:16px;
font-weight:bold;
text-align:left;
padding:3px 6px;
text-transform:uppercase;
background:url('images/pink-bg.png') right bottom;
font-family:  'GreyscaleBasicRegular';
margin-bottom:10px;
}

#profile .caption{
margin:40px 0 8px;
}

.column ul{
list-style-type: none;
padding:0;
text-align:left;
margin:10px 0;
}

.column2{
width:455px;
margin-left:25px;
float:left;
}

.column2 ul{
padding-left:20px;
margin:10px 0;
}

.column2 li{
margin-bottom:10px;
}

.clear{
clear:both;
}

a {
color:white;
}

#main-bg2{
width:100%;
height:100%;
display:block;
position:fixed;
z-index:-1;
}


#astronaut{
position:fixed;
left:50%;
margin-left:-60px;
z-index:-2;
}
#golden-girl{
position:fixed;
left:50%;
margin-left:-160px;
z-index:-2;
}


/*CONTACT FORM*/
.contact-form {
	width:700px;
	height:355px;
}
#info {
	width:215px;
	margin-left:25px;
	height:315px;
	float:right;
	position:relative;
}

#info li{
line-height:30px;
list-style-type: none;
}

#info li img{
vertical-align:middle;
padding:2px;
}

input {
	color:white;
	background:url(images/input.png) top left no-repeat transparent;
	padding:9px;
	padding-right:0;
	margin-bottom:10px;
	border:0;
	width:455px;
	vertical-align:top;
	font-family:  'PT Sans', Helvetica, Arial, sans-serif;
}
input:focus {
	outline:none;
	background:url(images/input.png) bottom left no-repeat;
}
textarea {
	resize:none;
	color:#fac7d4;
	background:url(images/textarea.png) top left no-repeat transparent;
	border:0;
	width:455px;
	height:120px;
	margin:0 0 10px 0;
	padding:9px;
	padding-right:0;
	
	overflow:auto;
	font-family:  'PT Sans', Helvetica, Arial, sans-serif;
}
textarea:focus {
	color:white;
	outline:none;
	background:url(images/textarea.png) bottom left no-repeat transparent;
}
.submit {
	cursor:pointer;
	float:right;
	border:0;
	padding:6px 10px;
	text-transform:uppercase;
	background:url('images/pink-bg.png') right bottom;
}
input.blur {
	color:#fac7d4;
}
fieldset {
	position:relative;
}
.error {
	position:absolute;
	font-size:16px;
	top:8px;
	color:#a33;
	left:-50px;
	text-transform:uppercase;
	padding:0 0 0 26px;
	display:none;
}
.message-error {
	top:10px;
	left:-50px;
}
#form {
	width:455px;
	float:left;
	position:relative;
}
.thx {
	position:absolute;
	bottom:5px;
	z-index:99;
	width:350px;
	text-align:center;
	color:white;
	display:none;
}

#music{
width:42px;
height:42px;
position:fixed;
bottom:0;
right:0;
}

.no-select{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

.select{
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
}

