/*   
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: #eee;
}
#header {
	background: #fff;
}
#branding {
    padding:60px 0 30px 0;
}
#blog-title {
    font-family:Georgia, serif;
    font-size:60px;
    font-weight:normal;
    line-height:40px;
}
#blog-title a {
	display: block;
	width: 200px;
	height: 127px;
    color:#fff;
    text-decoration:none;
    background: url(theminimallist.gif);
	text-indent: -7000px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #666;
}
#access {
    border-bottom: none;
}
#primary {
    background: #fff;
	border: none;
}
.aside {
    color:#000;
}
#secondary ul#recent-posts {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
#secondary ul#recent-posts li {
	float: left;
	width: 260px;
	margin-bottom: 10px;
}
#secondary div.item-avatar {
	float: left;
	width: 60px;
}
#secondary div.item {
	float: right;
	width: 200px;
}
.textwidget h2 {
	font-weight: bold;
}
a:link {
    color:#000;
}
a:visited {
    color:#000;
}
a:active,
a:hover {
    color: #666;
}
.sf-menu ul a:hover {
    color: #666;
}
.page-title a:active,
.page-title a:hover {
    color: #666;
}
.entry-title a:active,
.entry-title a:hover {
    color: #666;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #666;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #666;
}
.page-link a:active,
.page-link a:hover {
    color: #666;
}
.navigation a:active,
.navigation a:hover {
    color: #666;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #666;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #666;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #666;
}
#respond .required {
    color:#666;
    font-weight:bold;
}
.aside .current_page_item a {
    color: #666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #666;
}
.aside a:active,
.aside a:hover {
    color: #666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #666;
}







