/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*	Typography presets
	------------------	*/


body {
	font-size: 11px;
	line-height: 1.35em;
	font-family: Verdana, Arial, sans-serif;
	font-style:normal;
	/* 
	 Trebuchet MS, Arial, Verdana, Tahoma, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans",
	text-shadow: 1px 1px 1px rgba(0,0,0,.1); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.1); */
}

a {
	/*
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	-moz-transition: color .2s linear;
	^^BREAKS WITH CUFON
	*/
	text-decoration: none;
	outline: none;
}
a:active,
a:focus {
	text-decoration: none;
}

.clear { clear:both; }

.container {
	width: 1000px;
	margin: 0;
}
	#header-image {
		padding: 0;
		overflow: hidden;
	}
		/* HEADER IMAGE
			full size - 1068x300
			8 column layout resized to 890x250 displayed at 648x250
			5 column layout resized to 534x150 displayed at 396x150
			3 column layout resized to 365x100 displayed at 228x100
		 */
		#header-image img {
			width: 890px;
			height: 250px;
			margin-left: -121px;
			padding: 0;
		}
	#content {
		width: 356px; /* 5 columns */
		float: left;
		margin: 0;
		padding: 20px;
		overflow: hidden;
	}
	#sidebar {
		width: 184px; /* 3 columns */
		float: right;
		margin: 0;
		padding: 20px;
		overflow: hidden;
	}

::selection {
	background: #c6d8cd;
}
::-moz-selection {
	background: #c6d8cd;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}






@media only screen and (min-width: 1000px) {
	
}


@media only screen and (max-width: 767px) and (min-width: 480px) {
	
}


@media only screen and (max-width: 479px) {
	
}

/*	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 {
	
	}
	
}
