CSS3 Media Queries

Author: Daniel Ryan

Current Version: 0.1

This is an implementation of CSS3 Media Queries.

Only “screen” media types are currently supported. Others, such as “print,” “handheld,” etc. will remain untouched. Media queries must begin with either “screen” or “all” (@media screen and (max-width:960px)).