﻿/*   
Theme Name: Selten Dämlich
Theme URI: http://blog.svenk.de
Description: A Thematic Child Theme
Author: Sven Knoch based on the work of 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, html, .n, .fn, .published, .url, .abbr, .meta-prep, em, a {
	font-family: Arial, Helvetica, sans-serif!important;
	color:#767676;
	font-style:normal!important;
	text-transform: none!important;
	text-decoration: none!important;
	letter-spacing: 0px!important;
	font-size: 100%!important;
}

a, a:link, a:visited, a:hover, a:active {
    color:#cb5e5e;
}

.sticky {
	border:#eaeaea 1px solid!important;
}
#header {
    z-index:2;
}

#branding {
    background: url(images/header-bg.jpg) 0px 10px no-repeat;
    padding:66px 0 78px 0;
}

#blog-title,
#blog-description {
	width:300px;
	float:left;
}
.metabutton{
	width:30px;
	height:30px;
	margin:-18px 232px 0 0;
	float:right;
}
#container {
    width:100%;
    text-align:center;
}
#content {
    width:620px;
    margin:0 auto;
}
.entry-title{
    width:500px;
    text-align:left;
}
.entry-utility{
    text-align:right;
}
.entry-content{
    text-align:left;
}
#nav-above, #nav-below {
    width:567px;
}
#blog-description {font-style:normal;}
#access{border:none;}

ul {
	list-style: none!important;
	margin:0!important;
}

#primary, #primary a {
	border:none;
color:#cdcdcd;
background:#f8f8f8;
}

.main-aside {
padding: 30px 0!important;
}

.main-aside h3 {
 font-style: normal;
}

.postform {
margin: 10px 0;
}

.textwidget {
	margin:20px 0 0 0;
}
.cufon-active .textwidget .cufon {
	margin:0 0 8px 0;
}
.cufon-active .aside a {
	text-decoration: none;
}

.cufon-active .widget_minimeta li {
	text-indent:0;
	margin:0!important;
	padding:0!important;
}

cite {width:400px;font-size:80%;}
.entry-content{padding-right:100px;}

#comment {
	padding:10px;
	border:none;
	background-color: #f8f8f8;
}
.widgetcontainer {
	margin-top:20px;
}
.entry-meta{
	text-align: left;
}

#nav-below{
	width:100%;
}
.nav-previous{
	text-align: left;
}
.nav-next{
	text-align: right;
}