/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
	padding:10px 0 0px 0;
}

#header {
	background-image: url('../../uploads/header_bg.jpg');
	background-repeat:no-repeat; 
	background-color: #ffbeaa;

	
}

#blog-title {
	padding:65px 175px 50px 0;
	background-image: url('../../uploads/kdl_logo.png');
	background-repeat:no-repeat; 
	background-position: right center;
	text-align:right;
	
	}


#footer {
	border-top: 2px solid #ddd;
	background-color: #eee;
	margin-top: 5px;
	
}

.gallery-item{margin:0; padding:0}

#siteinfo {
	color: #cccccc;
	padding: 10px 0px 15px 0px;
}
#siteinfo a {
	color: #cccccc;
}

.entry-content {padding: 8px 0px 0px 0px;}

body {background-color: #fff2f2;}

.sf-menu li {background-color: #fff2f2}

#primary {background-color: #ffeaea;}
#secondary {background-color: #ffffff; border:1px solid #ccc;}

#main {padding: 30px 0 10px 0;}

.hentry { padding: 0 0 10px 0;}

#trainingszeiten{
font-size: 9px;
border: none;
}
#trainingszeiten tbody{
border: none;
}
#trainingszeiten tr{
border: none;
}
#trainingszeiten td{
padding: 1px 10px 1px 1px;
border: none;
}

