Parabola: custom-styles.php (includes/custom-styles.php)
custom-styles.php
////////// COLUMNS //////////
$colPadding = 20;
?>
#container.one-column { }
#container.two-columns-right #secondary { width:<?php echo $sidebarSize/2; ?>px; float:right; }
#container.two-columns-right #content { width:<?php echo $contentSize+$sidebarSize/2; ?>px; float:left; }
and so forth