/*
   MechaPaint phpBB style - entry stylesheet.
   Pulls in prosilver, then the site header, then the dark palette.
   Order matters: the dark file must come last so it wins.
*/

@import url("../../prosilver/theme/stylesheet.css");
@import url("siteheader.css");
@import url("dark.css");
