/*
THEME NAME: my-dkret3
THEME URI: http://diekretzschmars.de/wordpress/themes/dkret-theme/
VERSION: 1.0
DESCRIPTION: A simple child theme for the dkret3 framework - use it as a starting point for your modifications
TAGS: child theme, dkret3
AUTHOR: Joern Kretzschmar
AUTHOR URI: http://diekretzschmars.de/
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/* Header - You can still change the header image in the Settings panel*/
#header {
    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;
}

/* Make your changes to the default layout below */
div#wrapper {
    width: 960px;
}
div#content {
    border: none;
    margin: 25px 0 0;
    overflow: hidden;
}
div.main-sidebar {
    display: none;
}

