* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
background: #edebe5;
color: #555;
padding-top: 61px;
font-family: whitman-display, serif;
font-weight: normal;
font-style: normal;
font-size: 18px;
line-height: 1;
cursor: default; 
position: relative;
-webkit-font-smoothing: antialiased;
}


a {
color: #999;
text-decoration: none;
}
a:hover, a:active  {
text-decoration: none;
color: #ffff00;
}
.clear {clear: both; margin: 0; padding: 0; }


/*	Typography presets
	------------------	*/
	
	body#splash h1 {
font-family: whitman-display, serif;
font-weight: 500;
font-style: normal;
line-height: 1.4;
font-size: 36px;
	margin: 50px 0 0 0;
	color: #555;
}


h2 {
font-size: 36px;
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
}
h2 a {
color: #555;
}
h3 {
font-size: 11px;
font-weight: normal;
text-transform:uppercase;
color: #999;
margin: 25px 0 5px 0;
font-family: Helvetica, sans-serif;
}
h4 {
font-size: 16px;
font-weight: normal;
margin: 0 0 0px 0;
line-height: 1.4;
}
h5 {
font-size: 15px;
font-weight: normal;
text-transform:uppercase;
color: #eee;
}
p {
margin: 0 0 15px 0;
line-height: 1.6;
}
p.sep {
margin: 20px 0 20px 0;
font-size: 12px;
color: #ccc;
}





/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 892px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */



/* =SPLASH
-------------------------------------------------------------- */
body#splash  {
	padding: 100px 48px 0px 48px;
	margin: 0 auto;
	background: #edebe5;
	color: #999;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
body#splash .container {
	padding: 0 0 30px 0;
	margin: 0 auto;
	width: 796px;
}
body#splash .left {
float: left;
margin: 0 72px 0 24px;
padding: 0;
width: 116px;
text-align: left;
display: block;
}
body#splash .right {
float: left;
margin: 15px 24px 0 0;
padding: 0;
width: 560px;
display: block;
}
body#splash ul li {
display: inline-block;
list-style: none;
margin-right: 12px;
text-transform: uppercase;
font-size: 12px;
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
}
body#splash .signup {
margin: 50px 0 0 0;
}
input#fieldEmail {
border: none;
padding: 6px;
font-size: 12px;
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
color: #999;
width: 200px;
}
button {
width: 200px;
border: none;
   background: #cccccc;
   padding: 7px 6px 6px 6px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #000000;
   font-size: 11px;
font-family: din-2014, sans-serif;
font-weight: 700;
text-transform:uppercase;
   text-decoration: none;
   vertical-align: middle;
}
button:hover {
   background: #ffff00;
   cursor: pointer;
      }
      
/* =Header 
-------------------------------------------------------------- */
.header-wrapper {
padding: 0px 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999; 
background: rgb(237, 235, 229);
background: rgba(237, 235, 229, .8);
}

.social {
display: inline-block;
width: 47%;
margin: 0 0 0 12px;
}
.social a {
float: left;
display: block;
width: 20px;
margin: 0 0 0 0;
}
.social a img {
-webkit-transition: all .45s ease-out;
-moz-transition: all .45s ease-out;
-ms-transition: all .45s ease-out;
-o-transition: all .45s ease-out;
transition:  all .45s ease-out;
}
.social img {
opacity:1.0;
filter:alpha(opacity=100);
}     

img.twitter:hover, 
img.tumblr:hover {
opacity:0.4;
filter:alpha(opacity=40);
}     


header {
margin: 0 auto;
padding: 40px 24px 0 24px;
height: 100px;
width: 1024px;
}

header .logo {
display: inline-block;
width: 325px;
text-align: left;
padding: 36px 0 0 0px;
}
nav {
display: inline-block;
width: 500px;
margin-left: 20px;
}

nav ul {
list-style: none;
margin: 55px 0 0 0;
padding: 0; 
}

nav ul li {
display: inline-block; 
font-size: 12px;
font-family: Helvetica, sans-serif;
}

nav ul li a {
padding: 10px 10px;
-webkit-font-smoothing: antialiased;
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
-o-transition: 0.2s linear;
transition: 0.2s linear;
border: 2px solid transparent;
text-transform: uppercase;
}

nav ul li a:hover {
color: #999; 
border: 2px solid #ffff00;
}

nav ul li a.selected {
/*color: #a59275; */
}

.home li.nprojects a {
color: #999; 
border: 2px solid #ffff00;
}


.left {
display: inline-block;
width: 325px;
margin: 0px 0px 0 0px;
}
.right {
display: inline-block;
width: 670px;
margin: 0px 0 80px 24px;
}
.pimage {
margin-bottom: 50px;
}


/* =Footer
-------------------------------------------------------------- */

footer {
margin: 0px auto;
padding: 40px 0 40px 0;
width: 1024px;
border-top: 1px solid #fff;
}
footer p {
font-size: 11px;
font-weight: normal;
text-transform:uppercase;
color: #999;
font-family: Helvetica, sans-serif;
margin: 5px 0 0 0;
}
















      
      
      


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
/* =SPLASH
-------------------------------------------------------------- */
body#splash  {
padding: 100px 28px 0px 28px;
}
body#splash .container {
	width: 712px;
}
body#splash .left {
margin: 0 0px 0 0px;
width: 152px;
}
body#splash .right {
margin: 9px 0px 0 0;
width: 560px;
}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

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


/* =SPLASH
-------------------------------------------------------------- */
	
body#splash  {
padding: 60px 34px 0px 34px;
}
body#splash .container {
	width: 252px;
}
body#splash h1 {
	font-size: 20px;
	line-height: 1.4;
}
body#splash .left {
float: none;
margin: 0 0px 0 0px;
padding: 0 0px;
width: 252px;
}
body#splash .right {
float: none;
margin: 15px 0px 0 0px;
padding: 0 0px;
width: 252px;
}
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

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


/* =SPLASH
-------------------------------------------------------------- */
	
body#splash {
padding: 100px 22px 0px 22px;
}
body#splash .container {
	width: 436px;
}
body#splash .left {
float: none;
margin: 0 0px 0 0px;
padding: 0 0px;
width: 436px;
}
body#splash .right {
float: none;
margin: 15px 0px 0 0px;
padding: 0 0px;
width: 436px;
}
}