/*   
Theme Name: Dave's 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');

/* dave stuff  */
/* body {background-color: #2F4D00;}   */

.wpcf7-form textarea  {
  height: 120px;
}

#main  {padding-top: 32px;}

#blog-title {
  font-size: 48px;
}

.entry-title, #blog-title, #blog-title a {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: #076F28;
}

#footer  {
/*  background: #4D0026;
  background: #FF007D;
  background: #4FC0FF;  */
  background: #EFCE95;
}

#phplist-integration  {
  font-size: .8em;
}
#phplist-integration h3  {
  font-size: 1.2em;
  padding-top: 1.5em;
}
#tagline {
  background-color: #678040;
  color: #F5FFE6;
  padding: .5em 1em;
  margin-bottom: 0;
}
#header {
/* background-color: #2F4D00;  */
  background-color: #CEFF80; 
/*  background-color: #53DFDC;  */
}
#branding {
  padding-top: 44px;
/*  position: relative;   */
/*  background: url(images/NewDecoDaveSig.gif) no-repeat;   */
/*  width: 400px;
  height: 130px;  */
}