/*        Less Framework 4 with 16/24 type presets
        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;
		 /*overflow:hidden;*/
		 overflow:auto;
}

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

a img {border: 0;}



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

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

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

container{
	width:60%;
	height:auto;
	margin:0 auto;
	}
	
#leftCol{
	float:left;
	width:320px;
	/*height:3400px;*/
	margin-top:137px;
	background-color:#FFF;
	
	}

#mainContent{
	width:auto;
	height:100%;
/*	padding:10px 10px 10px 10px;*/
	margin-top:137px;
	text-decoration:none;
	}
	
body {
	margin:0 auto;
	width:70%;
	/*background-image:url(images/argile.png);*/
    }

header {
	width:320px;
}



 /* Stops Mobile Safari from auto-adjusting font-sizes */
}



/*                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) {
container{
	width:60%;
	height:auto;
	margin:0 auto;
	}
	
#leftCol{
	float:left;
	width:320px;
	/*height:3400px;*/
	margin-top:137px;
	background-color:#FFF;
	
	}

#mainContent{
	width:auto;
	height:100%;
/*	padding:10px 10px 10px 10px;*/
	margin-top:137px;
	text-decoration:none;
	}
	
body {
	margin:0 auto;
	width:70%;
	/*background-image:url(images/argile.png);*/
    }

header {
	width:320px;
}

}



/*                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) {

container{
	width:60%;
	/*height:auto;*/
	margin:0 auto;
	}
	
#leftCol{
	float:left;
	width:303px;
	/*height:100%;*/
	margin-top:137px;
	background-color:#FFF;
	
	}

#mainContent{
	width:450px;
/*	height:100%;*/
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	text-decoration:none;
	}
	
body {
	margin:0 auto;
	width:70%;
	/*background-image:url(images/argile.png);*/
    }

header {
	width:320px;
}
        
}



/*                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) {
	
container{
	width:480px;
/*	margin:0 auto;*/
	overflow:hidden;
	}
	
#leftCol{
/*	float:left;*/
	width:auto;
	margin-top:137px;
	background-color:#FFF;
	overflow:hidden;
	}

#mainContent{
	width:auto;
/*	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;*/
	text-decoration:none;
	overflow:hidden;
	}
	
body {
/*	margin:0 auto;*/
	width:auto;
	/*background-image:url(images/argile.png);*/
    }

header {
	width:320px;
}

}


/*        Retina media query.
        Overrides styles for devices with a
        device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------- */

@media
        only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (min-device-pixel-ratio: 2) {
        

}



nav#mainNav {
	margin-bottom:4px;
}

nav#mainNav ul{
}	

nav#mainNav ul li{
	list-style-type:none;
	/*float:left;*/
	background-color:none;
	padding:4px 4px 0px 4px;
	margin-right:0px;
	border-radius:1px;
	width:303px;
	text-align:center;

}	
	
nav#mainNav ul li:hover {
	color:#D12E5A;
	}	

nav#mainNav ul li:active {
}

nav#mainNav ul li a {
	color:#1B4D5B;
	text-decoration:none;
}

nav#mainNav ul li a:hover {
	color:#D12E5A;
}

nav#mainNav ul li a:active {
	color:#D12E5A;
}

nav#mainNav ul li a:visited {
}

