@charset "UTF-8";
/**
Theme Name: yPress - Yet Another WordPress Theme
Theme URI: http://ypress.fkblog.de/
Description: yPress is a WordPress Theme working with the xHTML/CSS Framework <a href="http://yaml.de/">YAML</a>.
Author: Fabian Künzel
Author URI: http://fkblog.de/
Version: 1.1.0-dev

 *
 * 
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
  @import url(yaml/core/base.css);

/* import global screen layout | Globales Screen-Layout einbinden */
  @import url(yaml/navigation/nav_shinybuttons.css);
  @import url(css/base/basemod.css);
  @import url(css/base/content.css);
  @import url(css/base/navigation.css);
  @import url(css/base/forms.css);

/* WordPress Stylesheets */
  @import url(css/wordpress/comments.css);
  @import url(css/wordpress/subnav.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

/* My Stylesheet */
  @import url(css/my-stylesheets/lists.css);
  @import url(css/my-stylesheets/my-style.css);
  
	 .ngg-albumoverview {
    clear: none!important;
    }
    
    .ngg-imagebrowser img {
    width: auto!important;
    margin:0 auto;
    }
