/*  
Theme Name: ArtBlossom
Theme URI: NA
Description: Child theme of "Thematic", designed for art-blossom.com, and is authorized exclusively for use by Ali Watson on art-blossom.com
Author: Tom Watson
Author URI: http://www.ThomasWatsonConsulting.com 
Template: thematic
Version: 0.1
*/

@import url('../thematic/style.css');

/* Overriding the header from the parent theme */

#branding  {
background-image: url(http://www.art-blossom.com/wp-content/uploads/2010/05/LOGO-INK-header.png);
height: 112px;
background-repeat: no-repeat;
padding:88px 0 10px;
}

default.css (line 62)
#branding {
margin:0 auto;
width:940px;
}

/* Overriding .aside sidebar to add falling down image*/

#content .aside {
    img: url(http://www.art-blossom.com/wp-content/uploads/2010/05/Fallingdown.png);
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}

/* Overriding the typography styles from the parent theme */

code {
font: 12px, Courier,roman;
}

h1, h2, h3, h4, h5, h6 {
font: 12px, bold, Courier,roman;
}

body {
font: 12px Courier,roman;
}

input {
font: 12px Courier,roman;
}

textarea {
font: 12px Courier,roman;
}

pre {
font:12px Courier,roman;
}

