/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


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

/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ * html .clearfix {height: 1%;}
/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

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

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

h1, h2, h3, h4{
	font-weight: 400;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 14px/24px Georgia, serif;
	-webkit-text-size-adjust: 100%;
}

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

a{
	border-bottom: 1px dashed #9c0000;
	color: #9c0000;
	text-decoration: none;
	margin-bottom: -1px;
}

ul{
	list-style: none;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);
	background-image: linear-gradient(bottom, rgb(255,255,255) 60%, rgb(242,242,242) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 60%, rgb(242,242,242) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 60%, rgb(242,242,242) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 60%, rgb(242,242,242) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 60%, rgb(242,242,242) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.6, rgb(255,255,255)),
		color-stop(1, rgb(230,230,230))
	);
	background-repeat: no-repeat;
	}


/*		Default Layout: 940px 
		Gutters: 20px.
		Outer margins: 20px.
		Leftover space for scrollbars @1024px: 32px.
*/

section#site-wrapper{
	width: 940px;
	padding: 10px 10px;
	margin: 0 auto;
}

/*site-header*/
#site-header{
	margin-bottom: 60px;
}
#site-header h1.logo{
	background: url("../images/logo.png") no-repeat top left;
	width: 125px;
	height: 85px;
	text-indent: -10000px;
	float:left;
}

#site-header nav.site-nav{
	float: right;
	position: relative;
	top: 35px;
}

#site-header nav.site-nav a{
	font: 11px helvetica, arial, sans-serif;
	text-transform: uppercase;
	float: left;
	margin-left: 35px;
	text-decoration: none;
	color: #000;
	position: relative;
	font-weight: 400;
	border: none;
}

#site-header nav.site-nav a:hover{
	text-decoration: underline;
}

#site-header nav.site-nav a.selected:before{
	content:"";
	display: block;
	position: absolute;
	margin-left: -15px;
	margin-top: 1px;
	height: 10px;
	width: 10px;
	background: #000;
}

/*main-content*/
	section.main-content{
	clear: both;
	min-height: 500px;
	position: relative;
}

/*home*/
#home blockquote{
	margin: 120px 60px 20px;
	font: 40px/50px georgia, serif;
}
#home blockquote p {
	margin-bottom: 15px;
}

#home blockquote p.quote-by{
	text-align: right;
	font-size: 18px;
}

/*gallery*/

section.gallery .image-container{
	text-align: right;
	padding: 100px 0px;
	background: url('../images/there_is_more.png') no-repeat bottom center;
}

section.gallery .image-container:first-child{
	padding-top:40px;
}

section.gallery .image-container:last-child{
	background-image:none;
}

section.gallery .image-container h2{
	font-size: 20px;
	line-height:28px;
}

section.gallery .image-container p{
	font-size: 14px;
	line-height:18px;
	color: #333;
}

section.gallery .image-container a.share{
	background: #000;
	font: 11px/12px helvetica, arial, sans-serif;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	border-bottom: none;
}

/*about-me*/
#about-me img{
	float:left;
}

#about-me .info{
	float: right;
	width: 360px;
}

#about-me > p {
	font: 12px/20px helvetica, arial, sans-serif;
	margin-bottom: 12px;
}

#about-me img#portrait-2 {
float: right;
margin-top: -60px;
margin-right: 30px;
margin-bottom: 30px;
}

#about-me blockquote{
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 16px;
}

#about-me blockquote p.quote-by{
	text-align: right;
	font-size: 18px;
	line-height: 24px;
	margin-top: -5px;
}

#exhibition table{
	margin-top: 20px;
}
#exhibition table td{
	padding-right: 20px;
	padding-bottom: 5px;
}

/*FOOTER*/

#site-footer{
	padding-top: 190px;
	background: url(../images/footer.png) no-repeat;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	padding-bottom: 30px;
}

#site-footer .copyright-info{
text-align: right;
width: 300px;
float: right;
}

#site-footer .site-nav{
width: 620px;
float: left;
}

#site-footer .site-nav a{
	color: #666;
	border: none;
	margin-right: 10px;
}

#site-footer .site-nav a:hover{
	text-decoration: underline;
}


