/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */



html {
	/* force vertical scrollbar in FF, Chrome to prevent centered "jumping" as the page content height changes. */
	overflow-y: scroll;
}

body {
	background-color:#f6f6f6;
    color: #646464;
		color: #181818;
    font-family: 'open_sansregular',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

/* Gradient transparent - color - transparent */ 
hr { width:90%; margin:1em auto; border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }


h1.hometitle { font-family: "CodeProLightDemoRegular", Arial, Helvetica, sans-serif; font-size: 72px; line-height: 80px; margin-bottom: 14px; margin-top:40px; text-align:center;}

a.resume {
	font-family:"bebas_neueregular", "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#919191;
	text-decoration:none;
}
a.resume:hover {
	color:#000;
}




#slider {
	display:none;
}


.row.brain {
	min-height:350px; /* 500px total */
	padding-top:150px;
	background:url(../images/brain1.png) 50% 0 no-repeat;
	background-size:contain;
	font-size:110%;
}

.row.brain a {
	text-decoration:none;
}

.left {
	text-align:right;
	padding-right:1em;
}

.right {
	text-align:left;
}



.web-wrap .slide-heading {
	float:right;
	padding-right:20px;
}

.music-wrap .slide-heading {
	float:left;
}

.slide-heading h3 {
	font-size: 28px; 
	line-height: 34px; 
	margin-bottom: 8px;
	display:inline;
}

.slide-heading a {
	color: #ababab;
	font-family:"bebas_neueregular", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size:28px;
	line-height: 34px; 
	margin-bottom: 8px;
	text-decoration:none;
}
.slide-heading a:hover {
	color: #919191;
}


a.home-pointing-left {
	padding-right:0.5em;
	border-right:1px solid #bababa;
	margin-right:0.5em;
}
a.home-pointing-right {
	padding-left:0.5em;
	border-left:1px solid #bababa;
	margin-left:0.5em;
}





.project.row .tools {
	font-size:80%;
	line-height:110%;
	color:#555;
	font-style:italic;
}

.project.row .partners {
	font-size:80%;
	line-height:110%;
	color:#555;
	text-transform:uppercase;
}



.top-links {
	font-family:"bebas_neueregular", "Arial Narrow", Arial, Helvetica, sans-serif;
	position:absolute;
	top:10px;
	right:10px;
	font-size:24px;
}

.top-links a {
	text-decoration:none;
	color: #ababab;
}
.top-links a {
	color: #919191;
}


#form-wrap {
	width:100%;
	padding:10px 0;
	position:absolute;
	top:-400px;
	left:0;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	color:#dedede;
	z-index:5000;
}

#form-wrap h2 {
	text-align:center;
	color:#dedede;
}

#form-wrap a {
	color:#cacaca;
	text-decoration:none;
}
#form-wrap a:hover {
	color:#fff;
}

p.success,
p.error {
	text-align:center;
}

/* Honeypot */
label.website {
	position:absolute;
	left:-9999em;
}

a.hide-form:before,
a.send-mail:before {
	content:" | ";
	color:#fff;
}









/* Labels inside form fields: http://attardi.org/labels2/#css */
.input {
  display: block;
}
.input span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
  z-index: 1;
  cursor: text;
  pointer-events: none;
}
.input input, .input textarea, .input select {
  z-index: 0;
  padding: 6px;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}










.video { position: relative; }

.video a {
   position: absolute;
   display: block;
   background:url(../images/play.png) center center no-repeat;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
	 z-index:1000;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.hide-on-mobile { display:none; }
		
		a.show-form {
			font-size:36px;
		}
		
		h1.hometitle { font-size: 36px; line-height: 50px; margin-bottom: 14px; margin-top:14px; text-align:center;}	
		
		.row.brain {
			min-height:500px; /* 500px total */
			padding-top:0;
		}
		
		.left {
			text-align:left;
			padding-right:0;
		}
		
		.right {
			text-align:right;
		}

		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.resume {
			display:block;
			text-align:center;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/