/* 
	Less Framework 1.0 	http://lessframework.com 
	by Joni Korpi 		http://www.jonikorpi.com	
	============================================	*/

* {padding: 0; margin: 0;}

article,aside,audio,figure,figcaption,footer,header,nav,section,time,video {
	display: block; /* Fixes new HTML5 elements */
}

html {padding: 3.75em 2.25em 0;}

body {
	max-width: 40em;
	margin: 0 auto;
	min-height: 100%;
	font: 100%/1.5 sans-serif;
}

html, body, header, article, article section, footer {position: relative;}

figure {position: relative;}
figure img, video, object {display: block; max-width: 100%;}	/* Scales wide media to fit the screen */


/* Typography presets */

/* 64/72px */ .biggest, header h1 {
	font-size: 4em; line-height: 1.125em; letter-spacing: -0.015625em;
}

/* 44/48px */ .bigger {
	font-size: 2.75em; line-height: 1.090909em; letter-spacing: -0.0227em;
}

/* 26/36px */ .big, #masthead p, article h1 {
	font-size: 1.625em; line-height: 1.38461em;
}

#masthead h1 {
	background: url("http://a3.twimg.com/profile_images/1072459395/channy-profile-small_bigger.jpg") no-repeat;
	padding-left: 80px;
}

/* 16/24px */ .normal, article h2 {
	font-size: 1em;
}

/* 12/18px */ figcaption, code, #copyright, p.one, #download dd {
	font-size: 0.75em; line-height: 1.5em;
}


/*	============================================	*/
