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


/*	Resets
	------	*/

/* COLORS 
	Medium Grey= 6D6D6D
	Dark Grey= 252525
*/



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

ul {
	list-style-type:none;
	}
	
li {
	float:left;
	}


/* FONTS */

@font-face {
    font-family: 'RBNo2LightAlternativeRegular';
    src: url('../fonts/rbno2light_a-webfont.eot');
    src: url('../fonts/rbno2light_a-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rbno2light_a-webfont.woff') format('woff'),
         url('../fonts/rbno2light_a-webfont.ttf') format('truetype'),
         url('../fonts/rbno2light_a-webfont.svg#RBNo2LightAlternativeRegular') format('svg');
    /* font-weight: normal;
    font-style: normal; */

}

@font-face {
    font-family: 'RBNo2LightRegular';
    src: url('../fonts/rbno2light-webfont.eot');
    src: url('../fonts/rbno2light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rbno2light-webfont.woff') format('woff'),
         url('../fonts/rbno2light-webfont.ttf') format('truetype'),
         url('../fonts/rbno2light-webfont.svg#RBNo2LightRegular') format('svg');
    /* font-weight: normal;
    font-style: normal;*/

}



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

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

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

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

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

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

body {
	font: 16px/24px Georgia, serif;
}

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



P {
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	color:#000;
	}


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



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	width: 10000px;
	top:0px;
	bottom:0px;
	left:0px;
	position:absolute;
	padding: 0px 0px 0px;
	background: #fff;
	color: rgb(60,60,60);
	background-image: url(../img/top_bar.jpg);
	background-repeat: repeat-x;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

header {
	width:100%;
	/*width: 1068px;*/
	background-color:#6d6d6d;
	margin:0px;
	}
	
header img {
	float:left;
	height:120px;
	}
	
nav {
	height:34px;
	padding-top:86px;
	margin-left:460px;
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	overflow: hidden;
	}


	
nav li {
	margin-right:40px;
	color:#252525;
	}
	
	
.subnav {
/*	width:100%;
*/	padding:4px 0px 0px 460px;
	height:26px;
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#fff;
	overflow: hidden;
	}
	
.subnav li {
	padding-right:20px;
	}
	
.container {
	width:100%;
	height:500px;
	top: 0px;
	background-color:#fff;
	position: relative;
	}
	
#pageTitle {
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	position: absolute;
	left: -86px;
	top: 95px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
	}
	
.great_art {
	margin:20px 20px 20px 60px;
	padding:20px;
	width:auto;
	height:500px;
	float:left;
	}
	
.description {
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	width: 300px;
	}

.image_title {
	font-family:'RBNo2LightRegular', Arial, Helvetica, sans-serif;
	}

footer {
	background-color:#000;
	color:#fff;
	height:25px;
	width:100%;
	position:fixed;
	display:block;
	padding-right:25px;
	clear:both;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; 
	width:100%;
	background-color:#fff;
	}
	
.footer, .push {
	height: 25px; 
	}
	



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		width: 712px;
		padding: 48px 28px 60px;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width: 252px;
		padding: 48px 34px 60px;
	}
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}
	
}
