/*
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');

/*Erst mal die Hintergrundfarbe*/
body {
    background-color: #FFF;
}


/* 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;
}

/*Links im Text*/
.entry-content a {
    color: #630;
	 font-weight:bold;
	 outline: none;
    text-decoration: none;
}
.entry-content a:hover {
    color: #F90;
 	 font-weight:bold;
}


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

/*  
Theme Name: my-dkret3

Userstyle: Sidebar Left and Right.css
Description: Primary-Sidebar on left and Secondary-Sidebar on right
*/

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

div#wrapper {
    width: 100%;
    border: none;
}
div#container {
    float: left;
    margin: 0;
    width: 100%;
}
div#content {
    border-left: 1px dotted #e0e0e0;
	 /*Zweite Zahl = Abstand des Inhalts von der linken Seite*/
    margin: 25px 270px;
}
/*Breite der linken Sidebar*/
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 240px;
}
/*Schriftgrösse linke Sidebar*/
div#primary {
    margin-left: -100%;
    font-size: 13px;
}
/*Abstand zw. Einrücken linke Sidebar*/
.widget_pages ul{
    margin: 3px 0 5px 0;
}

/*Rechte Sidebar muss mehr nach rechts*/
div#secondary {
    margin-left: -270px;
}
.sidebar-column {
    width: 43.7%;
}

/*Hintergrundfarbe und -bild der horizontalen Menüleiste*/
#access {
    background: #FCFF00 url(library/images/bg-gelb.png) repeat-x;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
/*Hintergrundfarbe der linken Navileiste*/
.widget_pages {
    background: #FFCC00;
}

/*
Dkret3 'Superfish' header navigation styles
*/
.sf-menu {
    float: none;
}
.sf-menu a {
    padding: 5px 10px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 26px; /* match top ul list item height */
}
/*Schriftgrösse in den Dropdown-Menüs*/
.sf-menu li li a {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.sf-menu li li li a {
    border-left: 1px solid #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #048;
}
/*Background von Dropdown-Menü 1. Ebene*/
.sf-menu li li,
.sf-menu li li li li {
    background: #E1A201;
}
/*Background von Dropdown-Menü 2. Ebene*/
.sf-menu li li li {
    background: #FEBA05;
}
/*Background bei hover über einem Menüpunkt*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #FADC02 url(library/images/bg-gelb-hover.png) repeat-x;
    outline: 0;
}
/*Background bei hover über Dropdown-Menü 1. Ebene*/
.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: #FADC02;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:	url('library/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
.sf-menu ul .page_item,
.current_page_item .page_item a {
    font-weight: normal;
}
.sf-menu .current_page_ancestor,
.current_page_item a {
    font-weight: bold;
}

/* Rumgebastel am Blogtitel*/
#blog-title {
    font-size: 45px;
	 font-family:"Arial Black", Arial;
    margin: 0;
    padding: 18px 40px 0;
    text-align: right;
}
#blog-title a {
    color: #55250F;
}
/*Untertitel des Blogs - oben, rechts und links, unten*/
#blog-description {
    font-size: 16px;
    padding: 50px 40px 1px;
}

/*Aufzählungszeichen und Einrückabstand linke Sidebar*/
.widget_pages li.page_item {
    background: url(library/images/bullet-1.gif) no-repeat;
    padding: 0 0 0 8px;
}

/*Aufzählungszeichen rechte Sidebar*/
#content ul li,
.widget li {
    background: url(library/images/bullet-2.gif) no-repeat 0 0;
    padding: 0 0 0 16px;
}
/*Menüpunkte, die Untermenüs haben, fett darstellen*/
.haschildren {
	font-weight: bold;
}
.nodeLevel1{
	font-weight:normal;
	}
	.nodeLevel2{
	font-weight:normal;
	}
	.nodeLevel3{
	font-weight:normal;
	}
.focalLinkSelected{
	font-style:italic;
	color:#CC0000;
	}
	.selected haschildren{
	font-style:italic;
	color:#CC0000;
	}

/*Background footer*/
div#subsidiary {
    background: #FADC02 url(library/images/bg-gelb-footer.png) repeat-x;
}
/* footer */
#footer {
    background: #55250F;
    color: #eee;
}
#footer a {
    color: #FC0;
}
#footer a:hover {
    color: #FC0;
	 font-weight:bold;
}

.entry-date {
font-size:0.8em;
}