/*
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; 
	 margin-top: 10px;
	 margin-bottom: 10px;
}

div#wrapper {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 600px;
    width: 1000px;
    background-color:#FFFFFF;
	border: 1px solid #666;
}

/* footer */
#footer {
    background: #666 url(../../uploads/headers/banner-5.jpg);
    color: #000;
	 font-size: 0.8em;
}
#footer a {
    color: #C06;
}
#footer a:hover {
    color: #C06;
	 font-weight:bold;
}

.widgettitle, .linkcat h2 {
border-bottom:1px dotted #666;
}
div.main-sidebar {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    width: 285px;
}
#content  {
border-right:1px dotted #666;
}

#content ul li, .widget li {
background:url("library/images/bullet-stern.gif") no-repeat scroll 0 0 transparent;
padding:0 0 0 16px;
}

.entry-meta, #now-reading-statistic {
border-bottom:1px dotted #666;
border-top:1px dotted #666;
}

/*Hier ändern wir die meta-Angaben, die unter jedem Eintrag angezeigt werden*/
.entry-meta, #now-reading-statistic {
background:repeat scroll 0 0 #FFF;
clear:both;
font-size:10px;
margin-top:20px;
overflow:hidden;
padding:5px 0;
width:100%;
}



/* header */
#wrapper {
    background-color: #fff;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}
#header {
    text-align: right;
}
#site-title {
    font-size: 36px;
    margin: 0;
    padding: 18px 35px 0;
    text-align: right;
}
#site-title a {
    color: #048;
}
#site-description {
    color: #474747;
    font-size: 16px;
    margin: 0;
    padding: 1px 35px 1px;
}

#access {
    background: url("http://bikeaway.info/wp-content/themes/my-dkret3/library/images/bg-access.png") repeat-x scroll 0 0 #CCC;
    border-bottom: 1px solid #666;
    font-size: 16px;
}

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

/* Titelfarbe*/
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a  {
	color:#036; 
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {
	color:#C06;
}



/* Grösse der Titel */
	#content h4 {
		font-size:15px;
}

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

/* Abstand rund um Bilder */
#content .alignleft, .entry-image, .wp-post-image {
margin:3px 15px 15px 0;
}

img {
font-size:0.8em;
font-weight:normal;
}

/* Default html styles and css classes */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #3a7930;
    margin: 40px 0 10px 0;
}

    
pre {
    border: 1px solid #CCCCCC;
    background-color:#FFF0FF;
    border-radius: 3px 3px 3px 3px;
    font: 12px Monaco,monospace,Courier,"Courier New";
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
}
