/*
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');
/*@import url('../dkret3/library/styles/reset.css');
/*@import url('../dkret3/library/styles/basic.css');


/* 
Sidebar Small.css
Description:bigger content, smaller sidebar, just one green column (sidebar column1)
*/

div#container{
    float:left;
    margin:0 -240px 50px 0;
}
div#content{
    margin:25px 240px 0 0;
    overflow:hidden;
}
div.main-sidebar{
    float:right;
    overflow:hidden;
    width:210px;
}
.sidebar-column{
    width:44.4%;
}

/* Header - You can still change the header image in the Settings panel*/
#header {
    background: #fff url(library/images/machinewalk_right_black_boder3b.jpg) no-repeat;
    border-top: 3px solid #fff;
    border-bottom: 2px solid #fff;
}
#blog-title {
}
#blog-title a {
    color:white;
}
#blog-description {
    color:white;
}

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

body, input, textarea {
    font: 14px Verdana,Arial,Helvetica,sans-serif,"";
    line-height: 1.6;
    background-color: #fff;
}
a {
    colof:#0af;
}
a:hover{
    color:#f80;
}
div#access {
    height: 28px;
    overflow:hidden;
    color: #FFF;
    background:#444;
    font-size: 16px;
    border-bottom: 0;
}
#access a{ 
    color:#fff;
}
.access-links-menu * {
    margin: 0 5px;
}
.access-links li  {
    float: right;
}
.access-links li a {
    display: block;
    padding: 5px 0;
}
#wrapper {
    background-color: #fff;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

/* Calendar */
#wp-calendar{
    text-align:center;
}

#wp-calendar a {
    display:block;
    color:#f80;
}
#wp-calendar td#today {
    background: #f4f4f4;
}
#wp-calendar #next a {
    text-align: right;
}
#wp-calendar #prev a {
    text-align: left;
}

/*------
#wp-calendar caption {
    text-align: center;
}
#wp-calendar thead tr th {
    padding:5px 6px;
    text-align: left;
}
#wp-calendar td {
    padding:5px 6px;
    text-align: center;
}
#wp-calendar td#prev a {
}
#wp-calendar td#next a {
}
tfoot {
    font-style: normal;
}
------*/

/* superfish top-navigation */
.sf-menu li.sfHover ul {
    top: 28px; /* match top ul list item height */
}
.sf-menu li li a {
    border-bottom: 1px solid #aaa;
}
.sf-menu li li li a {
    border-left: 1px solid #aaa;
}
.sf-menu li li,
.sf-menu li li li,
.sf-menu li li li li {
    background: #444;
}
.sf-menu ul a {
    color:#fff;
}
.sf-menu li a:hover {
    color:#f80;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu li li:hover, 
.sf-menu li li.sfHover,
.sf-menu li li a:focus, 
.sf-menu li li a:hover, 
.sf-menu li li a:active {
    background: #000;
}

