/*
Theme Name: spchildtheme
Theme URI: http://sustainablepantry.com
Description: Thematic Child Theme
Author: Matthew
Author URI: your-URI
Template: thematic
Version: 1.0
.
General comments/License Statement if any.
.
*/ 

@import url("../thematic/style.css"); 

/* The rest of the header may need margin and padding removed
    for this to work properly--play around with it */
#header {
background: url(images/header.jpg) no-repeat top center;
height: 200px;
margin-bottom: 20px
}
#blog-title {
line-height:70px;
}
#blog-title a {
display:block;
text-indent:25px;
font-size: 76px;
color:#fff;
}
#blog-title a:hover, #blog-title a:active {
color:#BCE27F;
}
#blog-description {
font-size:1.8em;
font-weight:bold;
letter-spacing:0;
margin:10px 0 0 10px;
position:relative;
color:#fff;
left:120px;
font-style:normal;
word-spacing:20px;
}

* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- 
