/*	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; }

a { color: #900; }
a:hover {
	color: #FFF;
	background: #900;
}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 40px;
	line-height: 49px;
	letter-spacing: -1px;
	font-weight: normal;
}

.large, h2 {
	font-size: 35px;
	line-height: 42px;
	font-weight: normal;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: .6em;
}

body {
	font: 16px/24px Georgia, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

p, ul {
	padding-bottom: 1.2em;
}

.optional { display: none; }

/* The Cols */
.onecol, .twocol, .threecol, .fourcol, .fivecol,
.sixcol, .sevencol, .eightcol, .ninecol {
	margin: 0 0 0 24px;
	float: left;
}

.onecol { width: 68px; }
.twocol { width: 160px; }
.threecol { width: 252px; }
.fourcol { width: 344px; }
.fivecol { width: 436px; }
.sixcol { width: 528px; }
.sevencol { width: 620px; }
.eightcol { width: 712px; }
.ninecol { width: 804px; }

.leftcol { margin: 0; }
/* /The Cols */



/* 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: 896px;
	padding: 72px 48px 84px;
	margin: 0 auto;
	background: rgb(232,232,232);
	color: rgb(60,60,60);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

ul {
	list-style: inside;
	padding-left: 2px;
}

.lefttopnav {}
.lefttopnav li {
	list-style: none;
	float: left;
	padding: 0 20px 0 0;
}

.quicksearchform li {
	list-style: none;
	padding-left: 0;
}

.homesearch {
	background: #444;
	padding: 44px 24px 24px 552px;
	margin: 0 0 24px 0;
}
.homesearch li {
	color: #FFF;
	padding-left: 0;
}

.bottomnav {}
.bottomnav li {
	list-style: none;
	float: left;
	padding: 0 16px 0 0;
}

.community-photo-nav li, .community-info li { list-style: none; }

.articleitem strong { font-weight: normal; }
.articlelisting strong {
	font-weight: normal;
	text-transform: uppercase;
}
.articleitem, .articlelisting li { list-style: none; }

.cookiecrumb li { padding: 0 16px 0 0; }

/* input form css */
.inputform {
	margin: 0;
	padding: 0;
	width: 100%;
}
.inputform textarea {
	width: 100%;
	height: 200px;
}
.inputform .required { color: #900; }
.inputform li {
	text-align: right;
	list-style: none;
}
.inputform .formelementtitle { float: left; }

.tdirectory {}
.tdirectory .three-col {
	list-style: none;
}




/*		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;
	}
	

	/* The Cols */
	.eightcol, .ninecol {
		width: 712px;
		margin: 0;
	}
	
}



/*		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;
	}
	
	.lefttopnav {}
	.lefttopnav li {
		list-style: none;
		display: block;
		width: 232px;
		background: #666;
		margin-bottom: 1px;
		padding-left: 0;
	}
	.lefttopnav a {
		color: #DDD;
		display: block;
		padding: 5px 0 4px 7px;
		text-decoration: none;
	}
			

	.homesearch {
		background: none;
		padding: 0;
		margin: 0;
	}
	.homesearch li {
		color: rgb(60,60,60);
		padding-left: 0;
	}
	#opensearchresults { display: none; }


	/* The Cols */
	.fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol {
		width: 252px;
		margin: 0;
	}

}



/*		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;
	}
	

	/* The Cols */
	.sixcol, .sevencol, .eightcol, .ninecol {
		width: 436px;
		margin: 0;
	}

}


/*	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) {
	
	body {
	
	}
	
}