/*   
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');

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#blog-title a {
background:url(http://melonheadknitwear.com/wp-content/uploads/2012/04/banner_july10.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 800px;
height: 200px;
}

body {
	background-color:#C4FFCD;
}
#header {
    position:relative;
	background-color:#80D65F;
}
#branding {
	width:850px;
	padding:8px 0 1px;
	text-indent:-9000px;
}
.menu {
    width:850px;
}
#footer {
	padding: 20px;
}
#main {
    width:850px;
	padding: 10px;
    overflow:hidden;
    position:relative;
}
#wrapper {
	background-color:#FFFFFF;
	width: 900px;
	margin: auto;
}
#primary {
	width: 220px;
	float: right;
}
}
#container {
    width:620px;
    float:left;
}
div.menu {
	position:relative;
	z-index:999;
} 
#content {
    width:540px;
    overflow:hidden;
	z-index:1;
	margin-top: 10px;
}
.main-aside {
    width:220px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:900px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:220px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:900px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:850px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:850px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}
