/**
 * Theme Name: Die Streuner
 * Theme URI: http://www.streuner.de
 * Description: Streuner Theme, yaml based
 * Version: 0.1
 * Author: Nadine Schwingler
 * Author URI: http://naddy.schattenhandel.de
 * Tags: yaml
 *
 * Copyright (c) 2012 Nadine Schwingler.  All rights reserved.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Google Font API */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700|Droid+Sans:700);

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

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/hlist.css);
@import url(yaml/forms/gray-theme.css);

@import url(yaml/screen/typography.css);
@import url(yaml/screen/screen-PAGE-layout.css);

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

/* import own css file */
@import url(css/basemod.css);