/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*	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,
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;}

figure {position: relative;}
figure img {width: 100%;}


/*	Typography presets
	------------------	*/

.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;
}

.big, h3 {
	font-size: 26px;
	line-height: 36px;
}

.jumbo, h4 {
	font-size: 24px;
	line-height: 30px;
}

.normal, body {
	font: 16px/24px Helvetica, Arial, sans-serif;
}

.small {
	font-size: 13px;
	line-height: 18px;
}

blockquote {
       font: italic 16px/24px Helvetica, Arial, sans-serif;
}


/*	Default 8-column layout
	60 px columns, 24 px gutters, 60 px margins, 768 px total
	---------------------------------------------------------
	1     2      3      4      5      6      7      8
	60px  144px  228px  312px  396px  480px  564px  648px	*/

body {
	background: rgb(232,232,232);
	padding: 84px 60px 0;
	width: 648px;
	-webkit-tap-highlight-color: rgb(255,255,0);
}

::selection 	 	{background: rgb(255,255,0);}
::-moz-selection 	{background: rgb(255,255,0);}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}

article > div {
 float: left;
 /* width: 348px;  original  */
 width: 432px;
 margin-right: 24px;
 margin-bottom: 24px;
 padding: 24px;
 background: #FFF;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

article > aside {
 float: right;
/* width: 228px;   original  */
 width: 144px;
}

article > footer {
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 24px;
}

article > header > h1 {
	font-size: 42px;
	line-height: 48px;
}

article > header > h2 {
	font-size: 36px;
	line-height: 42px;
}

article > header > h3 {
	font-size: 30px;
	line-height: 36px;
}

article > header > h4 {
	font-size: 24px;
	line-height: 30px;
}

h2, aside > header > h1 {
	font-size: 16px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Copse', Georgia, serif;
	-moz-text-shadow: yellow 0 5px 5px;
	-webkit-text-shadow: #FFF 0 1px;
	text-shadow: rgba(255,255,255,1) 1px 1px 0;
}

section, aside, div {
	margin-top: 24px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 24px 0 0 16px;
}

p {
	margin: 24px 0 0 0;
}

section > p:first-child, div > p:first-child {
	margin: 0;
}


/*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/

@media only screen and (min-width: 1212px) {
  body {
    padding: 96px 72px 0;
    width: 1068px;
    position: relative;
  }

  article > div {
/* width: 600px;   original  */
    width: 684px;
    margin-bottom: 24px;
  }

  article > aside {
/* width: 396px;   original  */
    width: 312px;
  }

/*  article > aside img {
    width: 386px;
  }   original  */

}



/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/

@media only screen and (max-width: 767px) and
(min-width: 480px) {
  body {
    padding: 60px 42px 0;
    width: 396px;
    -webkit-text-size-adjust: 100%;
  }

  article > div,
  article > footer,
  article > aside {
    float: none;
    clear: none;
  }

  article > div {
    width: 348px;
  }

/*  article > aside img {
    width: 386px;
  }    original  */

}


/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/

@media only screen and (max-width: 479px) {
  body {
    padding: 48px 46px 0;
    width: 228px;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  article > div {
    width: 192px;
    padding: 18px;
    margin-bottom: 18px;
  }
  article > header > h1 {
    font-size: 26px;
    line-height: 36px;
  }

  article > div > header > h2 {
    font-size: 16px;
    line-height: 24px;
  }

  article > div,
  article > footer,
  article > aside {
    float: none;
    clear: none;
  }

  p, section, aside, ul {
    margin-top: 18px;
  }

}
