/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://creativecommons.org/licenses/MIT/	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/
	


h1, h2, h3, h4, h5, h6 {
  text-transform:uppercase;
}

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
  visibility:hidden;
  margin:0 auto;	  
	color: rgb(60,60,60);
	background: rgb(255,255,255);
	font-size: 13px;
	line-height: 18px;
}

.wf-loading body {
  visibility:hidden;
}

.wf-active body {
  visibility:visible;
  font-family:"LetterGothicBold", arial;
}

p {
  margin-bottom:12px;
}

a {
  background:#fff;
  color:#00adeb;
  text-decoration:none;
  padding:0 2px 0 1px;
}

a.no-highlight {
  color:black;
}

a:hover {
  background:#00adeb;
  color:#fff;
  text-decoration:none;
  padding:0 2px 0 1px;
}


/* Selection colours (easy to forget) */

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



/*		Default Layout: 992px. 
		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    */

body {
	width: 896px;
	padding: 0 48px 84px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background: #fff url('../images/arrows-bg-lighter.png') repeat;
	
}

header {
  margin:20px 0 20px 0;
}

header img {
  width:75px;
  float:right;
  margin-bottom:10px;
}

#about {
  overflow:auto;
  margin-bottom:20px;
  clear:both;
  background-color:#fff;
}

#about img {
  margin-bottom:20px;
}

#aside {
  width:242px;
  float:left;
  margin-left:24px;
  color:#aaa;
  padding:0 10px 0 0;
}

#aside a {
  color:#aaa;
  text-decoration:underline;
}

#aside a:hover {
  background-color:#fff;
  text-decoration:none;
}

#maincopy {
  width:600px;
  float:left;
  padding:0 0 10px 10px;
}

.title {
  margin-bottom:10px;
  padding:8px 0 0 10px;
}

#work {
  clear:both;
}

.work {
  width:252px;
  padding:10px;
  background-color:#eee;
  float:left;
  margin:0 24px 24px 0;
  list-style-type:none;
  overflow:auto;
}

#footer {
  margin-top:40px;
  clear:both;
}

#footer li {
  list-style-type:none;
  float:left;
  margin-right:10px;
}

#footer li:after {
  content:' • ';
}

#footer li:last-child:after {
  content:'';
}



/*		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) {
	
	body {
		width: 712px;
		padding: 48px 28px 60px;
	}
	
	#maincopy {
    width:518px;
  }
	
	#aside {
	  width:150px;
  }
  
}



/*		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) {
	
	body {
		width: 252px;
		padding: 48px 34px 60px;
	}
	
  #wordmark {
    width:175px;
  }
  
  .title {
	  font-size: 22px;
	  line-height:26px;
	}
  
  header img {
    width:35px;
  }
	
	#maincopy {
    width:222px;
    padding:0 10px;
  }
	
	#aside {
	  border-top:1px dashed #ccc;
	  width:232px;
	  margin:20px 0 0 0;	 
	  padding:0 10px; 
  }
  
  .work {
    width:232px;
  }
	
	.work img {
	   width:100%;
	}
	
}



/*		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) {
	
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}
	
	#wordmark {
     width:293px;
   }

   header img {
     width:50px;
   }
	
	h3 {
	  font-size: 22px;
	}
	
	#maincopy {
    width:416px;
    padding:0 10px;
  }
	
	#aside {
	  border-top:1px dashed #ccc;
	  width:324px;
	  margin:20px 0 0 0;
	  padding:0 10px;
  }
  
  .work {
    width:416px;
  }
  
  .work img {
    width:252px;
    float:left;
    margin-right:20px;
  }
  
  .work .copy {
    width:140px;
    float:left;
  }
	
}
