Hi
You can open the file: /templates/purity_iii/tpls/portfolio.php and load the CSS for portfolio layout before the Head block, like this:
<head>
<jdoc:include type="head" />
<?php $this->addCss('layouts/porfolio') ?>
<?php $this->loadBlock('head') ?>
</head>