/* CSS Document */

@import url("reset.css"); 
@import url("figures-mobile.css"); 
@import url("layout-mobile.css"); 
@import url("footer-mobile.css"); 

/* Media tweaks can go here. */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
html,body,#box{
width:320px;	
}
}

#header hgroup.print
{
display:none;	
}