/*   
Theme Name: geheimwerk.de Thematic Child Theme
Theme URI: 
Description: 
Author: Jan Weiß
Author URI: http://www.geheimwerk.de/
Template: thematic
Version: 1.0
Tags: geheimwerk.de
.
*/

/* 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('2c-r-fixed-narrow.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: 48px 0px 36px 0px;
}
#blog-title {
	width: 278px; height: 100px;
	background: url("images/logotype-10-5-5-gross-dunkelgrau.png") no-repeat;
	}
	#blog-title span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
body, input, textarea {
    font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
pre, code {
	font: 11px Monaco, monospace;
}
.entry-meta {
	font-style: normal;
}
.entry-utility {
	font-style: italic;
}
.aside h3 {
	font-style: normal;
}
.entry-content h3 {
	font-style: normal;
}
input#s {
	width: 230px;
}
