/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/

/* Color Info
Text - Green: 669e85 	
Text - Orange: c9661a


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

.normal, body {
	font: 1em/1.5em Helvetica, Arial, sans-serif;
}

.small {
	font-size: 13px;
	line-height: 18px;
} 


/*	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: url('img/bg/bg_papertile.jpg') rgb(244,244,213);
	padding: 24px 83px 0px 5px;
	position: relative;
	width: 700px;
	margin: 0 auto;
	/*border: solid rgb(218,218,218);*/
	border-width: 0 1px;
	color: #5E5E5E;
}

div.pencil {
	background: url('img/bg/pencil.png');
	width: 275px;
	height: 150px;
	float: right;
	clear: both;
	margin: -15em 16em 0;
}

header {
	width: 600px;
	height: 80px;
	margin: 0 0 30px 0;
	background-image: url(img/bg/bg_header.png);
}

header_sml {
	width: 400px;
	height: 80px;
	margin: 0 0 30px 0;
	background-image: url(img/bg/bg_header.png);
	display:none;
}

header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

header h1 {
	text-align: center;
	color: #c9661a;
}

header h2 {
	font-size: 2em;
	margin: 56px 0 0 120px;
	color: #669e85;
	font-family: 'Oswald', sans-serif;
}

menu ul {
	list-style-type: none;
	height: 80px;
	width: 663px;
	margin: auto;
}

menu ul a:link {
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	color: #669e85;
}

menu li {
	float: left;
}

div.who {
	width: 325px;
	margin: 1em;
	}
	
div.what {
	width: 380px;
	float: right;
	margin: -9.6em 0;
}

div.connect {
	width: 380px;
	margin: 0 0 0 1em;
}

div.connect ul {
		list-style: none;
		list-style-position:inside;
	}
	
div.connect ul a:link {
		text-transform: uppercase;
		font-weight: bold;
		color: #669e85;
		list-style: none;
		list-style-position:inside;
	}
	
div.connect ul a:visited {
		color: #669e85;
	}
	
div.connect ul a:hover {
		color: #9e9e9e;
		text-decoration: none;
	}

div.skills {
	/* margin: 10px 0 20px 0; */
	text-transform:uppercase;
}

div.skills ul {
	list-style: none;
	list-style-position:inside;
}

div.skills2 ul {
	/* margin: -4.5em 1em 10px 0; */
	/* float: right; */
}

p.skilltitle {
	display: inline;
	font-weight:bold;
	color: #669e85;
}

div.links {
/*		width: 300px;
		float: right;
		margin: -24.3em 0 0 0; */
	}

article {
	background: url('img/bg/bg_grid_square_v002.png');
	width: 755px;
	padding: 10px;
	border: solid rgb(224,226,184);
	border-width: 0 2px 2px 0;
}

article h3 {
	font-size: 2em;
	margin: 0 0 5px 0;
	text-decoration: none;
	padding-bottom: -0.1em;
	color: #669e85;
	font-family: 'Oswald', sans-serif;
}
	
::selection 	 	{background: rgb(255,255,0);}
::-moz-selection 	{background: rgb(255,255,0);}
img::selection 		{background: transparent;}s
img::-moz-selection {background: transparent;}

#arrow {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 20px solid #77c;
	border-left: 10px solid #f6f6f6;
	border-right: 10px solid #f6f6f6;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}



/*-------------- Contact Form ------------------*/

#contact-area {
	width: 372px;
	margin: 25px 50px 0 0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

#contact-area input.submit-button:hover {
	background: #669e85;
}

label {
	text-align: left;
	margin-right: 0px;
	width: 372px;
	padding-top: 5px;
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
}

	div.post {
		margin-left: 0px;
		margin-bottom: 20px;
		width: 99%;
	}
	
	div.reel_3 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_5 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
		
	div.reel_8 {
		margin: 0 auto;
		text-align: center;
		display: inline;
	}
	
	div.reel_13 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reels {
		margin: 1em 0 1em 1em;
	}
	
	
	

/*	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: 24px 0;
		width: 1068px;
	}
	
	article {
		width: 984px;
		padding: 25px 0 10px 25px;
	}
	
	header h1 {
		text-align: center;
	}
			
	#toplink {
		width: 1018px;
	}
	
	div.pencil {
		background: url('img/bg/pencil.png');
		width: 572px;
		height: 150px;
		float: right;
		clear: both;
		margin: -9.5em -4.5em 0;
	}
	
	div.skills2 ul {
		/* margin: -4.5em 13.4em 10px 0; */
		/* float: right; */
	}
	
	div.reel_3 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_5 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
		
	div.reel_8 {
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_13 {
		margin: 0 auto;
		text-align: center;
		display: inline;
	}
			
	div.reels {
		margin: 0;
	}
	
	div.who {
		width: 400px;
		margin: 0;
	}
	
	div.what {
		width: 520px;
		float: right;
		margin: -8.6em 2em;
	}
	
	div.links {
		width: 400px;
	}
	
	div.connect {
		width: 400px;
		margin: 0.6em 0;
	}
	
	/*-------------- Contact Form ------------------*/

#contact-area {
	width: 372px;
	margin: 25px 50px 0 0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

#contact-area input.submit-button:hover {
	background: #669e85;
}
	
 }


