/*
	Document   : mobile
	Created on : May 30, 2013, 2:40:59 PM
	Author     : Eric
	Description:
	Purpose of the stylesheet follows.
*/
/*
	TODO customize this sample style
	Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
@media screen and (max-width: 600px) {
  /* Menu swap */
  .menu-toggle,
  .navigation-main.small ul.nav-menu.toggled-on {
    display: block; }

  .navigation-main ul {
    display: none; }

  /* Switching to 1 column */
  #primary, #secondary {
    float: none;
    width: auto; } }
