//$q369: 370px;
//$qmin:371px;
//$qphone:491px;
//$qipad: 769px;
//$q960: 961px;
//$qfull:1201px;
//$qmax:1250px;

$smallmarginsIH23: 2% 1% 0;//indexhome twothirds
$smallmargnoright: 2% 0 0 1%;
$sidebaripad: 25px 1% 0 0 ;

@mixin floatNoneClearBoth {
	float:none;
	clear:clear;	
}
@mixin floatLeftClearNone {
	float:left;
	clear:none;	
}
@mixin floatRightClearNone {
	float:right;
	clear:none;	
}
.twothirds {
	margin: 40px 0 0 0 ;
	width:$twothirdswidth;
	@include floatLeftClearNone;
}
.sidebar{
	margin: 40px 0 0 0 ;
	@include floatRightClearNone;
}
#indexhome .sidebar{
	> div:nth-child(2){
		margin-top:0;
	}
}
@media (max-width: $qfull) {
	#indexhome .twothirds, .twothirds {
		margin: 2% 0 2% 1%;
		width:48%;
	}
	#indexhome .sidebar,.sidebar{
		margin: 2% 2% 0 0 ;
	}
}

@media (max-width: $qipad) {
	#indexhome .twothirds, .twothirds  {
		margin:3% 3%;
		width:auto;
		@include floatNoneClearBoth;
	}
	#indexhome .sidebar,.sidebar{
		@include floatNoneClearBoth;
		margin: 50px auto 0;
	}
}






