@media screen and (max-device-width: 590px) and (orientation: landscape) {
  #container { width: 568px; }
  #body { width: 358px; }
  #wall-input textarea { width: 328px; /* chatwindow */ }
  #sidebar { width: 200px; }
}
@media screen and (max-device-width: 320px) and (orientation: portrait) {
  #container { width: 320px; }
  #body { width: 318px; }
  #wall-input textarea { width: 288px; /* chatwindow */ }
  #sidebar { width: 320px; }
  #adbar { width: 320px; font-size: 18px; }
  #id_photo { width: 275px; }
}
