@mysticcowboy
I've been looking into that issue a bit as well, because of the fact, that I want to be able to have sites displayed on small screens.
again, I haven't found a solution, but what I am looking for is something like the "if statements" for the browsers in the CSS statement ...
If resolution = 800x600 use stylesheet A
If resolution = 1024x768 use stylesheet B
If resolution > 1024x768 use stylesheet C
but no luck yet to implement anything like this ...
cheers
Klaus