/*   
Theme Name: cron
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: mc
Author URI: http://themeshaper.com/
Template: thematic
Version: 0.1
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');

#blog-title a {
height: 50px;
background:url(http://blog.cronicaelectronica.org/logoblog4.gif) no-repeat top left;
padding-left: 50px;
}

.entry-title a, .entry-title .h1title {
background-color:rgb(255,75,51);
}

.entry-title a:hover {
color: #fff;
}

.main-aside h3 {
display: none;
}

.widget_tag_cloud a, .widget_categories a, .widget_archive a, .widget_links a, .widget_thematic_meta a {
text-decoration: none;
}

.aside ul ul {
margin-left: 0;
}

.widget_categories li, .widget_archive li, .widget_links li, .widget_thematic_meta li {
list-style: none;
}
