i've searched everywhere on style.css but i just can't find where i can change the color of the album description text on the album list...
The easy way, to override the style.css, is to open your theme.php, and find (2 times);
<p>{ALB_DESC}</p>
Change the class of the '<p>', or just add the font colour into it.
thanks.