/*
 * Theme Name: my-dkret3
 * Theme URI: http://wordpress.org/extend/themes/dkret3
 * Description: A simple child theme for the dkret3 framework - use it as a starting point for your modifications
 * Version: 1.1
 * Author: Joern Kretzschmar
 * Author URI: http://diekretzschmars.de/
 * Template: dkret3
 *
 * Copyright (c) 2008 - 2010 Joern Kretzschmar.  All rights reserved.
 * http://diekretzschmars.de
 *
 * my-dkret3 is released under the GNU General Public License, version 3 (GPL).
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * 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.
 *
 * Modify this child theme's 'style.css' instead of altering the one of the default dkret3 theme.
 * Import some basic stylesheets of the dkret3 theme framework inside the 'library/css' folder first.
 *
 * For Information about using Child Themes, see http://codex.wordpress.org/Child_Themes
 *
**/

/* Reset browser defaults - http://meyerweb.com/eric/tools/css/reset/ */
@import url('../dkret3/library/css/reset.css');

/* Get a default 2 column layout with the content floated left layout from the base dkret3 theme */
@import url('../dkret3/library/css/2c-l-layout.css');

/* Get plugins CSS from the base dkret3 theme */
@import url('../dkret3/library/css/plugins.css');

/* Get basic CSS for the drop-downs from the base dkret3 theme */
@import url('../dkret3/library/css/drop-downs.css');

/* Get the default dkret3 CSS */
@import url('../dkret3/library/css/screen.css');

/* Make your changes to the default layout below */
