/*   
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');


#header {
    z-index:2;
	background: url(http://thealchemicaljourney.co.uk/wp-content/themes/thematicsamplechildtheme/glastonburytor.jpg) top center no-repeat;
}
#branding {
    padding:30px 0 30px 0;
}
#blog-title {
    font-family:Georgia, serif;
    font-size:80px;
    font-weight:normal;
    line-height:60px;
}
#blog-title a {
	display: block;
	width: 320px;
	height: 164px;
    color:#fff;
    text-decoration:none;
    background: url(alchemicallogo.jpg);
	text-indent: -7000px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}
