/*
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');

/*
Theme Name: dkret3
Theme URI: http://wordpress.org/extend/themes/dkret3
Description: The dkret3 Theme Framework features a comprehensive Theme Settings page for easy customization, selectable one, two and even three-column layouts, 10 Widget-Ready Sidebars, a customizable Drop-down Navigation menu, plugin integration, Google AdSense support, integrated Gallery, extensive support for Child Themes and much more. Get support of and join the community at the <a href="http://forum.diekretzschmars.de">forums</a>.
Version: 3.3
Author: Joern Kretzschmar
Author URI: http://diekretzschmars.de/
Tags: white, green, light, two-columns, right-sidebar, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, microformats, photoblogging
*/

/* header */
#header {
    background: #fff url(http://kopflast.net/wp-content/uploads/headers/kopflast3.jpg) no-repeat center center !important;
    text-align: right;
} 

div#wrapper {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width: auto;
}
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%;
}
.st-tag-cloud {
   text-align: justify !important;
}
blockquote {
	color:#666;
	border: 0px;
	font-style:italic;
	margin: 1em;
	padding: 10px 10px 10px 50px;
	background-color: #f0f0f0;
	background: url(http://kopflast.net/wp-content/themes/my-dkret3/library/images/blockquote.gif) no-repeat left top;	
        clear:both;
}

