Neodani, hazlo justo como solucionaste lo del sidebar, con los condicionales de WP.
Código php:
Ver original<?php if(is_page('12')): ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/tuarchivo1.css" type="text/css" media="screen" />
<?php elseif(is_page('15')) ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/tuarchivo2.css" type="text/css" media="screen" />
<?php elseif(is_page('22')) ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/tuarchivo2.css" type="text/css" media="screen" />
<?php endif; ?>
Espero haberme hecho entender.
Saludos.