@charset "UTF-8";
/* CSS Document */

.show_narrow {
  display: none;
}

@media all and (max-width: 768px) {

  /* NAV */
  #cssmenu > ul > li > a {
    line-height: 3em;
  }
    
  /* Content */
  div#container {
    width: 94%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
	
	/* Footer */

	div#copyright {
	  font-size: 0.8em;
	  width: 68%;
	}
}

@media all and (max-width: 530px) {
  
  .show_narrow {
    display: block;
  }
  
  h1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
    
  h1 a {
    font-size:0.8em;
    text-align:left;
    height: 90%;
  }
  
  /* Content */
  .column,
  .column-66,
  .column-50,
  .column-33,
  .column-100n {
    width: 100% !important;
  }
	
	/* Footer */

	div#copyright {
	  font-size: 0.8em;
	  width: 100%;
	}
}