/*
 * Theme Name: my-dkret3
 * Theme URI: http://www.pogress.de/wp-content/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://www.pogress.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');


/*2010-08-06 GK Autor und Datum der letzten Änderung der Seiten nicht ausgeben Beginn */
.page .entry-meta-before{
display: none;
}
/*2010-08-06 GK Ende*/
* {
    font: 14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
    line-height: 1.1;
}

/* lists, forms and tables */
ul, ol, dl {
    list-style-type: none;
    margin: 0px 0 10px 0;
}
li {
    margin-bottom: 0px;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
dl dt {
    font-weight: bold;
    margin-top: 0px;
}
dl dd {
    margin-top: 0px;
}
dt {
    color: #3a7930;
}
ul ul li {
    padding-left: 15px;
}
ol li {
    margin-left: 30px;
    padding: 0;
}

/* Make your changes to the default layout below */

