/* #Site Styles // rewrite original
================================================== */
	img{ max-width: 100%; height: auto; }
	

/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body{
    -webkit-text-size-adjust:none;
  	font-size: 100%;
  	line-height: 1em;
  }
  #wrapper {
    width: 90%;
  }
  #page, #content, #content.one-column, #footer {
    padding: 0;
    width: 100%;
  }
  #header {
    text-align: center;
  }
  #logo {
    float: none;
    margin: 10px auto;
  }
}


/* Mobile (Landscape) ------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 568px) {
  body{
    -webkit-text-size-adjust:none;
  	font-size: 100%;
  	line-height: 1em;
  	font-size: 1em;
  }
}
	
	
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 480px) {
  body{
    -webkit-text-size-adjust:none;
  	font-size: 100%;
  	line-height: 1em;
  	font-size: 1em;
  }
  #wrapper {
    width: 90%;
  }
  #page, #content, #content.one-column, #footer {
    padding: 0;
    width: 100%;
  }
  #header {
    text-align: center;
  }
  #logo {
    float: none;
    margin: 10px auto;
  }
  #nav li {
    text-align: left;
    width: 50%;
  }

  #footer {
    text-align: center;
  }
  .informed, .copyright, .credit {
    float: none;
    margin: 8px auto;
  }
}

