@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version     Id: $Id$
 *
 * @package     JYAML
 * @subpackage  Stylesheet
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2015, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */

@media all {

  body {
    background:#000; color:#fff;
  }
  
 header {background-color:transparent}
  
  #main {background-color:transparent; margin-top:50px;}
  .ym-wrapper {background-color:transparent}
  
  .image-information .items_list div .item-image {background-color:transparent}
  
  footer {background-color:#000; border-top: 1px #F90 solid;}
  span.a-right {display:none} /*JYAML - Copyright*/
  
  .uk-modal {background-color:#000!important}
 .uk-close {color:#000!important}

}
