/*   
Theme Name:  strongT v1 
Theme URI: 
Description: Thematic Child Theme
Author: pr
Author URI: http://www.e-central.ch
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('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
background:#E0E1E2;
}
#logo-image {
	float:left;
}
.main-aside {
right:20px;
width:290px;
}

.main-aside .entry-title {color:#666;}
.widgetcontainer  {margin-bottom:20px;}
#primary, #secondary {background:#e8e8e8;}
#secondary {padding:18px 0 0;}
#ngg-webslice h2{
    font-size:15px;
    font-style:italic;
	font-weight:normal;
    line-height:22px;
}
#yoastbreadcrumb {
	margin:0 auto;
	width:890px;
	background:#fff;
	padding:5px 25px;}
	
#yoastbreadcrumb  a {
color:#666;
text-decoration:none;}
#yoastbreadcrumb  a:hover {text-decoration:underline;}
