/*
	Less Framework 2, version 2.0
	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, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

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

a img {border: 0; outline: 0;}

figure {position: relative;}
figure img {width: 100%;}



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

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

.huge, h1 {
	font-size: 74px;
	line-height: 62px;
	letter-spacing: -2px;
	font-family: "Neuton", Georgia, Times, serif;
	text-align: left;
}

.large, h2 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: -2px;
	font-family: "Josefin Sans Std Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: rgb(15,15,15);
	text-align: left;
}

.large span, h2 span{
	font-weight: 700;
	color: rgb(255,69,0);
}

.big, h3 {
	font-size: 22px;
	line-height: 30px;
	font: 60px/1.5 "Tangerine", Helvetica, Sans-serif;
}

.normal, body {
	font: 16px/1.5 Georgia, Times, serif;
}

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

code {
	font: 11px/16px monospace;
}

blockquote{
	width: 350px;
	padding: 10px 30px;
	margin: 60px auto;
	display: block;
	background: transparent;
	border-bottom: 1px dotted /*rgb(249,238,202);*/ rgb(230,230,230);
	border-width: 14px;
}

blockquote p:first-letter{
	text-transform: uppercase;
	font-size: 28px;
	float: left;
	margin-right: 2px;
}

blockquote p {
	color: rgb(90,90,90);
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing: 1px;
	text-align: left;
	margin: 10px auto;
	text-transform: lowercase;
	font: 20px/1.5;
	font-variant: small-caps;
	line-break: inherit;
}

.bqstart {
	float: left;
	height: 40px;
	margin-top: -130px;
	padding-top: 45px;
	margin-bottom: 50px;
	font-size: 1400%;
	color: /*rgb(249,238,202);*/ rgb(230,230,230);
}


.bqend {
	float: right;
	height: 25px;
	margin-top: -70px;
	padding-top: 20px;
	font-size: 1400%;
	color: rgb(150,150,150);
}


::selection 	 {background: rgb(255,255,0);}
::-moz-selection {background: rgb(255,255,0);}


/*
	Default 5-column, 768 px layout for iPads, netbooks, and IE
	(All other layouts inherit styles from this layout)
	-----------------------------------------------------------
	1      2      3      4      5     
	120px  264px  408px  552px  696px   (24px gutters)
*/

*{
	overflow: visible;
}

html{
	background: /*rgb(200,150,50);*/ rgb(255,255,255) url('img/dots.png') 0 0 repeat;
}

body {
	background: /*rgb(225,191,71) url('img/dots.png') 0 0 repeat;*/rgb(255,255,255);
	padding: 60px 30px;
	width: 696px;
	height: 1965px;
	position: relative;
	margin: 10px auto;
	-webkit-tap-highlight-color: rgb(255,255,158);
	border: 0px solid black;
	-webkit-box-shadow: 4px 4px 12px #333;
	-moz-box-shadow: 4px 4px 12px #333;
	box-shadow: 4px 4px 12px #333;
}

a, a:link, a:visited{
	color: rgb(255,69,0);
	text-decoration: none;
	font-weight: 600;
}

a:hover{
	text-decoration: underline;
}

ul{
	list-style-image: url('img/arrow.png');
}

hr{
	border: 1px dashed rgb(130,130,130);
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	clear: both;
}

sub{
	margin-left: 30px;
	margin-top: -16px;
}

header {
	width: 100%;
	margin-left: 40px;
	margin-bottom: 0px;
	position: relative;
	background: transparent;
	color: rgb(15,15,15);
}

.spacer{
	display: block;
	clear: both;
	width: 100%;
	height: 40px;
}

.circle{
	display: block;
	width: 60px;
	height: 60px;
	background: #333;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 30px;
	margin: 18px auto;
	-webkit-transition: all 0.4s ease-in;
}

.circle#gray1{
	background: rgb(160,82,45);
}

.circle#gray2{
	background: rgb(154,205,50);
}

.circle#gray3{
	background: rgb(230,205,230);
}

.circle#gray4{
	background: rgb(204,255,0);
}

.circle#brown{
	-webkit-opacity: .2;
	-moz-opacity: .2;
	opacity: .2;
	background: rgb(255,69,0);
}

.circle#brown:hover{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
}

.nomargin-bottom{
	margin-bottom: 0 !important;
}

figure#jeff{
	float: left;
	margin: -50px 60px 30px 0;
}

figure#jeff img{
	width: 200px;
	height: 150px;
	border: 6px solid rgb(15,15,15);
	margin: 0 auto;
}

nav section{
	height: 250px;
	margin-bottom: 10px;
}

nav figure {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	border: 12px solid #000;
}

nav figure a {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0, 0.235);
	   -moz-box-shadow: 0 0 12px rgba(0,0,0, 0.235);
	        box-shadow: 0 0 12px rgba(0,0,0, 0.235);
	-webkit-opacity: .6;
	   -moz-opacity: .6;
	        opacity: .6;
	border: 0;
	outline: 0;
	
}

