/**
 * @package       APWEB Village - Framework for Joomla!
 * @copyright     Copyright (C) 2014 Peter Antoska. All Rights Reserved.
 * @license       see LICENSE.txt
 *
 * Custom CSS formatting - applied after all CSS files
 *
 */

// Images in article text
// -------------------------
// More images in horizontal strip 
img.strip {
    margin: 0 10px;
}

// Image-ilustration in article text
img.headline {
    margin-right: 20px;
    margin-bottom: 25px;
}



