/*	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%;}


/*	Résumé
	------	*/
body {
	/* background: #2e3b45 url(../images/background.jpg) repeat-x top center; */
	font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #222;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #3479bf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media print {
	a {
		color: #000;
	}
}

br {
	clear: both;
}

#container {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#social {
	width: 500px;
	margin: 0 auto;
}
#social li {
	float: left;
	display: block;
	width: 70px;
	height: 50px;
}
#social li a {
	display: block;
	width: 70px;
	height: 50px;
	background: url(../images/social.png) no-repeat top -5px;
	text-indent: -9000px;
}
#social li a:hover {
	background-position: bottom -5px;
}

#social li#social_github a {
	background-position: -75px 0;
}
#social li#social_github a:hover {
	background-position: -75px -50px;
}

#social li#social_linkedin a {
	background-position: -145px 0;
}
#social li#social_linkedin a:hover {
	background-position: -145px -50px;
}

#social li#social_twitter a {
	background-position: -215px 0;
}
#social li#social_twitter a:hover {
	background-position: -215px -50px;
}

#social li#social_facebook a {
	background-position: -285px 0;
}
#social li#social_facebook a:hover {
	background-position: -285px -50px;
}

#social li#social_pandora a {
	background-position: -355px 0;
}
#social li#social_pandora a:hover {
	background-position: -355px -50px;
}

#social li#social_google a {
	background-position: -425px 0;
}
#social li#social_google a:hover {
	background-position: -425px -50px;
}

#dribbble {
	clear: both;
	position: relative;
	max-width: 880px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (max-width: 599px) {
	#social, #dribbble {
		display: none;	
	}
}

#dribbble_wrapper {
	position: absolute;
	top: 10px;
	left: 0;
}
#dribbble a {
	float: left;
	display: block;
	width: 200px;
	height: 150px;
	margin: 0 10px;
}
#dribbble a img {
	display: block;
	width: 200px;
	height: 150px;
}

h1 {
	clear: both;
	padding: 10px 0 10px;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
}
h2 {
	clear: both;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: #3a4a55;
}
h3 {
	clear: both;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}
p#bio {
	margin: 0 65px 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#info {
	margin: 0 65px;
}
@media screen and (max-width: 720px) {
	#info, p#bio {
		margin: 0 0 10px;
	}
}

#container ul {
	list-style: none;
}

#container section {
	display: block;
	padding: 0 10px 10px;
	box-sizing: border-box;
	}
#container section h2 {
	padding: 0 0 5px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
section#lilbio {
	padding: 0 10px 9px;
	border-bottom: 1px solid #eee;
	}
section#experience {
	margin-bottom: 20px;
	}
section#education {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	#education .school {
	font-weight: bold;
	}
	#education .degree, #education .year {
	margin-left: 20px;
	}
	#education .year {
	font-style: italic;
	}
	
#skills, #applications {
	float: left;
	width: 50%;
	overflow: auto;
	}
	@media screen and (max-width: 720px) {
		#skills, #applications {
			float: none;
			width: auto;
			margin-bottom: 10px;
		}
	}
	#skills ul li {
	float: left;
	width: 33.3333%;
	}
	#applications ul li {
	float: left;
	width: 50%;
	}
	@media screen and (max-width: 479px) {
		#skills ul li {
			width: 50%;
		}
		#applications ul li {
			float: none;
			width: auto;
		}
	}

#experience, #freelance, #contact {
	margin-top: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .1);
	line-height: 24px;
	}
	#experience li, #freelance li {
	margin-bottom: 20px;
	}
	#experience li:last-child, #freelance li:last-child {
	margin-bottom: 0;
	}
	#container section#experience h2, #container section#freelance h2, #container section#contact h2 {
	padding-top: 10px;
	}
#experience .company, #experience .job {
	font-weight: bold;
	}
	#experience .time {
	display: block;
	margin: 5px 0 0 20px;
	font-style: italic;
	}
	#experience .description {
	margin-left: 20px;
	}
#freelance .project {
	font-weight: bold;
	}
#freelance p {
	margin-left: 20px;
	}
#experience .skills {
	margin-left: 20px;
	}
#experience .sites {
	list-style: disc;
	margin-left: 40px;
	}
	#experience .sites li {
	margin: 0;
	}
	
#contact .method {
	font-weight: bold;
	}