/*   
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');

body {
	background-color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#325269;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header a:hover {
	text-decoration:none;
}

.page-title {
	padding-bottom:20px;
}

#comments, #respond {
	padding-top:0px;
}


div#header {
	background-color:#AA1500;
	background-image:url('res/puzzle-globe.png');
	background-repeat:no-repeat;
	background-position:center;
	min-height:275px;
	height:auto;
	border-bottom:1px solid #325269;
}

div#blog-title a  {
	color:#c1c7cc;
	}
	
div#blog-title a:hover {
	color:#c1c7cc;
}
	


div#branding {
	width:940px;
	padding:0;
	height:140px;
}

div#main {
	padding-top:50px;
}

div#primary {
	background-color: white;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#325269;
	padding-top:0px;
}

div#primary ul {
	margin-top:0px;
}

div#primary ul li {
	margin-bottom:30px;
}

div#primary ul li ul {
	margin:0 0 0 20px;
}

div#primary ul li ul li{
	margin-bottom:5px;
}

div#primary h3 {
	margin-top:0px;
	padding:0;
	color:#325269;
}

div#secondary {
	display:none;
}

.aside a {
	color:#325269;
}

.aside a:visited {
	color:#666666;
}



#container {
	adding-top:50px;
}

div#branding div#blog-title{
	padding:35px 0 0 0;
}

div#branding h1#blog-description, div#branding div#blog-description {
	padding:0 0 10px 0;
	width:550px;
	color:#c1c7cc;
}

#access {
	border:0;
	height:auto;
}

#footer, #siteinfo {
	background-color:#AA1500;
	height:60px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #325269;
	color:black;
	text-align:center;
}

.sf-menu {
	border:0;
	}

.sf-menu a, .sf-menu a:visited , .sf-menu a:hover {
	border-width: 0px;
	padding:5px 26px 5px 0;
	ackground-color:#325269;
	background-color:#AA1500;
	color:black;
	font-size:14pt;
	border-bottom:1px solid black;
}

.sf-menu a:hover {
	color:#e4bc71;
	border-bottom:1px solid #e4bc71;
}

.sf-menu  li {
	border-width:0px;

	margin-right:40px;
	padding:0 0 0 0;
	display:block;
	float:none;
	width:150px;
}

.sf-menu  li ul {
	border:0;
}

.sf-menu  li ul li {
	display:none;
}

li.page-item-85 {
	display:none;
}

body.page-template-front-page-php div#container, body.page-template-front-page-php div#container div#content{
	width:940px;
	}


	
div#front-block-1 {
	width:600px;
	float:left;
	margin:0 40px 0 0;
	padding:10px 0px;
	bordr-bottom: 10px solid #764444;
}

div#front-block-2 {
	width:300px;
	float:left;
}

ul#front-menu {
	margin:0;
	padding:0;
	background-color:#764444;
}

ul#front-menu li {
	display:inline;
	background-color:#764444;
	padding:2px 10px;
	margin:0;
	font-weight:bold;
}

ul#recent-items {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#recent-items li {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 10px 0;
	padding:3px 0;
}

h1.entry-title, h2, h2.entry-title {
	color:#325269;
	font-size:14pt;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	line-height:26px;
	font-family:Arial, sans-serif;
}

h3, .entry-content h3, #comments h3 {
	border-bottom:1px solid #325269;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	margin:35px 0 5px 0;
	padding:0px;
}

.entry-content h2 + h3 {
	margin-top:10px;
}

/* Sidebar-Kontrolle Aus- und Einblenden von Widgets */

body.page div#main div#primary li#tag_cloud ,body.page div#main div#primary li#archives,body.page div#main div#primary li#categories-426293621, body.page div#main div#primary li#rss-links
	{display:none;}
	
body.blog div#main div#primary li#recent-posts, body.single div#main div#primary li#recent-posts, body.archive div#main div#primary li#recent-posts
	{display:none;}
	
body div#main div#primary li#text-435734321 
	{display:none;} 
	
body.home div#main div#primary li#text-435734321  
	{display:block;}

