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

#content {
    margin:0 0 0 10px;
    width:100%;
    overflow:hidden;
}

#blog-title a {
    background:url(images/header-img.jpg) no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 940px;
    height: 190px;
    margin:0 0 0 0;
}

.entry-content {
    padding:25px 0 0 0;
}

.entry-title {
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
    padding:25px 0 0 0;
	text-align: center;
	margin-top: 0;
}

#branding {
    padding:0 0 0 0;
}

#main {
	padding:0 0 0 0;
	background-color: white;
}

#header {
	background-color: white;
}

#footer {
	background-color: #0d2e27;
}

#access {
	background-color: #0d2e27;
}

body, input, textarea {
	background-color: #white;
}

#primary {
	margin-bottom: 15px;
	margin-top: 25px;
	background-color: #eaf5f0;
}

.entry-content h1, .entry-content h2 {
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 25px;
	line-height:32px;
	font-weight: bold;
	padding: 0 0 15px;
	text-align: center;
	margin-top: 0;
}

#siteinfo {
color:white;
font-size:11px;
line-height:18px;
padding:22px 0 44px;
}

.entry-content img {
	margin: 0 5px 0 0;
}