/* ---------------------------------------------------
	Paul Shone Portfolio
	CORE STYLESHEET
	Media: Screen
	17/06/2007
	
	Description:
	This sheet imports base styles and browser specific style hacks
------------------------------------------------------ */

/* screen stylesheets, @import-ed to remain hidden from oldschool browsers */
@import url("base.css");
@import url("styles.css");

/* IE5/Win Band Pass Filter: http://tantek.com/CSS/Examples/ie50winbandpass.html */
@media tty {
 i{content:"";/*" "*/}}; @import 'ie5.css'; {;}/*";}
}/* */

/* IE 5.5/Win Band Pass Filter: http://tantek.com/CSS/Examples/ie55winbandpass.html */
@media tty {
i{content:"";/*" "*/}}@m;
@import 'ie55.css'; /*";}
}/* */

