/*   
Theme Name: SweetCorn-Thematic-Child
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');




#main {
background:#fff;
}

#wrapper {
background: url('http://174.120.154.227/~gfsc/wp-content/uploads/2010/06/corntile2.jpg'); 

}


#blog-title a {
background:url(http://174.120.154.227/~gfsc/wp-content/uploads/2010/06/header.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 960px;
height: 223px;
margin-bottom:-33px;
margin-left:-10px;
}

.entry-title {
display: none;
}

#container {
width: 600;
padding-left: 10px;
padding-right: 10px;
margin-top: -4em;
}

#main {
background: #ddd9d0;
}

#blog-description {
display: none;
}

#branding {
padding: 0px;
}

#access {
border-bottom: none;
}

#primary {
border: none
}

.sf-menu a {
background:none repeat scroll 0 0 #ddd9d0;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color:#ddd9d0;
}
