
// 1 column layout 
@media screen and (max-width: $qfull) {
	body{margin:666px;}
	@include c_break1;
	#likeratingsorter {
	  top: 0;
	}
}

// Facebook Specific Styles 
//@media screen and (max-width: 810px) {
//}
@media screen and (max-width: $qphone) {
	@include c_break500;
}


@media screen and (max-width: $qipad) {
	@include c_break700;
}




@media screen and (max-width: $qphone) {
	@include c_break480;
}



//$qfull:1198px;
//$q960: 958px;
//$qipad: 766px;
//$qphone:478px;
//$qmin:$sidebarwidth;
