/*
Theme Name: Robertdot
Theme URI: http://robertdot.org/
Description: A theme created by Robert Brodrecht for robertdot.org.
Version: 1.0
Author: Robert Brodrecht
Author URI: http://robertb.org/
Tags: 


*/
@import "/wp-content/themes/robertdot/css/reset.css";
@import "/wp-content/themes/robertdot/css/forms.css";

/* 
 
 Valid imports with media queries that IE6 and IE7 doesn't understand.
 
 */
@import "/wp-content/themes/robertdot/css/screen.css" screen, projection, tv;
@import "/wp-content/themes/robertdot/css/print.css" print;

/* 
 
 Invalid imports inside media queries for IE6 and IE7.
 http://www.w3.org/TR/CSS2/syndata.html#at-rules
 
 */
@media screen, projection, tv {
	@import "/wp-content/themes/robertdot/css/screen.css";
	@import "/wp-content/themes/robertdot/css/screen.ie.css";
}
@media print {
	@import "/wp-content/themes/robertdot/css/print.css";
}