/*
THEME NAME: Gopop
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A child theme for thematic.
VERSION: 0.1
AUTHOR: Ken McMahon
AUTHOR URI: http://www.gopaintshoppro.co.uk/
TEMPLATE: thematic
Thematic is copyright Ian Stewart http://themeshaper.com/
.
*/
@import url('../thematic/style.css');



#branding {
background:transparent url(images/banner.jpg) no-repeat scroll center top;
background-position: bottom;
height:210px;
position:relative;
} 

#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 0 50px;
	border-bottom:0px;
}

#blog-description {
    font-style:italic;
    padding:8px 0 63px 50px;
    color:#fff;
}


