/*   
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('styles/reset.css');

/* Apply basic typography styles */
@import url('styles/typography.css');

/* Apply a basic layout */
@import url('layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('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('styles/default.css');

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

#branding {
    padding:5px 0 5px 0;
}

#blog-title a {
background:url(header/rotate.php) no-repeat top center;
display:block;
text-indent:-9000px;
width: 950px;
height: 250px;
}

.entry-title, .entry-meta .meta-prep-author, .entry-meta .author, .entry-meta  .meta-sep-entry-date {
display:none;
}

.cat-links, .meta-sep, .meta-sep-tag-links, .comments-link{
	display:none;
}

.widgetcontainer widget_links{
	list-style-type:none;
}
