/*
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;
    border-bottom: #600 2px solid;
    padding: 0; !important
}

/*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;
    width: 1100px;   /* muss zusammen mit wrapper breite geändert werden */
	margin: 0 auto 26px;
    
}

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

/* Abstand zum nächsten Beitrag */
.entry-content {
    clear: both;
    margin-bottom: 30px;
    margin-top: 12px;
    overflow: hidden;
    width: 100%;
}

/*Titel im Text */
#content h1, h2, h3 {
    font-weight: bold;
    margin-top: 2em;
}

#content h1 {
    font-size: 19px;
}

#content h2 {
    font-size: 17px;
}

#content h3 {
    font-size: 15px;
}

/*Eigentlich sollten die Titel h1 sein*/
#content h2.page-title {
    font-size: 19px;
}
    
#content h2.entry-title {
    font-size: 19px;
}

div#wrapper {
    width: 1100px;   /*wenn breite der website geändert wird, weiter oben #access ebenfalls ändern*/
    border-left: 1px dotted #630;
    border-right: 1px dotted #630;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Suche im Header */
#searchform {
	margin: -95px 10px 10px 10px;
    width: 200px;
    }

#searchform .textfield {
    background-color: #FFF0C5; 
    }

/*
div#container {
    float: left;
    margin: 0;
    width: 100%;
}
*/

div#container {
  float: left;
  margin: 26px 0 0;
  width: 100%;
}

div#content {
    border-right: none;
    border-left: none;
    margin: 30px 250px 25px 210px; /* Vierte Zahl = Abstand des Inhalts von der linken Seite*/
    
}

/* Anzeige der linken Sidebar */
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 220px;
}

/* Breite linke Sidebar */
#primary {
    margin-top: 30px;
    width: 180px;
}

/*Platzierung linke Sidebar*/
div#primary {
    margin-left: -100%;
    padding-top: 25px;
}

/*Abstand zw. Einrücken linke Sidebar*/
.widget_pages ul{
    margin: 3px 0 5px 0;
}

/*Rechte Sidebar muss mehr nach rechts*/
div#secondary {
    margin-left: -220px; /* Abstand vom rechten Rand - muss vor der Breite eingestellt werden */
    padding-top: 25px;
}

/* Rechte Sidebar */
#secondary {
    clear: right;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 180px; /* Breite */
}

.sidebar-column {
    width: 43.7%;
}

/*Hintergrundfarbe der Navleisten*/
#dkret_nav_menu-7 { /* Menü Forensmileys */
  background-color:#FFC;
  border: 1px solid #F90;
}

#dkret_nav_menu-8 { /* Menü alle anderen Gifs */
    background: #CFC;
    border: 1px solid #060;
}

#dkret_nav_menu-9 { /* Menü Animierte Tiere */
    background: #D5EAFF;
    border: 1px solid #00F;
}

#dkret_nav_menu-10 { /* Menü Menschen */
    background: #FFD2D2;
    border: 1px solid #C00;
}
    
/* Schriftgrösse aller Nav */
#dkret_nav_menu-7,
#dkret_nav_menu-8,
#dkret_nav_menu-9,
#dkret_nav_menu-10 {
  font-size: 0.9em;
}

/* Rumgebastel am Blogtitel*/
#site-title {
    font-size: 25px;
	font-family:"Arial Black", Arial;
    margin: 0;
    padding: 18px 40px 0;
    text-align: right;
}
#site-title a {
    color: #55250F;
}

/*Untertitel des Blogs - oben, rechts und links, unten*/
#site-description {
    font-size: 16px;
    padding: 10px 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:  #FC3 url(library/images/bg-footer.jpg);
}

/* footer */
#footer {
    background:  #060;
    color: #eee;
}

#footer a {
    color: #FC0;
}

#footer a:hover {
    color: #FC0;
	 font-weight:bold;
}

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

/*Selbst erstellte Tabellen*/
.mytable {
    float: left;
    text-align: center;
    width: 80%;
    padding: 5px;
    }

.mytable td {
    text-align: center;
    }
    
 pre {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font: 12px Monaco,monospace,Courier,"Courier New";
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
}

.sticky {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

.sticky .entry-calendar-date, .sticky .entry-meta {
    background-color: #FFFFFF;
}

.entry-calendar-date {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: none;
    float: left;
    line-height: 1.1;
    margin: 0 5px 5px 0;
    padding: 1px 4px;
    text-align: center;
    text-transform: uppercase;
}

/* Meta in der Galerie (Artikelvorschau) nicht anzeigen */
.entry-meta {
    visibility: hidden;
}

.entry-meta-before {
  visibility: hidden;
}


