/* @override http://new.moshcc.com.au/wp-content/themes/thematicsamplechildtheme/style.css */

/*   
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/
MOSHCC rev by Stuart Jones.
*/

/* 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');

body {
	background-color: #78b1db;
}

#main {
	background-color: #f9f5e9;
}

#branding {
    padding:88px 0 44px 0;
}
#header {
    z-index:2;
	background: #78b1db url(mosh_branding%202.png) no-repeat center bottom;
}
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* button background colour */
.sf-menu li {
	background: #f9f5e9;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#f9f5e9;
	background-color: #f9f5e9;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	right: 999px;
	position: relative;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	right: 999px;
	position: relative;
}

#access {
	border-bottom: 1px;
    height:33px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

#footer {
    border-top:0px solid #ccc;
    margin-top:22px;
}