/*	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: 24px 42px 0;
		width: 396px;
	}
	
	header {
		width: 397px;
		height: 60px;
		margin: 0 0 12px 0;
		background-image: url(img/bg/bg_header_sml.png);
	}

	header span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	
	header h1 {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 8px;
	}

	header h2 {
		font-size: 1.3em;
		margin: 30px 0 0 79px;
		color: #669e85;
		font-family: 'Oswald', sans-serif;
	}

div.pencil {
	background: url('img/bg/pencil.png');
	width: 250px;
	height: 150px;
	float: right;
	clear: both;
	margin: -13em 2.5em;
}

	div.who {
		width: 390px;
		float: none;
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}
	
	div.what {
		width: 380px;
		float: none;	
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}
	
	div.connect {
		width: 380px;
		float: none;
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}

	article {
		width: 388px;
	}
	
	article h3 a {
		font-size: 28px;
		text-decoration: none;
	}

	div.skill {
		text-transform:uppercase;
	}
	
	div.skills2 ul {
		list-style: none;
		list-style-position: inside;
		float: none;
		margin: 0;
		text-transform:lowercase;
	}
	
	p.skilltitle {
		display: inline;
		font-weight:bold;
		color: #669e85;
		text-transform:uppercase;
	}

	img.feature {
		display:none;
	}

	#toplink {
		width: 336px;
		margin-left: 5px;
	}
	
	div.skills ul {
		list-style: none;
		list-style-position: inside;
		text-transform:lowercase;
	}
	
	div.skills2 ul {
		list-style: none;
		list-style-position: inside;
		float: none;
		margin: 0;
		text-transform:lowercase;
	}
	
	div.reel_3 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_5 {
		margin: 0 auto;
		text-align: center;
		display: inline;
	}
		
	div.reel_8 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_13 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	div.reels {
		margin: 0;
	}
/*-------------- Contact Form ------------------*/

	#contact-area {
	width: 300px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 372px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 384px;
}

#contact-area input.submit-button:hover {
	width: 384px;
	background: #669e85 ;
}
	
}


/*	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: 25px 0;
		width: 320px;
	}
	
	header {
	width: 311px;
	height: 40px;
	margin: 0 0 20px 0;
	background-image: url(img/bg/bg_header_sml3.png);
	}
	
	div.pencil {
	display: none;
	background: url('img/bg/pencil.png');
	width: 572px;
	height: 150px;
	float: right;
	clear: both;
	margin: -15em -2em 0;
}
	header h1 {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0;
		margin-bottom: 6px;
		text-align: center;
	}
	
	header h2 {
	font-size: 1em;
	margin: 18px 0 0 63px;
	color: #669e85;
	font-family: 'Oswald', sans-serif;
	}
	
	
	div.who {
		width: 280px;
		float: none;
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}
	
	div.what {
		width: 310px;
		float: none;	
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}
	
	div.connect {
		width: 300px;
		float: none;
		margin: 0;
		padding: 0.3em 0;
		display: block;
	}

	
	article {
		width: 300px;
		line-height: 1.4em;
	}
	
	article h3 a {
		font-size: 0.8em;
		line-height: 0.8em;
		text-decoration: none;
	}

	article .post img {
		display:none;
	}
	
	div.skills ul {
		text-transform:lowercase;
	}
	
	div.skills2 ul {
		list-style: none;
		list-style-position: inside;
		float: none;
		margin: 0;
	}
	
	p.skilltitle {
		display: inline;
		font-weight:bold;
		color: #669e85;
		text-transform:uppercase;
	}
	
	
		
/*-------------- Contact Form ------------------*/
	#contact-area {
	width: 288px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 288px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 302px;
}

#contact-area input.submit-button:hover {
	width: 302px;
	background: #669e85 ;
}
		
		
	#toplink {
		width: 228px;
		font-size: 10px;
		margin-left: -24px;
	}
	
	img.feature {
		display:none;
	}
	
	img.inpost {
		max-width: 100px;
	}
	
	div.reel_3 {
	margin: 0 auto;
	text-align: center;
	display: inline;
	}
	
	div.reel_5 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
		
	div.reel_8 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reel_13 {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		display: none;
	}
	
	div.reels {
		margin: 0;
	}
}
