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

a,
a:visited,
.aside a {
	color: #7a0000;
	text-decoration: none;
}

a:active,
a:hover,
.aside a:active,
.aside a:hover {
    color: #ad0000;
}

textarea {
	width: 90%;
}

body,
.entry-title,
#blog-title {
	font-family: Georgia, Times, serif;
}

body {
	background-color: #f2f2f0;
	
}

.entry-title {
	font-size: 26px;
	font-weight: 100;
	line-height: 26px;
}

.entry-title a,
#blog-title span a {
	color: #7a0000;
	text-decoration: none;
}



.entry-title a:active,
.entry-title a:hover {
    color: #ad0000;
}

.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover {
    color: #808080;
}

#access {
	border-bottom: 0 none;
	font-size: 13px;
	height: 32px;
	overflow: visible;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
}
.menu,
#branding,
#access,
#main,
#siteinfo {
	width: 720px;
}
#branding {
	padding: 0;
}
#container {
	width: 55%;
}

#footer {
	border-top: 0 none;
	margin-top: 22px;
}

#blog-title {
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
}
#blog-title span {}

#blog-title span a {
	text-decoration: none;
	background-image: url(images/logotype-clientsdelenfer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 260px;
	width: auto;
	display: block;
	text-indent: -10000px;
	
}
#siteinfo,
#blog-description {
	display: none;
}

.sf-menu {
	border-right: 0 none;
	float: none;
}
.sf-menu li {
	float: none;
	position: relative;
	background: none repeat scroll 0 0 transparent;
}
.sf-menu li a {
	display: inline;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 9px 13px;
	text-decoration: none;
}

.page-item-3 {
	font-weight: bold;
}

.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #fafafa;
	outline: 0;
    border-bottom-color: #ccc;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
	outline: 0;
    border-bottom-color: transparent;
}

#post-3 {
	
}

#content {
	margin:0 0 0 10px;
	overflow:hidden;
	width: auto;
}
.main-aside {
	float: right;
	position: relative;
	right: 20px;
	width: 40%;
}

#primary {
	border: 0 none;
	margin-bottom: 22px;
	padding: 0;
}

.aside {
    color:#666;
}


.aside h3 {
	font-size:15px;
	font-style: normal;
	font-weight: 100;
	line-height:22px;
}

.aside ul ul {
	list-style:disc outside none;
	margin: 0 0 22px 20px;
}

#respond {
	background: none repeat scroll 0 0 transparent;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 18px 0 0;
	position: relative;
}

/* Twidger */

.twidger {
	
}
.twidger h3 {}
.twidger ul {
	list-style-type: none;
	padding: 0;
	margin: 0 !important;
}
.aside ul li.twidger ul li {
	padding-left: 55px;
}
.twidger ul li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 55px;
}
.twidger ul li a {
	position: relative;
}
.twidger ul li a img {
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: -55px;
	width: 48px;
	height: 48px;
}
.twidger ul li a strong {}

/* WIDGET AMAZON SHOWCASE */
.amzshcs div {
	display: inline;
}

ul.xoxo li:first-child {
	margin-bottom: 20px;
}

