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

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

#blog-title a {
background:url(../../uploads/2009/07/wyrdheader2.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 450px;
height: 170px;
}

/* Removal of bullet items when listing in navbar */
.aside ul ul {
list-style: none;
}

/* Removal of border (navbar) */
.aside thead {
border: none;
}

/* Removal of border around tables in text widgets in the navbar */
.aside tbody {
border: none;
}

/* More space in the busy buzzed business table items (text widgets in navbar) */
.aside th, .aside td {
border: none;
padding: .25em .8em .25em .25em;
}

/* Removal of border around top widget space in the navbar */
#primary {
border: 0px;
}

/* More space below headers in navbar */
.main-aside h3 {
padding: 0 0 12px 0;
}