nav figure a:hover {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0, 0.235);
	   -moz-box-shadow: 0 0 0 rgba(0,0,0, 0.235);
	        box-shadow: 0 0 0 rgba(0,0,0, 0.235);
	        
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	        opacity: 1;
}

nav section figure a{
	display: block;
	width: 200px;
	height: 200px;
}

#portfolio a{
	background: transparent url('img/portfolio.jpg') center center no-repeat;
}

#blog a{
	background: transparent url('img/blog.jpg') center center no-repeat;
}

#music a{
	background: transparent url('img/music.jpg') center center no-repeat;
}

nav section h1{
	font-size: 28px;
	line-height: 49px;
	letter-spacing: 3px;
	font-variant: small-caps;
}

nav section p{
	font-family: "Reenie Beanie", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: .8;
}


section {
	margin-bottom: 40px;
}


footer {
	padding: 23px 0 72px;
	float: left;
	width: 100%;
	position: relative;
}

.polaroid {
	width: 210px;
	padding: 10px 10px 6px 10px;
	border: 1px solid rgb(180,180,180);
	background-color: rgb(255,255,255);
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
}

.polaroid p{
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 6px;
	font-family: "Reenie Beanie", sans-serif;
	font-size: 28px;
}

.pull-left.polaroid {
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
}


/* 
	2-column, 320 px layout for smartphones
	---------------------------------------
	1      2
	120px  264px   (24px gutters)
*/

@media only screen and (max-width: 767px) {
	body {
		padding: 52px 28px 0;
		width: 320px !important;
		margin: 0px 0;
	}
	
	.gigantic {
		font-size: 75px;
		line-height: 90px;
		letter-spacing: -2px;
	}
	
	.huge, h1 {
		font-size: 32px;
		line-height: 28px;
		letter-spacing: -2px;
	}
	
	.large, h2 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: -1px;
	}
	
	.big, h3 {
		font-size: 30px;
		line-height: 1.5;
	}
	
	.normal, body {
		font: 13px/1.5 Georgia, Times, Times New Roman, serif;
	}
	
	.small, small {
		font-size: 13px;
		line-height: 18px;
	} 
	
	.tangerine{
		font: 50px/1.5 "Tangerine", Helvetica, Sans-serif;
		text-align: center;
	}
	
	.bqstart {
		height: 10px;
		margin-top: -30px;
		padding-top: 15px;
		margin-bottom: 10px;
		font-size: 400%;
	}
	
	section{
		margin-bottom: 10px;
	}
	
	blockquote{
		padding: 10px;
		width: 160px;
		margin-top: 10px;
		border-width: 3px;
	}
	
	blockquote p:first-letter{
		text-transform: uppercase;
		font-size: 18px;
		float: left;
		margin-right: 2px;
	}
	
	p {
		font: 9px/1.5;
	}

	header .circle{
		display: block;
		width: 30px;
		height: 30px;
		background: #333;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		margin: 14px auto;
	}
	
	nav figure {
		width: 60px;
		height: 60px;
		display: block;
		margin-top: 50px;
	}
	
	nav section figure a{
		display: block;
		width: 60px;
		height: 60px;
		
	}
	
	#portfolio a{
		background: transparent url('img/portfolio_60.jpg') center center no-repeat;
	}
	
	#blog a{
		background: transparent url('img/blog_60.jpg') center center no-repeat;
	}
	
	#music a{
		background: transparent url('img/music_60.jpg') center center no-repeat;
	}
	
	nav section h1{
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 3px;
		font-variant: small-caps;
	}
	
	nav section p{
		font-family: "Reenie Beanie", Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: .8;
	}
		
}



/* 
	8-column, 1224 px layout for desktops and laptops
	------------------------------------------------------------------------
	1      2      3      4      5      6      7      8
	120px  264px  408px  552px  696px  840px  984px  1128px   (24px gutters)


@media only screen and (min-width: 1224px) {
	
	body {
		padding: 72px 48px 0;
		width: 1128px;
	}
	
}

*/

/* 
	12-column, 1824 px layout for gigantic screens   (24px gutters)
	---------------------------------------------------------------------------------------
	1      2      3      4      5      6      7      8       9       10      11      12
	120px  264px  408px  552px  696px  840px  984px  1128px  1272px  1416px  1560px  1704px


@media only screen and (min-width: 1824px) {
	
	body {
		padding: 72px 48px 0;
		width: 1128px;
	}
	
}

*/

/* 
	Overrides for iPhone 4 and other high device-pixel-ratio devices
	----------------------------------------------------------------
*/

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	body {
		padding: 3px;
	}
	
	header{
		margin: 0 auto;
	}
	
}
