/*
Theme Name: Schragmatic
Theme URI:
Description: A Child Theme built on top of Thematic as described at http://feeds.themeshaper.com/~r/ThemeShaper/~3/boVhtH1mr_E/
Author:
Author URI:
Template: thematic
Version:
*/
 
/*
For the sake of simplicity we're going to import
the Thematic stylesheet.
You don't have to do this though. You can just
start fresh with new CSS or copy over large chunks of
the original styles (recommended) and edit them here.
Or you can import all the bits and pieces that make up
Thematic just like I do (also recommended).
*/

/* I remmed out the line that imported the default thematic css
@import url(../thematic/style.css);
*/

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

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

/* This is my customized section */

/* Header background image */
#header {
     background: transparent url(images/bluesky20x20.jpg) repeat scroll right center;;
}

/* Left/right margin background image */
#wrapper {
     background: transparent url(images/bluesky20x20.jpg) repeat scroll right center;;
}

/* Center section background color */
#main {
     background:transparent url(images/clouds959x342.jpg) repeat scroll right top;;
}

/* Reply box background image */
#respond {
     background: transparent url(images/bluesky20x20.jpg) repeat scroll right center;
     border: solid;;
}

/* Put the cloud image in the header; center the text */
#branding {
     background: transparent url(images/clouds940x273.jpg) no-repeat scroll right top;
     border: solid;
     text-align: center;;
}

/* Make "Cloud computing for small business" black */
#blog-description {
     color: black;;
}

