/*
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 */
/*
/*  
Theme Name: dkret3

Userstyle: Sidebar Small.css
Description: bigger content, smaller sidebar, just one green column (sidebar column1)
*/

div#container {
    float: left;
    margin: 0 -310px 50px 0;
    border: 30px;
}
div#content {
    margin: 25px 310px 0 0;
    overflow: hidden;
}
div.main-sidebar {
    float: right;
    overflow: hidden;
    width: 280px;
    border: 30px;
}
.sidebar-column {
    width: 44.4%;
}
.home .entry-date {
    display: inline;
}
.entry-calendar-date {
display: none;
}
.comments-link,
.comment-link {
display: none;
}
.post .author,
.entry-meta  .author  {
display: none;
}
.sidebar h3
{
    font-size: 115%;
}
#wrapper {
    background-color: #fff;
    border-left: none;
    border-right: none;
}
#access {
    background: none;
    border-top: 1px solid #A39480;
    border-bottom: 1px solid #A39480;
    font-size: 16px;
}
#access a {
color: #000;
}
#access a:hover {
color: #777;
}
a {
    color: #C58917;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #68f;
}
#content {
    border-right: 1px dotted #888888;
    text-align: justify;
}
.sf-menu a {
    padding: 5px 20px;
}
#header{
   background: #fff url(library/images/Untitled6.jpg) repeat-x;
   height: 220px !important;
}
